#e00def color space conversions
Hex:
        #e00def
        RGB:
        224, 13, 239
        CMY:
        12, 95, 6
        CMYK:
        6, 95, 0, 6
      HSL:
        296°, 89.6825%, 49.4118%
        HSV (HSB):
        296°, 94.5607%, 93.7255%
        XYZ:
        46.4644, 22.3671, 83.5297
        xyY:
        0.3050, 0.1468, 22.3671
      CIE-Lab:
        54.4144, 90.3697, -61.6826
        CIE-LCH:
        54.4144, 109.4140, 325.6842
        CIE-Luv:
        54.4144, 67.8936, -106.1782
        Hunter-Lab:
        47.2939, 92.6048, -71.6113
      #e00def color charts
#e00def RGB chart
      #e00def CMYK chart
      #e00def RGB pie chart
      #e00def color shades, tints & tones
#e00def color schemes
#e00def color preview, HTML & CSS examples
           This text has a color of #e00def        
        
          <p style="color:#e00def;">Text here</p>
        
        
          .mytext {color:#e00def;}
        
        Text color #e00def
      
           This box has a color of #e00def        
        
          <div style="background-color:#e00def;">Content here</div>
        
        
          .mybackground {background-color:#e00def;}
        
        Background color #e00def
      
           Border around this has a color of #e00def        
        
          <div style="border:2px solid #e00def;">Content here</div>
        
        
          .myborder {border:2px solid #e00def;}
        
        Border color #e00def