FAN E-EXTRA EE125WP D125mm RIPPLÜLITIGA

The photographs are for illustrative purposes only.
Get AI analytics on product Fan E-Extra EE125WP D125 mm with pull switch:
23.87€/pc.
Ex Tax: 19.25€/pc.
Europlast
0 reviews
In stock
Product Code: 000-433179ASP
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 (EE125WP)

125 mm duct fan with white housing and built‑in switch for standard 125 mm duct systems. Provides approx. 150 m³/h airflow at ~16 W power, operates quietly (~36 dB) and has IP X4 protection for wet rooms.

Key Benefits


    Efficient ventilation with ~150 m³/h airflow
  • Low energy use — ~16 W power
  • Quiet operation at approximately 36 dB
  • IP X4 splash protection for bathrooms and kitchens
  • Built‑in switch for straightforward control
  • Fits standard 125 mm ducts
  • White finish blends into interiors

Applications

Suitable for extraction and moisture control in small domestic spaces; application examples below.


    Bathroom
  • Toilet
  • Kitchen
  • Corridor

What to Consider When Choosing


    Ensure duct diameter compatibility — requires 125 mm duct
  1. Match fan airflow (~150 m³/h) to room volume and ventilation needs
  2. Consider acceptable noise level (~36 dB) for the installation site
  3. Verify protection class IP X4 for use in wet or splash‑prone areas
  4. Check power consumption (~16 W) against energy preferences
  5. Decide if the built‑in switch meets your control requirements

Specifications


    Brand: E‑EXTRA
  • Model / MPN: EE125WP
  • SKU: 000‑433179ASP
  • Duct diameter: 125 mm
  • Power: ~16 W
  • Airflow: ~150 m³/h
  • Noise level: ~36 dB
  • Protection class: IP X4
  • Colour: white
  • Features: switch
  • 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 to buy online with clear product features and price information
  • Competitive price and transparent listings
  • Fast delivery to Estonia and Finland
  • Local customer support to help with selection and application
  • Secure and convenient online ordering on SityPro
FAN E-EXTRA EE125WP D125mm RIPPLÜLITIGA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EE125WP D125mm RIPPLÜLITIGA

What is FAN E-EXTRA EE125WP D125mm RIPPLÜLITIGA?

FAN E-EXTRA EE125WP D125mm RIPPLÜLITIGA is a Ø125 mm duct fan with a white housing and pull switch, offering ~150 m³/h airflow, ~16 W power, ~36 dB noise level and IP X4 protection, suitable for bathroom, toilet, kitchen and corridor use.

Is this fan compatible with a 125 mm duct?

Yes, the EE125WP model is designed for connection to 125 mm ducts and is compatible with standard Ø125 mm ventilation pipes.

What is the noise level and will it be heard in a bathroom?

Noise level is ~36 dB, which is relatively quiet; in a small bathroom it will be audible only in very quiet conditions and generally not disruptive.

Can the EE125WP fan be used in a humid bathroom?

Yes, it has IP X4 protection against splashing water, making it suitable for installation in humid rooms like bathrooms.

What is the fan's power and voltage?

Power is approximately 16 W and it is rated for 220 V supply, suitable for household electrical networks.

What is the airflow of this duct fan?

Airflow is approximately 150 m³/h, suitable for extraction in bathrooms, toilets or small kitchens.

What control type does the fan have and where is the pull switch located?

The fan features a pull (lever) switch on the housing, allowing you to turn it on/off directly at the unit without a separate wall switch.

Is the EE125WP suitable for a kitchen and will it remove cooking smells?

With ~150 m³/h airflow, EE125WP is suitable for small kitchens to remove odors and moisture; larger kitchens may require a higher-capacity fan.

What are the fan's dimensions and weight for planning the installation hole?

Package measurements are 18.5 x 18.5 x 11.5 cm and total weight 0.63 kg; installation requires a Ø125 mm opening for duct connection.

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

IP X4 indicates protection against water splashes from any direction; the EE125WP is suitable for humid rooms but not for direct water jets.

Is this fan suitable for round and rectangular ducts and are adapters needed?

EE125WP is designed for Ø125 mm round ducts; for rectangular ducts you will need a separate adapter.

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