#e165ac color space conversions
Hex:
        #e165ac
        RGB:
        225, 101, 172
        CMY:
        12, 60, 33
        CMYK:
        0, 55, 24, 12
      HSL:
        326°, 67.3913%, 63.9216%
        HSV (HSB):
        326°, 55.1111%, 88.2353%
        XYZ:
        43.1514, 28.2935, 42.2166
        xyY:
        0.3796, 0.2489, 28.2935
      CIE-Lab:
        60.1529, 56.0414, -14.5399
        CIE-LCH:
        60.1529, 57.8969, 345.4553
        CIE-Luv:
        60.1529, 72.4455, -31.1184
        Hunter-Lab:
        53.1916, 51.7219, -9.8226
      #e165ac color charts
#e165ac RGB chart
      #e165ac CMYK chart
      #e165ac RGB pie chart
      #e165ac color shades, tints & tones
#e165ac color schemes
#e165ac color preview, HTML & CSS examples
           This text has a color of #e165ac        
        
          <p style="color:#e165ac;">Text here</p>
        
        
          .mytext {color:#e165ac;}
        
        Text color #e165ac
      
           This box has a color of #e165ac        
        
          <div style="background-color:#e165ac;">Content here</div>
        
        
          .mybackground {background-color:#e165ac;}
        
        Background color #e165ac
      
           Border around this has a color of #e165ac        
        
          <div style="border:2px solid #e165ac;">Content here</div>
        
        
          .myborder {border:2px solid #e165ac;}
        
        Border color #e165ac