#e059ec color space conversions
Hex:
        #e059ec
        RGB:
        224, 89, 236
        CMY:
        12, 65, 7
        CMYK:
        5, 62, 0, 7
      HSL:
        295°, 79.4595%, 63.7255%
        HSV (HSB):
        295°, 62.2881%, 92.5490%
        XYZ:
        49.4532, 29.0482, 82.3573
        xyY:
        0.3074, 0.1806, 29.0482
      CIE-Lab:
        60.8241, 71.0120, -49.7707
        CIE-LCH:
        60.8241, 86.7169, 324.9742
        CIE-Luv:
        60.8241, 57.1723, -88.0122
        Hunter-Lab:
        53.8964, 69.4659, -52.8717
      #e059ec color charts
#e059ec RGB chart
      #e059ec CMYK chart
      #e059ec RGB pie chart
      #e059ec color shades, tints & tones
#e059ec color schemes
#e059ec color preview, HTML & CSS examples
           This text has a color of #e059ec        
        
          <p style="color:#e059ec;">Text here</p>
        
        
          .mytext {color:#e059ec;}
        
        Text color #e059ec
      
           This box has a color of #e059ec        
        
          <div style="background-color:#e059ec;">Content here</div>
        
        
          .mybackground {background-color:#e059ec;}
        
        Background color #e059ec
      
           Border around this has a color of #e059ec        
        
          <div style="border:2px solid #e059ec;">Content here</div>
        
        
          .myborder {border:2px solid #e059ec;}
        
        Border color #e059ec