FAN E-EXTRA EE125A D125mm ANTRATSIIT

The photographs are for illustrative purposes only.
Get AI analytics on product FAN
E-EXTRA EE125A D125mm ANTRATSIIT:
22.95€/pc.
Ex Tax: 18.51€/pc.
Europlast
0 reviews
In stock
Product Code: 000-441756ASP
Qty
One click order
Package dimensions18,50 x 18,50 x 11,50 cm
Net weight0,630 kg

Duct Fan E‑EXTRA EE125A D125 mm

SKU: 000‑441756ASP

Ø 125 mm duct fan E‑EXTRA EE125A, anthracite housing. Power ~16 W, airflow ~150 m³/h, noise level ~36 dB. Suitable for 125 mm duct systems, protection class IP X4. :contentReference[oaicite:4]{index=4} Recommended for bathroom, toilet, kitchen, and corridor.

Product details

  • Brand: E‑EXTRA
  • Model: EE125A D125 mm
  • SKU: 000‑441756ASP
  • MPN: EE125A
  • Duct diameter: 125 mm
  • Power: ~16 W
  • Airflow: ~150 m³/h
  • Noise level: ~36 dB
  • Protection class: IP X4
  • Colour: anthracite
  • Recommended rooms: bathroom, toilet, kitchen, corridor

Product details

Total weight: 0.63 kg
Package measurements: 18.50 x 18.50 x 11.50 cm
FAN E-EXTRA EE125A D125mm ANTRATSIIT
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EE125A D125mm ANTRATSIIT

What is the FAN E-EXTRA EE125A D125mm ANTRATSIIT?

FAN E-EXTRA EE125A D125mm ANTRATSIIT is an Ø125 mm duct fan with an anthracite housing, approx. 16 W power, ~150 m³/h airflow, ~36 dB noise level and IP X4 protection; recommended for bathroom, toilet, kitchen and corridor.

Will the EE125A fit my existing 125 mm duct?

Yes. The EE125A is designed for 125 mm duct connections and fits Ø125 mm systems; ensure a sealed fitting and secure mounting in the ductwork during installation.

What is the noise level and will it be audible in my home?

Noise level is approximately 36 dB, a low background sound; it may be faintly audible as a hum but generally won’t be disruptive in a bathroom or corridor.

Is the EE125A suitable for bathrooms and toilets (wet rooms)?

Yes. The EE125A has IP X4 protection, resistant to splashing water, making it suitable for bathroom and toilet installation when electrical installation rules are followed.

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

Power is approximately 16 W and operating voltage is 220–240 V, suitable for standard domestic electrical supplies.

What is the airflow of the EE125A and how much air does it move?

Airflow is approximately 150 m³/h, adequate for ventilating small bathrooms, toilets and kitchens under typical conditions.

What is the protection class and what does IP X4 mean?

Protection class is IP X4, meaning protection against water splashes from any direction; suitable for damp rooms but not for direct water jets.

Is the EE125A suitable for kitchen extraction above a stove?

The EE125A can be used for general kitchen ventilation to remove odors and moisture, but it’s not intended for heavy smoke or grease loads directly above a stove — specialised cooker hood fans are recommended for that.

What is the weight and package size of the EE125A?

Total weight is 0.63 kg and package dimensions are 18.5 x 18.5 x 11.5 cm, convenient for transport and installation into a Ø125 mm duct.

How does the EE125A differ from other duct fans in specifications?

The EE125A combines a Ø125 mm connection with ~16 W power, ~150 m³/h airflow and ~36 dB noise level plus IP X4 protection, making it suited to small residential rooms rather than large industrial systems.

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 EE125A D125mm ANTRATSIIT?

You can buy FAN E-EXTRA EE125A D125mm ANTRATSIIT in our online store for 18.51€. Category: Fans.

What is the price of FAN E-EXTRA EE125A D125mm ANTRATSIIT?

The current price of FAN E-EXTRA EE125A D125mm ANTRATSIIT is 18.51€. Brand: Europlast.

FAN E-EXTRA EE125A D125mm ANTRATSIIT — specifications and description

Model: 000-441756ASP. Category: Fans. Brand: Europlast. Price: 18.51€.

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ххххххх');