#ed14ec color space conversions
Hex:
        #ed14ec
        RGB:
        237, 20, 236
        CMY:
        7, 92, 7
        CMYK:
        0, 92, 0, 7
      HSL:
        300°, 85.7708%, 50.3922%
        HSV (HSB):
        300°, 91.5612%, 92.9412%
        XYZ:
        50.3155, 24.5610, 81.4457
        xyY:
        0.3219, 0.1571, 24.5610
      CIE-Lab:
        56.6451, 91.3490, -56.3011
        CIE-LCH:
        56.6451, 107.3054, 328.3533
        CIE-Luv:
        56.6451, 77.8304, -99.3851
        Hunter-Lab:
        49.5590, 94.4965, -62.7464
      #ed14ec color charts
#ed14ec RGB chart
      #ed14ec CMYK chart
      #ed14ec RGB pie chart
      #ed14ec color shades, tints & tones
#ed14ec color schemes
#ed14ec color preview, HTML & CSS examples
           This text has a color of #ed14ec        
        
          <p style="color:#ed14ec;">Text here</p>
        
        
          .mytext {color:#ed14ec;}
        
        Text color #ed14ec
      
           This box has a color of #ed14ec        
        
          <div style="background-color:#ed14ec;">Content here</div>
        
        
          .mybackground {background-color:#ed14ec;}
        
        Background color #ed14ec
      
           Border around this has a color of #ed14ec        
        
          <div style="border:2px solid #ed14ec;">Content here</div>
        
        
          .myborder {border:2px solid #ed14ec;}
        
        Border color #ed14ec