FAN E-EXTRA EE100WP D100mm RIPPLÜLITIGA

The photographs are for illustrative purposes only.
Get AI analytics on product FAN
E-EXTRA EE100WP D100mm RIPPLÜLITIGA:
21.12€/pc.
Ex Tax: 17.03€/pc.
Europlast
0 reviews
In stock
Product Code: 000-433175ASP
Qty
One click order
Package dimensions16,00 x 16,00 x 11,50 cm
Net weight0,560 kg

Duct Fan E‑EXTRA EE100WP D100 mm

SKU: 000‑433175ASP

Ø 100 mm duct fan E‑EXTRA EE100WP, white housing with pull‑cord switch. Power ~15 W, airflow ~100 m³/h, noise level ~32 dB. Suitable for 100 mm duct systems, protection class IP X4. Recommended for bathroom, toilet, kitchen, corridor. :contentReference[oaicite:4]{index=4}

Product details

  • Brand: E‑EXTRA
  • Model: EE100WP D100 mm
  • SKU: 000‑433175ASP
  • MPN: EE100WP
  • Duct diameter: 100 mm
  • Power: ~15 W
  • Airflow: ~100 m³/h
  • Noise level: ~32 dB
  • Protection class: IP X4
  • Colour: white
  • Features: pull‑cord switch
  • Recommended rooms: bathroom, toilet, kitchen, corridor

Product details

Total weight: 0.56 kg
Package measurements: 16.00 x 16.00 x 11.50 cm
FAN E-EXTRA EE100WP D100mm RIPPLÜLITIGA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EE100WP D100mm RIPPLÜLITIGA

What is FAN E-EXTRA EE100WP D100mm RIPPLÜLITIGA and where is it used?

FAN E-EXTRA EE100WP D100mm RIPPLÜLITIGA is a Ø100 mm duct fan with white housing and pull‑cord switch, power ~15 W and airflow ~100 m³/h. It is recommended for bathroom, toilet, kitchen and corridor, protection class IP X4 and noise level ~32 dB.

What duct diameter does the E-EXTRA EE100WP require?

The E‑EXTRA EE100WP requires a 100 mm duct diameter, compatible with standard 100 mm ventilation ducts.

What is the airflow and is it enough for a bathroom?

Airflow is ~100 m³/h; this is typically sufficient for a standard bathroom or toilet up to about 6–8 m² with normal ceiling height. For larger rooms, choose a fan with higher airflow.

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

Noise level is ~32 dB, which is quiet operation and should not be disruptive in a bathroom, toilet or corridor. It corresponds to a low background sound and is considered unobtrusive.

What is the IP protection class and can it be installed in a bathroom?

Protection class is IP X4, meaning protection against water splashes. This makes it suitable for bathroom and other humid area installations when mounted according to instructions.

Does the fan have a pull‑cord switch and how does it work?

Yes, the fan includes a pull‑cord switch that manually turns the unit on and off. It’s useful in rooms without a separate wall switch in the circuit.

What are the electrical specifications (voltage, power) of the EE100WP?

The fan operates on 220–240 V mains and has a power of ~15 W. These specifications are suitable for standard domestic electrical systems.

Is this fan suitable for a kitchen extractor above the stove?

The E‑EXTRA EE100WP can be used for light kitchen ventilation in small spaces, but with ~15 W power and ~100 m³/h airflow it is not ideal for intensive removal of strong odours or stove smoke. For heavy cooking, a more powerful fan is recommended.

What is the weight and package size of the EE100WP fan?

Total weight is 0.56 kg and package dimensions are 16.00 x 16.00 x 11.50 cm. These measurements make storage and installation straightforward.

Is this fan compatible with an existing Ø100 mm ventilation duct?

Yes, the fan is designed for a 100 mm connection diameter and is compatible with Ø100 mm ducts when installed and sealed correctly.

What is the housing material and colour of the EE100WP fan?

The fan housing is made of white plastic; the colour is listed as white, suitable for most bathroom and toilet interiors.

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 EE100WP D100mm RIPPLÜLITIGA?

You can buy FAN E-EXTRA EE100WP D100mm RIPPLÜLITIGA in our online store for 17.03€. Category: Fans.

What is the price of FAN E-EXTRA EE100WP D100mm RIPPLÜLITIGA?

The current price of FAN E-EXTRA EE100WP D100mm RIPPLÜLITIGA is 17.03€. Brand: Europlast.

FAN E-EXTRA EE100WP D100mm RIPPLÜLITIGA — specifications and description

Model: 000-433175ASP. Category: Fans. Brand: Europlast. Price: 17.03€.

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