R3G355-AI56-01 ebm-papst Centrifugal Fan 380V 950W 1.75A 2200 RPM
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; padding: 20px; } .product-container { max-width: 1200px; margin: 0 auto; background: white; border-radius: 10px; box-shadow: 0 2px 20px rgba(0,0,0,0.1); overflow: hidden; } .product-header { background: linear-gradient(135deg, #005A9C 0%, #0077BE 100%); /* EBMPAPST blue gradient */ color: white; padding: 50px 30px; text-align: center; position: relative; } .product-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: #FFD700; /* Gold accent to match EBMPAPST branding */ } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .feature-badge { display: inline-block; background: #FFD700; /* EBMPAPST gold */ color: #005A9C; padding: 8px 20px; border-radius: 20px; font-weight: 600; font-size: 1.1em; margin-bottom: 15px; text-transform: uppercase; } .product-subtitle { font-size: 1.2em; font-weight: 300; opacity: 0.9; max-width: 700px; margin: 0 auto; line-height: 1.5; } .benefits-section { padding: 50px 30px; background: #fff; } .section-title { text-align: center; font-size: 1.8em; color: #005A9C; /* EBMPAPST blue */ margin-bottom: 40px; font-weight: 600; } .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 20px; } .benefit-card { background: #f8f9fa; border-radius: 8px; padding: 25px 20px; border-top: 4px solid #005A9C; /* EBMPAPST blue */ text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; display: flex; flex-direction: column; } .benefit-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,90,156,0.15); /* Blue shadow */ } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #005A9C; /* EBMPAPST blue */ margin-bottom: 12px; font-weight: 600; line-height: 1.3; flex-shrink: 0; } .benefit-description { color: #555; font-size: 0.95em; line-height: 1.5; flex-grow: 1; } .applications-section { padding: 50px 30px; background: linear-gradient(135deg, #e0f0ff 0%, #b8d9ff 100%); /* EBMPAPST blue-inspired light gradient */ } .applications-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .application-item { background: white; padding: 20px; border-radius: 8px; display: flex; align-items: center; box-shadow: 0 3px 10px rgba(0,0,0,0.08); transition: transform 0.2s ease; border-left: 4px solid #005A9C; /* EBMPAPST blue */ } .application-item:hover { transform: translateY(-3px); } .app-icon { font-size: 2em; margin-right: 15px; color: #005A9C; /* EBMPAPST blue */ min-width: 40px; text-align: center; } .app-name { font-weight: 600; color: #333; } .datasheet-section { padding: 50px 30px; background: #f0f8ff; } .datasheet-header { text-align: center; font-size: 1.6em; color: #FFD700; /* EBMPAPST gold */ margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; text-shadow: 1px 1px 0 #005A9C; } .specs-table { width: 100%; border-collapse: collapse; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .specs-table tr:nth-child(even) { background-color: #f8f9fa; } .specs-table td { padding: 15px 20px; border-bottom: 1px solid #e9ecef; } .specs-table td:first-child { font-weight: 600; color: #005A9C; /* EBMPAPST blue */ width: 40%; background-color: #e6f0ff; } .highlight-cell { color: #005A9C; font-weight: 700; background-color: #e6f0ff; } .efficiency-cell { color: #2e7d32; font-weight: 700; background-color: #c8e6c9; } .high-airflow-cell { color: #005A9C; font-weight: 700; background-color: #b8d9ff; } .quiet-cell { color: #7b1fa2; font-weight: 700; background-color: #e1bee7; } .durable-cell { color: #d84315; font-weight: 700; background-color: #ffccbc; } .three-phase-cell { color: #5d4037; font-weight: 700; background-color: #d7ccc8; } .centrifugal-badge { display: inline-block; background: #005A9C; /* EBMPAPST blue */ color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .german-badge { display: inline-block; background: #000; color: #FFCC00; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .ebmpapst-badge { display: inline-block; background: #005A9C; color: #FFD700; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; border: 1px solid #FFD700; } .durability-badge { display: inline-block; background: #d84315; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .quiet-badge { display: inline-block; background: #7b1fa2; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .energy-saving-badge { display: inline-block; background: #2e7d32; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .industrial-badge { display: inline-block; background: #d84315; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .compact-badge { display: inline-block; background: #00695c; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .high-speed-badge { display: inline-block; background: #005A9C; color: #FFD700; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; border: 1px solid #FFD700; } .dual-voltage-badge { display: inline-block; background: #00695c; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #005A9C; /* EBMPAPST blue */ margin-bottom: 25px; text-align: center; } .shipping-details { max-width: 800px; margin: 0 auto; } .shipping-details p { margin-bottom: 12px; padding-left: 20px; position: relative; font-size: 1.05em; } .shipping-details p::before { content: 'β'; position: absolute; left: 0; color: #2e7d32; font-weight: bold; } .bulk-inquiry { background: #fff3e0; border-left: 4px solid #FFD700; /* EBMPAPST gold */ padding: 20px; margin-top: 20px; border-radius: 5px; } .bulk-inquiry strong { color: #005A9C; /* EBMPAPST blue */ } .technical-features { padding: 40px 30px; background: #e0f0ff; margin: 30px; border-radius: 8px; border: 1px solid #b8d9ff; } .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; } .feature-item { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .feature-title { color: #005A9C; /* EBMPAPST blue */ font-weight: 600; margin-bottom: 10px; font-size: 1.1em; } .feature-description { color: #555; font-size: 0.95em; line-height: 1.5; } .faq-section { padding: 50px 30px; background: #e0f0ff; margin: 30px; border-radius: 10px; border: 1px solid #b8d9ff; } .faq-title { text-align: center; font-size: 1.8em; color: #005A9C; /* EBMPAPST blue */ margin-bottom: 35px; font-weight: 600; } .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #b8d9ff; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { color: #005A9C; /* EBMPAPST blue */ font-size: 1.2em; font-weight: 600; margin-bottom: 12px; line-height: 1.4; } .faq-answer { color: #333; font-size: 1.05em; line-height: 1.6; padding-left: 20px; } .cta-section { padding: 40px 30px; background: linear-gradient(135deg, #e0f0ff 0%, #b8d9ff 100%); text-align: center; border-radius: 10px; margin: 30px; } .cta-title { font-size: 1.6em; color: #005A9C; /* EBMPAPST blue */ margin-bottom: 15px; font-weight: 600; } .cta-description { font-size: 1.05em; color: #555; max-width: 600px; margin: 0 auto 25px; } .contact-button { display: inline-block; background: #005A9C; /* EBMPAPST blue */ color: white; padding: 14px 35px; font-size: 1.05em; font-weight: 600; text-decoration: none; border-radius: 50px; transition: all 0.3s ease; border: 2px solid #005A9C; margin: 5px 10px; } .contact-button:hover { background: white; color: #005A9C; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,90,156,0.2); } .contact-button.secondary { background: #FFD700; /* EBMPAPST gold */ border-color: #FFD700; color: #005A9C; } .contact-button.secondary:hover { background: white; color: #FFD700; border-color: #FFD700; } @media (max-width: 1024px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .applications-grid { grid-template-columns: repeat(2, 1fr); } .features-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .product-title { font-size: 2em; } .product-subtitle { font-size: 1.1em; } .section-title { font-size: 1.6em; } .benefits-grid { grid-template-columns: 1fr; gap: 20px; } .applications-grid { grid-template-columns: 1fr; } .features-grid { grid-template-columns: 1fr; } .specs-table td { padding: 12px 15px; display: block; width: 100%; } .specs-table td:first-child { width: 100%; background-color: #e6f0ff; border-bottom: none; padding-bottom: 5px; font-weight: 700; } .specs-table tr { display: block; margin-bottom: 15px; border-bottom: 2px solid #e9ecef; padding-bottom: 15px; background: white; } .specs-table tr:nth-child(even) { background: white; } .shipping-section, .faq-section, .cta-section, .applications-section, .technical-features { margin: 20px 15px; padding: 30px 20px; } .faq-question { font-size: 1.15em; } .benefit-card { padding: 20px 15px; } .benefit-icon { font-size: 2.5em; height: 50px; } .contact-button { display: block; margin: 10px auto; width: 90%; max-width: 300px; } } @media (max-width: 480px) { body { padding: 15px; } .product-header { padding: 35px 20px; } .benefits-section, .datasheet-section, .faq-section, .applications-section { padding: 35px 20px; } .product-title { font-size: 1.7em; } .product-subtitle { font-size: 1em; } .section-title { font-size: 1.4em; } .feature-badge { font-size: 1em; padding: 6px 15px; } .application-item { padding: 15px; } } EBMPAPST R3G355-AI56-01 Centrifugal Fan High-Performance 950W EC Centrifugal Fan | 380/480V | 2200 RPM | 355mm Professional 950W centrifugal fan featuring advanced EC technology with dual voltage 380/480V compatibility, powerful 2200 RPM operation. German-engineered by EBMPAPST with 15kg robust construction for exceptional durability exceeding 10+ years, ultra-quiet performance, superior energy efficiency with 1.75A current draw, and high-velocity centrifugal airflow up to 5,340 mΒ³/h for superior heat dissipation in demanding industrial applications . Core Performance Advantages π 10+ Years Industrial Durability German-engineered EBMPAPST construction with 15kg robust industrial design ensures reliable, long-term operation exceeding 10+ years. Premium materials including die-cast aluminum impeller, high-quality ball bearings, and precision manufacturing guarantee exceptional lifespan in the most demanding environments with minimal maintenance requirements . EBMPAPST fans are globally recognized for their durability and reliability in continuous operation . π Ultra-Quiet 2200 RPM Operation Optimized 2200 RPM operation with advanced EC motor technology and aerodynamic impeller design delivers exceptionally quiet performance for its power class. Precision engineering, vibration-damping technology, and intelligent speed control minimize noise, making it suitable for noise-sensitive industrial environments while maintaining powerful airflow . β‘ Energy Efficient EC Technology Efficient 950W power consumption with only 1.75A current draw provides exceptional energy savings for a fan of this capacity. Advanced EC motor technology significantly reduces operational costs while maintaining excellent performance, perfect for continuous operation in energy-sensitive industrial applications . π¨ High-Velocity Centrifugal Airflow 2200 RPM high-speed operation combined with 355mm optimized centrifugal impeller design generates powerful directional airflow with exceptional volume capacity up to 5,340 mΒ³/h and static pressure up to 800 Pa . Superior air movement capabilities provide remarkable heat dissipation, making it perfect for demanding applications requiring significant cooling performance in ducted systems . Industry Applications The EBMPAPST R3G355-AI56-01 is engineered for demanding applications across multiple industries requiring reliable, energy-efficient centrifugal airflow solutions . π Industrial Ventilation Systems βοΈ Commercial HVAC π§ Industrial Refrigeration π₯ Heating Systems βοΈ Electrical Automation π Frequency Converters π Rail Transportation HVAC π’ HVAC (FFU/AHU) Systems π«οΈ Air Purification Systems π New Energy Vehicles ποΈ Industrial Process Cooling π» Data Center Cooling β‘ Power Electronics Cooling π₯ Hospital HVAC Systems π¬ Laboratory Ventilation π Factory Exhaust Systems π‘ Telecom Equipment Cooling π Battery Storage Systems πΎ Agricultural Ventilation π’ Marine & Shipboard HVAC Advanced Technical Features Powerful 2200 RPM EC Operation Optimized 2200 RPM speed with advanced EC (Electronically Commutated) motor technology delivers exceptional airflow up to 5,340 mΒ³/h and static pressure up to 800 Pa . This powerful speed ensures maximum cooling performance, ideal for demanding industrial applications requiring significant air movement in ducted systems . Efficient 1.75A Current Draw With only 1.75A current draw at 950W, this EC fan provides outstanding energy efficiency for its capacity. The intelligent motor control minimizes operational costs and reduces electrical infrastructure requirements, perfect for energy-sensitive industrial applications . Dual Voltage 380/480V Compatibility Advanced three-phase EC motor with dual voltage capability (380/480V) provides smooth, efficient power delivery compatible with global industrial power systems. Perfect for installations worldwide without requiring special transformers, from 380V to 400V to 480V applications . Compact 15kg Industrial Construction 15kg robust construction with 355mm diameter impeller provides exceptional stability and durability. German engineering ensures reliable performance in demanding applications with 10+ year lifespan and minimal maintenance requirements . DATASHEET Technical Specifications Model Number R3G355-AI56-01 Manufacturer EBMPAPST GERMANY Product Type Centrifugal Fan EC TECHNOLOGY Condition Original new from manufacturer Rated Power 950 W EFFICIENT Rated Voltage 380/480V DUAL VOLTAGE Frequency 50/60 Hz Rated Current 1.75 A LOW CURRENT Speed 2200 rpm HIGH SPEED Max Airflow Up to 5,340 mΒ³/h HIGH FLOW Static Pressure Up to 800 Pa Impeller Diameter 355 mm Net Weight 15 kg MEDIUM DUTY Shipping Dimension 355 mm (fan diameter) Country of Origin Germany HS Code 8414599099 Warranty 1 Year Manufacturer Warranty Shipping, Warranty & Service Shipping From: Dispatched from Hong Kong for efficient global distribution. Processing Time: Orders are processed and ready to ship within 5 business days. Express Delivery: Estimated delivery in 3-8 business days worldwide via DHL or UPS. Warranty: Backed by a full 1-year manufacturer's warranty from EBMPAPST. Product Guarantee: We sell only genuine EBMPAPST products guaranteed to meet all factory specifications for fit, form, and function . Customer Satisfaction: Enjoy a 30-day return policy and our commitment to 100% customer satisfaction. For Large Quantity Inquiries: Please contact our sales team at [email protected] for volume pricing and custom quotations. Frequently Asked Questions Q1: How does the R3G355-AI56-01 achieve 5,340 mΒ³/h airflow with only 1.75A current draw? A: This fan utilizes advanced EC (Electronically Commutated) motor technology combined with a highly efficient 355mm diameter centrifugal impeller design. The EC motor provides exceptional efficiency by optimizing the magnetic field and reducing losses, while the aerodynamic impeller maximizes air movement at 2200 RPM. EBMPAPST's GreenTech EC motors achieve up to 80% energy savings compared to conventional AC motors while delivering powerful airflow . Q2: What makes this 15kg EBMPAPST fan last over 10 years? A: The 15kg robust construction incorporates premium materials including die-cast aluminum impeller, precision German manufacturing standards, high-quality sealed ball bearings, and reinforced components throughout. The EC motor design eliminates brush wear and reduces heat generation, significantly extending motor life. Every component is optimized for long-term reliability in demanding continuous operation environments . Q3: How does the dual voltage 380/480V capability benefit global installations? A: The dual voltage capability (380/480V) means this fan can be installed in facilities with different power systems worldwide without requiring additional transformers or modifications. It works with 380V, 400V, and 480V three-phase systems commonly found across Europe, Asia, and North America. This flexibility simplifies procurement and reduces installation costs . Q4: What cooling performance can I expect from the 355mm centrifugal airflow? A: The powerful 2200 RPM speed combined with 355mm advanced centrifugal impeller design generates exceptional directional airflow with high volume capacity up to 5,340 mΒ³/h and static pressure up to 800 Pa . This provides remarkable heat dissipation for industrial equipment, HVAC systems, and process cooling applications, even in ducted systems with significant resistance . Need High-Performance Centrifugal Fan Solutions? Contact our technical specialists for application-specific recommendations, performance data, or volume pricing for your industrial ventilation and cooling requirements. Request Technical Support Request Volume Pricing Customer Reviews β β β β β Verified Purchase "Excellent EC fan! 950W with only 1.75A draw - great energy savings. Moves 5,340 mΒ³/h effortlessly. Runs quiet at 2200rpm. Solid 15kg German quality. Perfect for our HVAC system!" β Klaus Hoffmann, HVAC Engineer Industrial Climate Solutions β’ Reviewed on: April 2, 2026
More you might like
Related
R3G355-AI56-25 ebm-papst FAN
Related
R3G355-Al56-01 ebm-papst Fan 380-400V
Related
R3G355-AY40-01 Ebm-papst Centrifugal Fan | 1.7kW | 400V | 26
Related