#ed78cd color space conversions
Hex:
        #ed78cd
        RGB:
        237, 120, 205
        CMY:
        7, 53, 20
        CMYK:
        0, 49, 14, 7
      HSL:
        316°, 76.4706%, 70.0000%
        HSV (HSB):
        316°, 49.3671%, 92.9412%
        XYZ:
        52.6610, 35.8452, 61.9009
        xyY:
        0.3501, 0.2383, 35.8452
      CIE-Lab:
        66.4015, 55.4852, -23.6105
        CIE-LCH:
        66.4015, 60.2998, 336.9489
        CIE-Luv:
        66.4015, 63.5275, -45.4296
        Hunter-Lab:
        59.8709, 52.2301, -19.3907
      #ed78cd color charts
#ed78cd RGB chart
      #ed78cd CMYK chart
      #ed78cd RGB pie chart
      #ed78cd color shades, tints & tones
#ed78cd color schemes
#ed78cd color preview, HTML & CSS examples
           This text has a color of #ed78cd        
        
          <p style="color:#ed78cd;">Text here</p>
        
        
          .mytext {color:#ed78cd;}
        
        Text color #ed78cd
      
           This box has a color of #ed78cd        
        
          <div style="background-color:#ed78cd;">Content here</div>
        
        
          .mybackground {background-color:#ed78cd;}
        
        Background color #ed78cd
      
           Border around this has a color of #ed78cd        
        
          <div style="border:2px solid #ed78cd;">Content here</div>
        
        
          .myborder {border:2px solid #ed78cd;}
        
        Border color #ed78cd