#e06aaa color space conversions
Hex:
        #e06aaa
        RGB:
        224, 106, 170
        CMY:
        12, 58, 33
        CMYK:
        0, 53, 24, 12
      HSL:
        327°, 65.5556%, 64.7059%
        HSV (HSB):
        327°, 52.6786%, 87.8431%
        XYZ:
        43.1502, 29.0576, 41.3646
        xyY:
        0.3799, 0.2559, 29.0576
      CIE-Lab:
        60.8325, 53.1088, -12.3806
        CIE-LCH:
        60.8325, 54.5328, 346.8777
        CIE-Luv:
        60.8325, 69.8655, -27.4560
        Hunter-Lab:
        53.9051, 48.5524, -7.7632
      #e06aaa color charts
#e06aaa RGB chart
      #e06aaa CMYK chart
      #e06aaa RGB pie chart
      #e06aaa color shades, tints & tones
#e06aaa color schemes
#e06aaa color preview, HTML & CSS examples
           This text has a color of #e06aaa        
        
          <p style="color:#e06aaa;">Text here</p>
        
        
          .mytext {color:#e06aaa;}
        
        Text color #e06aaa
      
           This box has a color of #e06aaa        
        
          <div style="background-color:#e06aaa;">Content here</div>
        
        
          .mybackground {background-color:#e06aaa;}
        
        Background color #e06aaa
      
           Border around this has a color of #e06aaa        
        
          <div style="border:2px solid #e06aaa;">Content here</div>
        
        
          .myborder {border:2px solid #e06aaa;}
        
        Border color #e06aaa