FAN E-EXTRA EE100TA D100mm TAIMERIGA,ANTRA

The photographs are for illustrative purposes only.
Get AI analytics on product FAN
E-EXTRA EE100TA D100mm TAIMERIGA,ANTRA:
32.15€/pc.
Ex Tax: 25.93€/pc.
Europlast
0 reviews
In stock
Product Code: 000-441754ASP
Qty
One click order
Package dimensions16,00 x 16,00 x 11,50 cm
Net weight0,540 kg

Duct Fan E-EXTRA EE100TA D100 mm

SKU: 000-441754ASP

Ø 100 mm duct fan E-EXTRA EE100TA, anthracite housing with timer. Power ~15 W, airflow ~100 m³/h, noise level ~32 dB. Suitable for 100 mm duct systems, protection class IP X4. :contentReference[oaicite:4]{index=4}

Product details

  • Brand: E-EXTRA
  • Model: EE100TA D100 mm
  • SKU: 000-441754ASP
  • MPN: EE100TA
  • Duct diameter: 100 mm
  • Power: ~15 W
  • Airflow: ~100 m³/h
  • Noise level: ~32 dB
  • Protection class: IP X4
  • Colour: anthracite
  • Features: timer
  • Recommended rooms: bathroom, toilet, kitchen, corridor

Product details

Total weight: 0.54 kg
Package measurements: 16.00 x 16.00 x 11.50 cm
FAN E-EXTRA EE100TA D100mm TAIMERIGA,ANTRA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EE100TA D100mm TAIMERIGA,ANTRA

What is the FAN E-EXTRA EE100TA D100mm TAIMERIGA,ANTRA?

FAN E-EXTRA EE100TA D100mm TAIMERIGA,ANTRA is a Ø100 mm duct fan with an anthracite housing and built-in timer, power ~15 W, airflow ~100 m³/h and noise level ~32 dB. Protection class IP X4, recommended for bathroom, toilet, kitchen and corridor.

Is this fan compatible with a 100 mm round duct system?

Yes, the E-EXTRA EE100TA is designed for a 100 mm duct diameter (Ø100 mm) and fits round duct systems while delivering the stated airflow of ~100 m³/h.

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

The fan's noise level is ~32 dB, a low/moderate level typically perceived as quiet in a bathroom or toilet during normal operation.

What is the protection class and can it be installed in humid areas?

Protection class is IP X4, meaning splash protection; the fan is suitable for humid rooms such as bathrooms and kitchens when installed correctly.

What is the power and supply voltage of the E-EXTRA EE100TA?

Power is ~15 W and supply voltage is 220–240 V, matching standard household mains.

Does the model have a timer and how is it useful?

Yes, the EE100TA has a built-in timer which keeps the fan running after lights or a switch is turned off, improving moisture removal and helping prevent mould.

Is this fan suitable for kitchen extraction?

The E-EXTRA EE100TA suits smaller kitchen ducts Ø100 mm and provides ~100 m³/h airflow; for heavy cooking fumes or commercial kitchens a more powerful fan may be required.

What are the dimensions and weight for planning a mounting niche/duct?

Package dimensions are 16.00 x 16.00 x 11.50 cm and total weight 0.54 kg, useful for planning a niche or Ø100 mm duct installation.

How does this fan differ from other E-EXTRA models without a timer?

The main difference is the built-in timer in the EE100TA which keeps the fan running after switching off; power ~15 W and airflow ~100 m³/h are similar to basic non-timer models.

Can the fan be connected to 220–240 V by myself or do I need an electrician?

The fan is rated for 220–240 V; if you have electrical skills you can wire it yourself, but if unsure or for built-in wiring it's recommended to use a qualified electrician.

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 EE100TA D100mm TAIMERIGA,ANTRA?

You can buy FAN E-EXTRA EE100TA D100mm TAIMERIGA,ANTRA in our online store for 25.93€. Category: Fans.

What is the price of FAN E-EXTRA EE100TA D100mm TAIMERIGA,ANTRA?

The current price of FAN E-EXTRA EE100TA D100mm TAIMERIGA,ANTRA is 25.93€. Brand: Europlast.

FAN E-EXTRA EE100TA D100mm TAIMERIGA,ANTRA — specifications and description

Model: 000-441754ASP. Category: Fans. Brand: Europlast. Price: 25.93€.

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