FAN E-EXTRA EE125A D125mm ANTRATSIIT

The photographs are for illustrative purposes only.
Get AI analytics on product FAN E-EXTRA EE125A D125 mm Anthracite:
23.87€/pc.
Ex Tax: 19.25€/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

Compact 125 mm duct extractor by E‑EXTRA — model EE125A in anthracite

125 mm Ø duct fan for extracting air in domestic duct systems. Delivers ~150 m³/h airflow at ≈16 W power with low noise (~36 dB) and IP X4 splash protection — check price and buy at SityPro.

Key Benefits


    Efficient airflow (~150 m³/h) for quick ventilation
  • Low power consumption (~16 W) for economical use
  • Quiet operation (~36 dB) suitable for living spaces
  • IP X4 protection — safe for humid rooms
  • Fits standard 125 mm duct systems
  • Durable anthracite housing for discreet installation

Applications

Application areas for continuous or intermittent extraction in homes and small commercial spaces.


    Bathroom
  • Toilet
  • Kitchen
  • Corridor

What to Consider When Choosing


    Verify compatibility with 125 mm duct diameter
  1. Match airflow (~150 m³/h) to room size and ventilation needs
  2. Consider noise level (~36 dB) for adjacent living areas
  3. Check IP X4 if installing in wet or splash-prone locations
  4. Compare power (~16 W) when evaluating energy use

Specifications


    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
  • Total weight: 0.63 kg
  • Package measurements: 18.50 x 18.50 x 11.50 cm

Why Buy from SityPro


    Easy online ordering — buy quickly via SityPro
  • Clear price and product features listed on the site
  • Fast delivery options to Estonia and Finland
  • SityPro customer support for pre‑sale application advice
  • Convenient returns and order tracking for peace of mind
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.

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