#ed50ee color space conversions
Hex:
        #ed50ee
        RGB:
        237, 80, 238
        CMY:
        7, 69, 7
        CMYK:
        0, 66, 0, 7
      HSL:
        300°, 82.2917%, 62.3529%
        HSV (HSB):
        300°, 66.3866%, 93.3333%
        XYZ:
        53.2263, 29.9149, 83.8577
        xyY:
        0.3187, 0.1791, 29.9149
      CIE-Lab:
        61.5807, 77.7289, -49.5663
        CIE-LCH:
        61.5807, 92.1878, 327.4751
        CIE-Luv:
        61.5807, 67.8120, -88.8897
        Hunter-Lab:
        54.6945, 77.9931, -52.6174
      #ed50ee color charts
#ed50ee RGB chart
      #ed50ee CMYK chart
      #ed50ee RGB pie chart
      #ed50ee color shades, tints & tones
#ed50ee color schemes
#ed50ee color preview, HTML & CSS examples
           This text has a color of #ed50ee        
        
          <p style="color:#ed50ee;">Text here</p>
        
        
          .mytext {color:#ed50ee;}
        
        Text color #ed50ee
      
           This box has a color of #ed50ee        
        
          <div style="background-color:#ed50ee;">Content here</div>
        
        
          .mybackground {background-color:#ed50ee;}
        
        Background color #ed50ee
      
           Border around this has a color of #ed50ee        
        
          <div style="border:2px solid #ed50ee;">Content here</div>
        
        
          .myborder {border:2px solid #ed50ee;}
        
        Border color #ed50ee