#ed53ec color space conversions
Hex:
        #ed53ec
        RGB:
        237, 83, 236
        CMY:
        7, 67, 7
        CMYK:
        0, 65, 0, 7
      HSL:
        300°, 81.0526%, 62.7451%
        HSV (HSB):
        300°, 64.9789%, 92.9412%
        XYZ:
        53.1586, 30.2472, 82.3934
        xyY:
        0.3206, 0.1824, 30.2472
      CIE-Lab:
        61.8669, 76.3206, -47.9995
        CIE-LCH:
        61.8669, 90.1597, 327.8334
        CIE-Luv:
        61.8669, 67.6805, -86.3126
        Hunter-Lab:
        54.9974, 76.2865, -50.3260
      #ed53ec color charts
#ed53ec RGB chart
      #ed53ec CMYK chart
      #ed53ec RGB pie chart
      #ed53ec color shades, tints & tones
#ed53ec color schemes
#ed53ec color preview, HTML & CSS examples
           This text has a color of #ed53ec        
        
          <p style="color:#ed53ec;">Text here</p>
        
        
          .mytext {color:#ed53ec;}
        
        Text color #ed53ec
      
           This box has a color of #ed53ec        
        
          <div style="background-color:#ed53ec;">Content here</div>
        
        
          .mybackground {background-color:#ed53ec;}
        
        Background color #ed53ec
      
           Border around this has a color of #ed53ec        
        
          <div style="border:2px solid #ed53ec;">Content here</div>
        
        
          .myborder {border:2px solid #ed53ec;}
        
        Border color #ed53ec