#e32aec color space conversions
Hex:
        #e32aec
        RGB:
        227, 42, 236
        CMY:
        11, 84, 7
        CMYK:
        4, 82, 0, 7
      HSL:
        297°, 83.6207%, 54.5098%
        HSV (HSB):
        297°, 82.2034%, 92.5490%
        XYZ:
        47.6468, 24.0430, 81.4864
        xyY:
        0.3111, 0.1570, 24.0430
      CIE-Lab:
        56.1308, 86.2848, -57.2181
        CIE-LCH:
        56.1308, 103.5325, 326.4504
        CIE-Luv:
        56.1308, 68.6912, -99.8496
        Hunter-Lab:
        49.0336, 87.6428, -64.2074
      #e32aec color charts
#e32aec RGB chart
      #e32aec CMYK chart
      #e32aec RGB pie chart
      #e32aec color shades, tints & tones
#e32aec color schemes
#e32aec color preview, HTML & CSS examples
           This text has a color of #e32aec        
        
          <p style="color:#e32aec;">Text here</p>
        
        
          .mytext {color:#e32aec;}
        
        Text color #e32aec
      
           This box has a color of #e32aec        
        
          <div style="background-color:#e32aec;">Content here</div>
        
        
          .mybackground {background-color:#e32aec;}
        
        Background color #e32aec
      
           Border around this has a color of #e32aec        
        
          <div style="border:2px solid #e32aec;">Content here</div>
        
        
          .myborder {border:2px solid #e32aec;}
        
        Border color #e32aec