#ed50ec color space conversions
Hex:
        #ed50ec
        RGB:
        237, 80, 236
        CMY:
        7, 69, 7
        CMYK:
        0, 66, 0, 7
      HSL:
        300°, 81.3472%, 62.1569%
        HSV (HSB):
        300°, 66.2447%, 92.9412%
        XYZ:
        52.9340, 29.7980, 82.3185
        xyY:
        0.3207, 0.1805, 29.7980
      CIE-Lab:
        61.4795, 77.4093, -48.6122
        CIE-LCH:
        61.4795, 91.4076, 327.8717
        CIE-Luv:
        61.4795, 68.4642, -87.3218
        Hunter-Lab:
        54.5875, 77.5650, -51.1987
      #ed50ec color charts
#ed50ec RGB chart
      #ed50ec CMYK chart
      #ed50ec RGB pie chart
      #ed50ec color shades, tints & tones
#ed50ec color schemes
#ed50ec color preview, HTML & CSS examples
           This text has a color of #ed50ec        
        
          <p style="color:#ed50ec;">Text here</p>
        
        
          .mytext {color:#ed50ec;}
        
        Text color #ed50ec
      
           This box has a color of #ed50ec        
        
          <div style="background-color:#ed50ec;">Content here</div>
        
        
          .mybackground {background-color:#ed50ec;}
        
        Background color #ed50ec
      
           Border around this has a color of #ed50ec        
        
          <div style="border:2px solid #ed50ec;">Content here</div>
        
        
          .myborder {border:2px solid #ed50ec;}
        
        Border color #ed50ec