#e60ace color space conversions
Hex:
        #e60ace
        RGB:
        230, 10, 206
        CMY:
        10, 96, 19
        CMYK:
        0, 96, 10, 10
      HSL:
        307°, 91.6667%, 47.0588%
        HSV (HSB):
        307°, 95.6522%, 90.1961%
        XYZ:
        43.8822, 21.4963, 60.2289
        xyY:
        0.3494, 0.1711, 21.4963
      CIE-Lab:
        53.4884, 86.9250, -44.3690
        CIE-LCH:
        53.4884, 97.5939, 332.9589
        CIE-Luv:
        53.4884, 85.5602, -79.7275
        Hunter-Lab:
        46.3641, 87.8077, -44.5652
      #e60ace color charts
#e60ace RGB chart
      #e60ace CMYK chart
      #e60ace RGB pie chart
      #e60ace color shades, tints & tones
#e60ace color schemes
#e60ace color preview, HTML & CSS examples
           This text has a color of #e60ace        
        
          <p style="color:#e60ace;">Text here</p>
        
        
          .mytext {color:#e60ace;}
        
        Text color #e60ace
      
           This box has a color of #e60ace        
        
          <div style="background-color:#e60ace;">Content here</div>
        
        
          .mybackground {background-color:#e60ace;}
        
        Background color #e60ace
      
           Border around this has a color of #e60ace        
        
          <div style="border:2px solid #e60ace;">Content here</div>
        
        
          .myborder {border:2px solid #e60ace;}
        
        Border color #e60ace