#e60add color space conversions
Hex:
        #e60add
        RGB:
        230, 10, 221
        CMY:
        10, 96, 13
        CMYK:
        0, 96, 4, 10
      HSL:
        302°, 91.6667%, 47.0588%
        HSV (HSB):
        302°, 95.6522%, 90.1961%
        XYZ:
        45.7928, 22.2605, 70.2898
        xyY:
        0.3310, 0.1609, 22.2605
      CIE-Lab:
        54.3024, 88.9458, -51.6409
        CIE-LCH:
        54.3024, 102.8500, 329.8610
        CIE-Luv:
        54.3024, 79.2903, -91.1333
        Hunter-Lab:
        47.1811, 90.6809, -55.3028
      #e60add color charts
#e60add RGB chart
      #e60add CMYK chart
      #e60add RGB pie chart
      #e60add color shades, tints & tones
#e60add color schemes
#e60add color preview, HTML & CSS examples
           This text has a color of #e60add        
        
          <p style="color:#e60add;">Text here</p>
        
        
          .mytext {color:#e60add;}
        
        Text color #e60add
      
           This box has a color of #e60add        
        
          <div style="background-color:#e60add;">Content here</div>
        
        
          .mybackground {background-color:#e60add;}
        
        Background color #e60add
      
           Border around this has a color of #e60add        
        
          <div style="border:2px solid #e60add;">Content here</div>
        
        
          .myborder {border:2px solid #e60add;}
        
        Border color #e60add