#e33fff color space conversions
Hex:
        #e33fff
        RGB:
        227, 63, 255
        CMY:
        11, 75, 0
        CMYK:
        11, 75, 0, 0
      HSL:
        291°, 100.0000%, 62.3529%
        HSV (HSB):
        291°, 75.2941%, 100.0000%
        XYZ:
        51.5061, 27.1059, 97.1250
        xyY:
        0.2931, 0.1542, 27.1059
      CIE-Lab:
        59.0722, 84.0527, -63.0901
        CIE-LCH:
        59.0722, 105.0962, 323.1080
        CIE-Luv:
        59.0722, 59.1724, -109.6888
        Hunter-Lab:
        52.0633, 85.4785, -74.1622
      #e33fff color charts
#e33fff RGB chart
      #e33fff CMYK chart
      #e33fff RGB pie chart
      #e33fff color shades, tints & tones
#e33fff color schemes
#e33fff color preview, HTML & CSS examples
           This text has a color of #e33fff        
        
          <p style="color:#e33fff;">Text here</p>
        
        
          .mytext {color:#e33fff;}
        
        Text color #e33fff
      
           This box has a color of #e33fff        
        
          <div style="background-color:#e33fff;">Content here</div>
        
        
          .mybackground {background-color:#e33fff;}
        
        Background color #e33fff
      
           Border around this has a color of #e33fff        
        
          <div style="border:2px solid #e33fff;">Content here</div>
        
        
          .myborder {border:2px solid #e33fff;}
        
        Border color #e33fff