#e86aaa color space conversions
Hex:
        #e86aaa
        RGB:
        232, 106, 170
        CMY:
        9, 58, 33
        CMYK:
        0, 54, 27, 9
      HSL:
        330°, 73.2558%, 66.2745%
        HSV (HSB):
        330°, 54.3103%, 90.9804%
        XYZ:
        45.6884, 30.3662, 41.4834
        xyY:
        0.3887, 0.2584, 30.3662
      CIE-Lab:
        61.9689, 55.6024, -10.5598
        CIE-LCH:
        61.9689, 56.5963, 349.2466
        CIE-Luv:
        61.9689, 75.9445, -25.3801
        Hunter-Lab:
        55.1055, 51.5613, -6.0597
      #e86aaa color charts
#e86aaa RGB chart
      #e86aaa CMYK chart
      #e86aaa RGB pie chart
      #e86aaa color shades, tints & tones
#e86aaa color schemes
#e86aaa color preview, HTML & CSS examples
           This text has a color of #e86aaa        
        
          <p style="color:#e86aaa;">Text here</p>
        
        
          .mytext {color:#e86aaa;}
        
        Text color #e86aaa
      
           This box has a color of #e86aaa        
        
          <div style="background-color:#e86aaa;">Content here</div>
        
        
          .mybackground {background-color:#e86aaa;}
        
        Background color #e86aaa
      
           Border around this has a color of #e86aaa        
        
          <div style="border:2px solid #e86aaa;">Content here</div>
        
        
          .myborder {border:2px solid #e86aaa;}
        
        Border color #e86aaa