#e128ac color space conversions
Hex:
        #e128ac
        RGB:
        225, 40, 172
        CMY:
        12, 84, 33
        CMYK:
        0, 82, 24, 12
      HSL:
        317°, 75.5102%, 51.9608%
        HSV (HSB):
        317°, 82.2222%, 88.2353%
        XYZ:
        39.2565, 20.5037, 40.9183
        xyY:
        0.3899, 0.2037, 20.5037
      CIE-Lab:
        52.4020, 77.5223, -26.3931
        CIE-LCH:
        52.4020, 81.8920, 341.1985
        CIE-Luv:
        52.4020, 93.0326, -51.3305
        Hunter-Lab:
        45.2810, 75.5094, -21.8808
      #e128ac color charts
#e128ac RGB chart
      #e128ac CMYK chart
      #e128ac RGB pie chart
      #e128ac color shades, tints & tones
#e128ac color schemes
#e128ac color preview, HTML & CSS examples
           This text has a color of #e128ac        
        
          <p style="color:#e128ac;">Text here</p>
        
        
          .mytext {color:#e128ac;}
        
        Text color #e128ac
      
           This box has a color of #e128ac        
        
          <div style="background-color:#e128ac;">Content here</div>
        
        
          .mybackground {background-color:#e128ac;}
        
        Background color #e128ac
      
           Border around this has a color of #e128ac        
        
          <div style="border:2px solid #e128ac;">Content here</div>
        
        
          .myborder {border:2px solid #e128ac;}
        
        Border color #e128ac