#ed15ec color space conversions
Hex:
        #ed15ec
        RGB:
        237, 21, 236
        CMY:
        7, 92, 7
        CMYK:
        0, 91, 0, 7
      HSL:
        300°, 85.7143%, 50.5882%
        HSV (HSB):
        300°, 91.1392%, 92.9412%
        XYZ:
        50.3335, 24.5970, 81.4517
        xyY:
        0.3219, 0.1573, 24.5970
      CIE-Lab:
        56.6806, 91.2443, -56.2443
        CIE-LCH:
        56.6806, 107.1865, 328.3497
        CIE-Luv:
        56.6806, 77.7649, -99.3008
        Hunter-Lab:
        49.5953, 94.3650, -62.6567
      #ed15ec color charts
#ed15ec RGB chart
      #ed15ec CMYK chart
      #ed15ec RGB pie chart
      #ed15ec color shades, tints & tones
#ed15ec color schemes
#ed15ec color preview, HTML & CSS examples
           This text has a color of #ed15ec        
        
          <p style="color:#ed15ec;">Text here</p>
        
        
          .mytext {color:#ed15ec;}
        
        Text color #ed15ec
      
           This box has a color of #ed15ec        
        
          <div style="background-color:#ed15ec;">Content here</div>
        
        
          .mybackground {background-color:#ed15ec;}
        
        Background color #ed15ec
      
           Border around this has a color of #ed15ec        
        
          <div style="border:2px solid #ed15ec;">Content here</div>
        
        
          .myborder {border:2px solid #ed15ec;}
        
        Border color #ed15ec