#e79add color space conversions
Hex:
        #e79add
        RGB:
        231, 154, 221
        CMY:
        9, 40, 13
        CMYK:
        0, 33, 4, 9
      HSL:
        308°, 61.6000%, 75.4902%
        HSV (HSB):
        308°, 33.3333%, 90.5882%
        XYZ:
        57.5617, 45.3206, 74.1205
        xyY:
        0.3252, 0.2560, 45.3206
      CIE-Lab:
        73.1025, 38.9650, -22.3116
        CIE-LCH:
        73.1025, 44.9007, 330.2043
        CIE-Luv:
        73.1025, 39.9783, -41.1848
        Hunter-Lab:
        67.3206, 34.8136, -18.1544
      #e79add color charts
#e79add RGB chart
      #e79add CMYK chart
      #e79add RGB pie chart
      #e79add color shades, tints & tones
#e79add color schemes
#e79add color preview, HTML & CSS examples
           This text has a color of #e79add        
        
          <p style="color:#e79add;">Text here</p>
        
        
          .mytext {color:#e79add;}
        
        Text color #e79add
      
           This box has a color of #e79add        
        
          <div style="background-color:#e79add;">Content here</div>
        
        
          .mybackground {background-color:#e79add;}
        
        Background color #e79add
      
           Border around this has a color of #e79add        
        
          <div style="border:2px solid #e79add;">Content here</div>
        
        
          .myborder {border:2px solid #e79add;}
        
        Border color #e79add