#e41add color space conversions
Hex:
        #e41add
        RGB:
        228, 26, 221
        CMY:
        11, 90, 13
        CMYK:
        0, 89, 3, 11
      HSL:
        302°, 79.5276%, 49.8039%
        HSV (HSB):
        302°, 88.5965%, 89.4118%
        XYZ:
        45.4154, 22.4532, 70.3469
        xyY:
        0.3286, 0.1625, 22.4532
      CIE-Lab:
        54.5046, 86.9942, -51.3389
        CIE-LCH:
        54.5046, 101.0133, 329.4534
        CIE-Luv:
        54.5046, 76.7884, -90.4890
        Hunter-Lab:
        47.3848, 88.1578, -54.8517
      #e41add color charts
#e41add RGB chart
      #e41add CMYK chart
      #e41add RGB pie chart
      #e41add color shades, tints & tones
#e41add color schemes
#e41add color preview, HTML & CSS examples
           This text has a color of #e41add        
        
          <p style="color:#e41add;">Text here</p>
        
        
          .mytext {color:#e41add;}
        
        Text color #e41add
      
           This box has a color of #e41add        
        
          <div style="background-color:#e41add;">Content here</div>
        
        
          .mybackground {background-color:#e41add;}
        
        Background color #e41add
      
           Border around this has a color of #e41add        
        
          <div style="border:2px solid #e41add;">Content here</div>
        
        
          .myborder {border:2px solid #e41add;}
        
        Border color #e41add