#e10ade color space conversions
Hex:
        #e10ade
        RGB:
        225, 10, 222
        CMY:
        12, 96, 13
        CMYK:
        0, 96, 1, 12
      HSL:
        301°, 91.4894%, 46.0784%
        HSV (HSB):
        301°, 95.5556%, 88.2353%
        XYZ:
        44.3447, 21.4986, 70.9197
        xyY:
        0.3242, 0.1572, 21.4986
      CIE-Lab:
        53.4909, 88.2673, -53.5548
        CIE-LCH:
        53.4909, 103.2436, 328.7534
        CIE-Luv:
        53.4909, 75.2446, -93.5270
        Hunter-Lab:
        46.3665, 89.5749, -58.2301
      #e10ade color charts
#e10ade RGB chart
      #e10ade CMYK chart
      #e10ade RGB pie chart
      #e10ade color shades, tints & tones
#e10ade color schemes
#e10ade color preview, HTML & CSS examples
           This text has a color of #e10ade        
        
          <p style="color:#e10ade;">Text here</p>
        
        
          .mytext {color:#e10ade;}
        
        Text color #e10ade
      
           This box has a color of #e10ade        
        
          <div style="background-color:#e10ade;">Content here</div>
        
        
          .mybackground {background-color:#e10ade;}
        
        Background color #e10ade
      
           Border around this has a color of #e10ade        
        
          <div style="border:2px solid #e10ade;">Content here</div>
        
        
          .myborder {border:2px solid #e10ade;}
        
        Border color #e10ade