#ec14cc color space conversions
Hex:
        #ec14cc
        RGB:
        236, 20, 204
        CMY:
        7, 92, 20
        CMYK:
        0, 92, 14, 7
      HSL:
        309°, 85.0394%, 50.1961%
        HSV (HSB):
        309°, 91.5254%, 92.5490%
        XYZ:
        45.7413, 22.6928, 59.0961
        xyY:
        0.3587, 0.1779, 22.6928
      CIE-Lab:
        54.7545, 86.8498, -41.1504
        CIE-LCH:
        54.7545, 96.1054, 334.6479
        CIE-Luv:
        54.7545, 90.3283, -75.3416
        Hunter-Lab:
        47.6370, 88.0321, -40.2063
      #ec14cc color charts
#ec14cc RGB chart
      #ec14cc CMYK chart
      #ec14cc RGB pie chart
      #ec14cc color shades, tints & tones
#ec14cc color schemes
#ec14cc color preview, HTML & CSS examples
           This text has a color of #ec14cc        
        
          <p style="color:#ec14cc;">Text here</p>
        
        
          .mytext {color:#ec14cc;}
        
        Text color #ec14cc
      
           This box has a color of #ec14cc        
        
          <div style="background-color:#ec14cc;">Content here</div>
        
        
          .mybackground {background-color:#ec14cc;}
        
        Background color #ec14cc
      
           Border around this has a color of #ec14cc        
        
          <div style="border:2px solid #ec14cc;">Content here</div>
        
        
          .myborder {border:2px solid #ec14cc;}
        
        Border color #ec14cc