#ed27ec color space conversions
Hex:
        #ed27ec
        RGB:
        237, 39, 236
        CMY:
        7, 85, 7
        CMYK:
        0, 84, 0, 7
      HSL:
        300°, 84.6154%, 54.1176%
        HSV (HSB):
        300°, 83.5443%, 92.9412%
        XYZ:
        50.7909, 25.5117, 81.6042
        xyY:
        0.3217, 0.1616, 25.5117
      CIE-Lab:
        57.5706, 88.6296, -54.8231
        CIE-LCH:
        57.5706, 104.2151, 328.2606
        CIE-Luv:
        57.5706, 76.1054, -97.1631
        Hunter-Lab:
        50.5091, 91.1049, -60.4345
      #ed27ec color charts
#ed27ec RGB chart
      #ed27ec CMYK chart
      #ed27ec RGB pie chart
      #ed27ec color shades, tints & tones
#ed27ec color schemes
#ed27ec color preview, HTML & CSS examples
           This text has a color of #ed27ec        
        
          <p style="color:#ed27ec;">Text here</p>
        
        
          .mytext {color:#ed27ec;}
        
        Text color #ed27ec
      
           This box has a color of #ed27ec        
        
          <div style="background-color:#ed27ec;">Content here</div>
        
        
          .mybackground {background-color:#ed27ec;}
        
        Background color #ed27ec
      
           Border around this has a color of #ed27ec        
        
          <div style="border:2px solid #ed27ec;">Content here</div>
        
        
          .myborder {border:2px solid #ed27ec;}
        
        Border color #ed27ec