#e534ec color space conversions
Hex:
        #e534ec
        RGB:
        229, 52, 236
        CMY:
        10, 80, 7
        CMYK:
        3, 78, 0, 7
      HSL:
        298°, 82.8829%, 56.4706%
        HSV (HSB):
        298°, 77.9661%, 92.5490%
        XYZ:
        48.6814, 25.1701, 81.6494
        xyY:
        0.3131, 0.1619, 25.1701
      CIE-Lab:
        57.2408, 84.3544, -55.4253
        CIE-LCH:
        57.2408, 100.9338, 326.6930
        CIE-Luv:
        57.2408, 68.6712, -97.3511
        Hunter-Lab:
        50.1698, 85.4071, -61.3732
      #e534ec color charts
#e534ec RGB chart
      #e534ec CMYK chart
      #e534ec RGB pie chart
      #e534ec color shades, tints & tones
#e534ec color schemes
#e534ec color preview, HTML & CSS examples
           This text has a color of #e534ec        
        
          <p style="color:#e534ec;">Text here</p>
        
        
          .mytext {color:#e534ec;}
        
        Text color #e534ec
      
           This box has a color of #e534ec        
        
          <div style="background-color:#e534ec;">Content here</div>
        
        
          .mybackground {background-color:#e534ec;}
        
        Background color #e534ec
      
           Border around this has a color of #e534ec        
        
          <div style="border:2px solid #e534ec;">Content here</div>
        
        
          .myborder {border:2px solid #e534ec;}
        
        Border color #e534ec