#e221ed color space conversions
Hex:
        #e221ed
        RGB:
        226, 33, 237
        CMY:
        11, 87, 7
        CMYK:
        5, 86, 0, 7
      HSL:
        297°, 85.0000%, 52.9412%
        HSV (HSB):
        297°, 86.0759%, 92.9412%
        XYZ:
        47.1939, 23.3709, 82.1444
        xyY:
        0.3090, 0.1530, 23.3709
      CIE-Lab:
        55.4523, 87.9466, -58.8753
        CIE-LCH:
        55.4523, 105.8344, 326.1999
        CIE-Luv:
        55.4523, 68.6304, -102.2360
        Hunter-Lab:
        48.3434, 89.6546, -66.9042
      #e221ed color charts
#e221ed RGB chart
      #e221ed CMYK chart
      #e221ed RGB pie chart
      #e221ed color shades, tints & tones
#e221ed color schemes
#e221ed color preview, HTML & CSS examples
           This text has a color of #e221ed        
        
          <p style="color:#e221ed;">Text here</p>
        
        
          .mytext {color:#e221ed;}
        
        Text color #e221ed
      
           This box has a color of #e221ed        
        
          <div style="background-color:#e221ed;">Content here</div>
        
        
          .mybackground {background-color:#e221ed;}
        
        Background color #e221ed
      
           Border around this has a color of #e221ed        
        
          <div style="border:2px solid #e221ed;">Content here</div>
        
        
          .myborder {border:2px solid #e221ed;}
        
        Border color #e221ed