FAN E-EXTRA EA125 D125mm White

The photographs are for illustrative purposes only.
Get AI analytics on product Fan E-EXTRA EA125 D125 mm White:
22.95€/pc.
Ex Tax: 18.51€/pc.
Europlast
0 reviews
In stock
Product Code: 000-433186ASP
Qty
One click order
Tags:
Package dimensions16,00 x 16,00 x 11,50 cm
Net weight0,540 kg

Compact E-EXTRA EA125 125mm white ventilation fan

Electric ventilation fan designed for 125 mm ducts, equipped with a ball bearing for reliable operation and intended for small ventilation tasks.

Key Benefits


    Durable ball bearing construction for extended service life
  • Compact Ø125 mm size fits standard small ducts
  • Lightweight unit (0.54 kg) for easy handling and installation
  • Neutral white finish that blends with interior fixtures
  • Small package dimensions for convenient shipping and storage
  • Recognizable E-EXTRA model for straightforward replacement

Applications

Suitable for small residential and utility ventilation needs.


    Bathroom extractor fan
  • Kitchen ventilation for small spaces
  • Ventilation ducts in apartments or houses
  • Utility rooms and closets
  • Replacement in existing 125 mm fan installations

What to Consider When Choosing


    Match the fan diameter to your duct or mounting opening
  1. Prefer ball bearing models for longevity in continuous use
  2. Check weight and package size if you will transport or ship the unit
  3. Confirm color and mounting style suit the intended application
  4. Compare features and price before you buy

Specifications


    Type: electric fan (E-EXTRA)
  • Model: EA125
  • Diameter: Ø125 mm
  • Bearing: ball bearing
  • Color: White
  • Total weight: 0.54 kg
  • Package measurements: 16.00 x 16.00 x 11.50 cm

Why Buy from SityPro


    Easy online buy process with clear product features and application info
  • Competitive price and transparent product details
  • Fast and reliable delivery to Estonia and Finland
  • Secure payment options and customer support
  • Convenient packaging and shipping for small ventilation parts

Description provided by sitypro.com

FAN E-EXTRA EA125 D125mm White
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Fan E-EXTRA EA125 D125 mm White

What is the FAN E-EXTRA EA125 D125mm White and what is it used for?

FAN E-EXTRA EA125 D125mm White is an elektriventilaator with a Ø125 mm diameter and ball bearing, designed for exhaust ventilation in small spaces. Suitable for bathrooms, kitchens and small duct runs; total weight 0.54 kg, package size 16×16×11.5 cm.

What duct diameter is the FAN E-EXTRA EA125 D125mm White compatible with?

FAN E-EXTRA EA125 D125mm White is designed for a Ø125 mm round duct and fits standard 125 mm ventilation openings.

What bearing type does the FAN E-EXTRA EA125 D125mm White use and what does that mean?

FAN E-EXTRA EA125 D125mm White uses a ball bearing (kuullaagriga), which provides longer life and more reliable operation for continuous or intermittent use compared with sleeve bearings.

Is the FAN E-EXTRA EA125 D125mm White suitable for bathrooms with high humidity?

FAN E-EXTRA EA125 D125mm White is suitable for bathroom exhaust applications; the ball bearing tolerates variable humidity better, but it is not a substitute for waterproofing—avoid direct water contact and install in a protected location.

What are the dimensions and weight for planning installation space?

FAN E-EXTRA EA125 D125mm White package dimensions are 16.00 × 16.00 × 11.50 cm and total weight 0.54 kg. The unit is designed for installation into a Ø125 mm opening.

Is the fan suitable for wall, ceiling or in-duct installation?

FAN E-EXTRA EA125 D125mm White is designed for installation into a Ø125 mm round duct and is suitable for wall or ceiling mounting as part of a ducted system.

Is this fan compatible with 125 mm flexible ventilation ducts?

Yes, FAN E-EXTRA EA125 D125mm White is compatible with Ø125 mm flexible ducts provided the connection is properly sealed and secured.

Is this fan suitable for kitchen extraction with a gas stove?

FAN E-EXTRA EA125 D125mm White can remove odours and moisture in a kitchen, but when used with gas appliances ensure adequate make-up air and compliance with safety regulations.

What is the model and manufacturer to find compatible spare parts?

Model A100853SP, SKU 000-433186ASP, manufacturer Europlast. Use these identifiers to search for compatible parts and spares.

How to distinguish this model from other fans in the Fans category?

FAN E-EXTRA EA125 D125mm White is defined by its Ø125 mm size, ball bearing (kuullaagriga) and light total weight of 0.54 kg; compare diameter, bearing type and package dimensions when choosing.

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