#e42aac color space conversions
Hex:
        #e42aac
        RGB:
        228, 42, 172
        CMY:
        11, 84, 33
        CMYK:
        0, 82, 25, 11
      HSL:
        318°, 77.5000%, 52.9412%
        HSV (HSB):
        318°, 81.5789%, 89.4118%
        XYZ:
        40.2693, 21.1285, 40.9855
        xyY:
        0.3933, 0.2064, 21.1285
      CIE-Lab:
        53.0898, 77.7324, -25.2861
        CIE-LCH:
        53.0898, 81.7417, 341.9804
        CIE-Luv:
        53.0898, 94.9882, -49.9016
        Hunter-Lab:
        45.9657, 75.9388, -20.6902
      #e42aac color charts
#e42aac RGB chart
      #e42aac CMYK chart
      #e42aac RGB pie chart
      #e42aac color shades, tints & tones
#e42aac color schemes
#e42aac color preview, HTML & CSS examples
           This text has a color of #e42aac        
        
          <p style="color:#e42aac;">Text here</p>
        
        
          .mytext {color:#e42aac;}
        
        Text color #e42aac
      
           This box has a color of #e42aac        
        
          <div style="background-color:#e42aac;">Content here</div>
        
        
          .mybackground {background-color:#e42aac;}
        
        Background color #e42aac
      
           Border around this has a color of #e42aac        
        
          <div style="border:2px solid #e42aac;">Content here</div>
        
        
          .myborder {border:2px solid #e42aac;}
        
        Border color #e42aac