#e95dac color space conversions
Hex:
        #e95dac
        RGB:
        233, 93, 172
        CMY:
        9, 64, 33
        CMYK:
        0, 60, 26, 9
      HSL:
        326°, 76.0870%, 63.9216%
        HSV (HSB):
        326°, 60.0858%, 91.3725%
        XYZ:
        44.9650, 28.1309, 42.0896
        xyY:
        0.3904, 0.2442, 28.1309
      CIE-Lab:
        60.0068, 61.9813, -14.6455
        CIE-LCH:
        60.0068, 63.6881, 346.7055
        CIE-Luv:
        60.0068, 82.1938, -32.4001
        Hunter-Lab:
        53.0386, 58.5112, -9.9235
      #e95dac color charts
#e95dac RGB chart
      #e95dac CMYK chart
      #e95dac RGB pie chart
      #e95dac color shades, tints & tones
#e95dac color schemes
#e95dac color preview, HTML & CSS examples
           This text has a color of #e95dac        
        
          <p style="color:#e95dac;">Text here</p>
        
        
          .mytext {color:#e95dac;}
        
        Text color #e95dac
      
           This box has a color of #e95dac        
        
          <div style="background-color:#e95dac;">Content here</div>
        
        
          .mybackground {background-color:#e95dac;}
        
        Background color #e95dac
      
           Border around this has a color of #e95dac        
        
          <div style="border:2px solid #e95dac;">Content here</div>
        
        
          .myborder {border:2px solid #e95dac;}
        
        Border color #e95dac