#e85eac color space conversions
Hex:
        #e85eac
        RGB:
        232, 94, 172
        CMY:
        9, 63, 33
        CMYK:
        0, 59, 26, 9
      HSL:
        326°, 75.0000%, 63.9216%
        HSV (HSB):
        326°, 59.4828%, 90.9804%
        XYZ:
        44.7278, 28.1398, 42.1038
        xyY:
        0.3890, 0.2448, 28.1398
      CIE-Lab:
        60.0148, 61.2606, -14.6481
        CIE-LCH:
        60.0148, 62.9875, 346.5524
        CIE-Luv:
        60.0148, 80.9812, -32.2648
        Hunter-Lab:
        53.0469, 57.6745, -9.9262
      #e85eac color charts
#e85eac RGB chart
      #e85eac CMYK chart
      #e85eac RGB pie chart
      #e85eac color shades, tints & tones
#e85eac color schemes
#e85eac color preview, HTML & CSS examples
           This text has a color of #e85eac        
        
          <p style="color:#e85eac;">Text here</p>
        
        
          .mytext {color:#e85eac;}
        
        Text color #e85eac
      
           This box has a color of #e85eac        
        
          <div style="background-color:#e85eac;">Content here</div>
        
        
          .mybackground {background-color:#e85eac;}
        
        Background color #e85eac
      
           Border around this has a color of #e85eac        
        
          <div style="border:2px solid #e85eac;">Content here</div>
        
        
          .myborder {border:2px solid #e85eac;}
        
        Border color #e85eac