FAN E-EXTRA EAT125 D125mm White

The photographs are for illustrative purposes only.
Get AI analytics on product FAN
E-EXTRA EAT125 D125mm White:
29.39€/pc.
Ex Tax: 23.70€/pc.
Europlast
0 reviews
In stock
Product Code: 000-450470ASP
Qty
One click order
Package dimensions17,50 x 11,50 x 18,00 cm
Net weight0,500 kg

Duct Fan E‑EXTRA EAT125 D125 mm

SKU: 000‑450470ASP

Ø 125 mm duct fan E‑EXTRA EAT125, white housing. Power ~16 W, airflow ~150 m³/h, noise ~36 dB. Suitable for 125 mm duct systems, protection class IP X4. Recommended for bathroom, toilet, kitchen, and corridor.

Product details

  • Brand: E‑EXTRA
  • Model: EAT125 D125 mm
  • SKU: 000‑450470ASP
  • MPN: EAT125
  • Duct diameter: 125 mm
  • Power: ~16 W
  • Voltage: 220 V
  • Airflow: ~150 m³/h
  • Noise level: ~36 dB
  • Protection class: IP X4
  • Colour: white
  • Dimensions (H×W×D): 150×150×120 mm
  • Recommended rooms: bathroom, toilet, kitchen, corridor
FAN E-EXTRA EAT125 D125mm White
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EAT125 D125mm White

What is the FAN E-EXTRA EAT125 D125mm White and where is it used?

FAN E-EXTRA EAT125 D125mm White is a Ø125 mm duct axial fan with a white housing, ~16 W power and ~150 m³/h airflow. It is suitable for bathroom, toilet, kitchen and corridor extraction, rated IP X4 with a noise level of ~36 dB.

Is this fan suitable for a 125 mm duct?

Yes, the EAT125 D125 mm is designed for connection to 125 mm duct systems and fits standard Ø125 mm duct fittings for proper installation.

What are the power and voltage specifications of the E-EXTRA EAT125?

The E-EXTRA EAT125 has a rated power of ~16 W and operates at 220 V, suitable for standard household mains supply.

What is the airflow (performance) of the fan?

The EAT125 delivers approximately ~150 m³/h airflow, suitable for extraction in medium-sized rooms such as bathrooms, toilets or corridors.

How noisy is the E-EXTRA EAT125 (noise level)?

The noise level is approximately ~36 dB, which is relatively quiet and suitable for installation in bathrooms or corridors without causing significant disturbance.

What is the protection class and can it be installed in damp rooms?

The fan is rated IP X4, protected against splashing water; it is suitable for bathrooms and toilets provided installation avoids direct water exposure and follows mounting guidelines.

What are the unit dimensions and how much space is required for installation?

Dimensions are 150×150×120 mm (H×W×D). Installation requires clearance for the housing of these dimensions and access for the Ø125 mm duct connection.

Is this fan suitable for a kitchen and will it remove smells?

The E‑EXTRA EAT125 is suitable for kitchen extraction in smaller rooms; its ~150 m³/h airflow helps remove cooking odours and refresh air in medium‑sized spaces.

How does the E-EXTRA EAT125 differ from other 125 mm axial fans?

The EAT125 pairs ~16 W power with ~150 m³/h airflow and IP X4 protection in compact 150×150×120 mm dimensions. This makes it a practical option for wet rooms where splash protection and relatively quiet operation (~36 dB) are required.

Which rooms are best suited for installing the E-EXTRA EAT125?

Recommended rooms are bathroom, toilet, kitchen and corridor. Its IP X4 rating and compact size make it suitable for small to medium wet rooms requiring extraction.

Which duct size: 100, 125 or 150 mm?

Match the actual duct. A smaller diameter increases noise and reduces airflow; a larger one will require an adapter.

Axial or inline?

Short, straight run — axial; long/complex run — inline or centrifugal.

Do I need a backdraft damper?

Yes, to prevent reverse flow and odors from the shaft. Some models have it built in.

How to reduce noise?

Choose a “silent” version/mode, keep the correct diameter, use flexible connectors/anti-vibration mounts, and seal properly.

What IP rating for wet areas?

At least IPX4/IP44, and observe bathroom safety zones.

Where to buy FAN E-EXTRA EAT125 D125mm White?

You can buy FAN E-EXTRA EAT125 D125mm White in our online store for 23.70€. Category: Fans.

What is the price of FAN E-EXTRA EAT125 D125mm White?

The current price of FAN E-EXTRA EAT125 D125mm White is 23.70€. Brand: Europlast.

FAN E-EXTRA EAT125 D125mm White — specifications and description

Model: 000-450470ASP. Category: Fans. Brand: Europlast. Price: 23.70€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');