FAN E-EXTRA EAT100 D100mm White

The photographs are for illustrative purposes only.
Get AI analytics on product FAN
E-EXTRA EAT100 D100mm White:
24.80€/pc.
Ex Tax: 20.00€/pc.
Europlast
0 reviews
In stock
Product Code: 000-450476ASP
Qty
One click order
Package dimensions15,50 x 11,50 x 15,00 cm
Net weight0,450 kg

Duct Fan E‑EXTRA EAT100 D100 mm

SKU: 000‑450476ASP

Ø 100 mm duct fan E‑EXTRA EAT100, white housing. Power ~12 W, airflow ~100 m³/h, noise ~33 dB. Suitable for 100 mm duct systems, protection class IP X4. Recommended for bathroom, toilet, kitchen, and corridor.

Product details

  • Brand: E‑EXTRA
  • Model: EAT100 D100 mm
  • SKU: 000‑450476ASP
  • MPN: EAT100
  • Duct diameter: 100 mm
  • Power: ~12 W
  • Voltage: 220 V
  • Airflow: ~100 m³/h
  • Noise level: ~33 dB
  • Protection class: IP X4
  • Colour: white
  • Dimensions (H×W×D): 140×140×115 mm
  • Recommended rooms: bathroom, toilet, kitchen, corridor
FAN E-EXTRA EAT100 D100mm White
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EAT100 D100mm White

What is the FAN E-EXTRA EAT100 D100mm White and where is it used?

FAN E-EXTRA EAT100 D100mm White is an Ø100 mm duct axial fan with ~12 W power and ~100 m³/h airflow in a white housing. It is recommended for bathroom, toilet, kitchen and corridor use and has IP X4 protection against splashes.

Is this fan compatible with a 100 mm duct?

Yes, the EAT100 D100 mm is designed for 100 mm duct systems and fits without additional adapters.

What are the airflow and noise level of the E-EXTRA EAT100 D100 mm?

Airflow is approximately 100 m³/h and noise level around 33 dB, suitable for bathrooms, toilets and kitchens where low-moderate noise is acceptable.

What are the electrical specifications (power and voltage) of this fan?

The E-EXTRA EAT100 has ~12 W power and operates at 220 V, suitable for standard household electrical supply.

Can the EAT100 fan be installed in a bathroom — what is its protection class?

Yes, it is suitable for bathroom installation; protection class is IP X4, providing splash resistance when installed correctly.

What are the dimensions of the E-EXTRA EAT100 D100 mm and will it take much space?

Dimensions are 140×140×115 mm; the compact housing fits small shafts and 100 mm ducts and does not require much extra space.

Is this fan suitable for a kitchen and will it remove odours effectively?

The EAT100 is recommended for small kitchens; its ~100 m³/h airflow can remove odours in small volumes, but larger kitchens or heavy cooking may require a more powerful fan.

What does a 33 dB noise level mean — will the fan be audible in the room?

Around 33 dB is a low background noise level (quiet room); the fan will be barely noticeable in a bathroom or corridor, though it may be audible in very small rooms when nearby.

How to choose between the EAT100 and more powerful models — what to consider?

Choose the EAT100 for small rooms needing ~100 m³/h and low power (~12 W). For larger rooms, heavy kitchen use or high ceilings, select a model with higher airflow (>100 m³/h).

What does protection class IP X4 mean in practice and can the fan be installed near the shower?

IP X4 protects against water splashes from any direction, so the fan is suitable for bathrooms but should not be placed directly in the path of a shower stream; avoid direct water jets.

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 EAT100 D100mm White?

You can buy FAN E-EXTRA EAT100 D100mm White in our online store for 20.00€. Category: Fans.

What is the price of FAN E-EXTRA EAT100 D100mm White?

The current price of FAN E-EXTRA EAT100 D100mm White is 20.00€. Brand: Europlast.

FAN E-EXTRA EAT100 D100mm White — specifications and description

Model: 000-450476ASP. Category: Fans. Brand: Europlast. Price: 20.00€.

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