#e228cd color space conversions
Hex:
        #e228cd
        RGB:
        226, 40, 205
        CMY:
        11, 84, 20
        CMYK:
        0, 82, 9, 11
      HSL:
        307°, 76.2295%, 52.1569%
        HSV (HSB):
        307°, 82.3009%, 88.6275%
        XYZ:
        43.1423, 22.0941, 59.7483
        xyY:
        0.3452, 0.1768, 22.0941
      CIE-Lab:
        54.1267, 81.9894, -42.8308
        CIE-LCH:
        54.1267, 92.5026, 332.4177
        CIE-Luv:
        54.1267, 80.0538, -76.8920
        Hunter-Lab:
        47.0044, 81.5759, -42.4618
      #e228cd color charts
#e228cd RGB chart
      #e228cd CMYK chart
      #e228cd RGB pie chart
      #e228cd color shades, tints & tones
#e228cd color schemes
#e228cd color preview, HTML & CSS examples
           This text has a color of #e228cd        
        
          <p style="color:#e228cd;">Text here</p>
        
        
          .mytext {color:#e228cd;}
        
        Text color #e228cd
      
           This box has a color of #e228cd        
        
          <div style="background-color:#e228cd;">Content here</div>
        
        
          .mybackground {background-color:#e228cd;}
        
        Background color #e228cd
      
           Border around this has a color of #e228cd        
        
          <div style="border:2px solid #e228cd;">Content here</div>
        
        
          .myborder {border:2px solid #e228cd;}
        
        Border color #e228cd