#ed3ced color space conversions
Hex:
        #ed3ced
        RGB:
        237, 60, 237
        CMY:
        7, 76, 7
        CMYK:
        0, 75, 0, 7
      HSL:
        300°, 83.0986%, 58.2353%
        HSV (HSB):
        300°, 74.6835%, 92.9412%
        XYZ:
        51.8270, 27.3507, 82.6684
        xyY:
        0.3202, 0.1690, 27.3507
      CIE-Lab:
        59.2975, 83.9265, -52.6320
        CIE-LCH:
        59.2975, 99.0645, 327.9073
        CIE-Luv:
        59.2975, 72.5427, -93.8012
        Hunter-Lab:
        52.2979, 85.3715, -57.1125
      #ed3ced color charts
#ed3ced RGB chart
      #ed3ced CMYK chart
      #ed3ced RGB pie chart
      #ed3ced color shades, tints & tones
#ed3ced color schemes
#ed3ced color preview, HTML & CSS examples
           This text has a color of #ed3ced        
        
          <p style="color:#ed3ced;">Text here</p>
        
        
          .mytext {color:#ed3ced;}
        
        Text color #ed3ced
      
           This box has a color of #ed3ced        
        
          <div style="background-color:#ed3ced;">Content here</div>
        
        
          .mybackground {background-color:#ed3ced;}
        
        Background color #ed3ced
      
           Border around this has a color of #ed3ced        
        
          <div style="border:2px solid #ed3ced;">Content here</div>
        
        
          .myborder {border:2px solid #ed3ced;}
        
        Border color #ed3ced