#ff00e5 color space conversions
Hex:
        #ff00e5
        RGB:
        255, 0, 229
        CMY:
        0, 100, 10
        CMYK:
        0, 100, 10, 0
      HSL:
        306°, 100.0000%, 50.0000%
        HSV (HSB):
        306°, 100.0000%, 100.0000%
        XYZ:
        55.3829, 26.9171, 76.4053
        xyY:
        0.3490, 0.1696, 26.9171
      CIE-Lab:
        58.8976, 94.7867, -48.5923
        CIE-LCH:
        58.8976, 106.5163, 332.8581
        CIE-Luv:
        58.8976, 94.9330, -89.1272
        Hunter-Lab:
        51.8817, 99.7526, -50.9981
      #ff00e5 color charts
#ff00e5 RGB chart
      #ff00e5 CMYK chart
      #ff00e5 RGB pie chart
      #ff00e5 color shades, tints & tones
#ff00e5 color schemes
#ff00e5 color preview, HTML & CSS examples
           This text has a color of #ff00e5        
        
          <p style="color:#ff00e5;">Text here</p>
        
        
          .mytext {color:#ff00e5;}
        
        Text color #ff00e5
      
           This box has a color of #ff00e5        
        
          <div style="background-color:#ff00e5;">Content here</div>
        
        
          .mybackground {background-color:#ff00e5;}
        
        Background color #ff00e5
      
           Border around this has a color of #ff00e5        
        
          <div style="border:2px solid #ff00e5;">Content here</div>
        
        
          .myborder {border:2px solid #ff00e5;}
        
        Border color #ff00e5