#e06add color space conversions
Hex:
        #e06add
        RGB:
        224, 106, 221
        CMY:
        12, 58, 13
        CMYK:
        0, 53, 1, 12
      HSL:
        302°, 65.5556%, 64.7059%
        HSV (HSB):
        302°, 52.6786%, 87.8431%
        XYZ:
        48.9456, 31.3758, 71.8830
        xyY:
        0.3216, 0.2061, 31.3758
      CIE-Lab:
        62.8236, 61.0131, -38.2453
        CIE-LCH:
        62.8236, 72.0090, 327.9189
        CIE-Luv:
        62.8236, 55.9012, -68.8189
        Hunter-Lab:
        56.0141, 57.9502, -36.8771
      #e06add color charts
#e06add RGB chart
      #e06add CMYK chart
      #e06add RGB pie chart
      #e06add color shades, tints & tones
#e06add color schemes
#e06add color preview, HTML & CSS examples
           This text has a color of #e06add        
        
          <p style="color:#e06add;">Text here</p>
        
        
          .mytext {color:#e06add;}
        
        Text color #e06add
      
           This box has a color of #e06add        
        
          <div style="background-color:#e06add;">Content here</div>
        
        
          .mybackground {background-color:#e06add;}
        
        Background color #e06add
      
           Border around this has a color of #e06add        
        
          <div style="border:2px solid #e06add;">Content here</div>
        
        
          .myborder {border:2px solid #e06add;}
        
        Border color #e06add