FAN E-EXTRA EE150 D150mm White

The photographs are for illustrative purposes only.
Get AI analytics on product FAN
E-EXTRA EE150 D150mm White:
23.87€/pc.
Ex Tax: 19.25€/pc.
Europlast
0 reviews
In stock
Product Code: 000-433170ASP
Qty
One click order
Package dimensions21,00 x 20,50 x 11,50 cm
Net weight0,800 kg

Duct Fan E‑EXTRA EE150 D150 mm

SKU: 000‑433170ASP

Ø 150 mm duct fan E‑EXTRA EE150, white housing. Airflow ~200 m³/h, power ~20 W, noise level ~40 dB. Suitable for 150 mm duct systems, protection class IP X4. Recommended for bathroom, toilet, kitchen, corridor.

Product details

  • Brand: E‑EXTRA
  • Model: EE150 D150 mm
  • SKU: 000‑433170ASP
  • MPN: EE150
  • Duct diameter: 150 mm
  • Power: ~20 W
  • Airflow: ~200 m³/h
  • Noise level: ~40 dB
  • Protection class: IP X4
  • Colour: white
  • Recommended rooms: bathroom, toilet, kitchen, corridor

Product details

Total weight: 0.80 kg
Package measurements: 21.00 x 20.50 x 11.50 cm
FAN E-EXTRA EE150 D150mm White
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EE150 D150mm White

What is FAN E-EXTRA EE150 D150mm White and where is it used?

FAN E-EXTRA EE150 D150mm White is a Ø150 mm duct fan with ~200 m³/h airflow, ~20 W power and IP X4 protection. It’s recommended for bathroom, toilet, kitchen and corridor installations in 150 mm duct systems.

Is this fan suitable for a 150 mm duct?

Yes; the EE150 D150 mm is designed for 150 mm duct connections. Use compatible 150 mm flexible or rigid ducts and clamps for a sealed fit.

What is the noise level and is it suitable for a bedroom?

Noise level is ~40 dB, a moderate background sound. It may be noticeable for sensitive sleepers, so it’s better suited for bathroom, kitchen or corridor use.

What is the fan's power and operating voltage?

Power is ~20 W and operating voltage is 220–240 V. Use a standard 220–240 V electrical supply and follow local wiring regulations.

What is the protection class and can it be used near a shower?

Protection class is IP X4, meaning splash resistance from any direction. Suitable for bathroom and shower areas but not for direct water jets; follow installation and electrical safety rules.

What is the airflow and is it enough for a 4 m² bathroom?

Airflow is ~200 m³/h. That is generally sufficient for a 4 m² bathroom (2.5–3 m ceiling), though long or curved ducts will reduce effective flow.

What material is the housing made of and is it durable?

The description states a white housing but does not name the material; similar duct fans typically use ABS plastic. Total weight is 0.80 kg, indicating standard household durability suitable for bathrooms and kitchens.

Is this fan suitable for kitchen extraction or only general room ventilation?

The EE150 is a duct fan for room extraction and can be used in kitchens. For heavy cooking that produces grease and steam, regular cleaning is required; it’s not a specialised range‑hood with grease filters.

How to install the fan into a duct system: do I need an adapter or clamps?

Connect the fan to a 150 mm duct using rigid or flexible ducting and clamps. No adapter is listed in the description, so use standard 150 mm duct connectors and sealant for joints.

How does the EE150 differ from other duct fans in specs?

The EE150 D150 mm combines a 150 mm connection, ~200 m³/h airflow, ~20 W power and ~40 dB noise with IP X4 protection. Other models may vary by diameter, power, airflow or lower noise levels; EE150 targets mid‑range household 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 EE150 D150mm White?

You can buy FAN E-EXTRA EE150 D150mm White in our online store for 19.25€. Category: Fans.

What is the price of FAN E-EXTRA EE150 D150mm White?

The current price of FAN E-EXTRA EE150 D150mm White is 19.25€. Brand: Europlast.

FAN E-EXTRA EE150 D150mm White — specifications and description

Model: 000-433170ASP. Category: Fans. Brand: Europlast. Price: 19.25€.

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