#e408ec color space conversions
Hex:
        #e408ec
        RGB:
        228, 8, 236
        CMY:
        11, 97, 7
        CMYK:
        3, 97, 0, 7
      HSL:
        298°, 93.4426%, 47.8431%
        HSV (HSB):
        298°, 96.6102%, 92.5490%
        XYZ:
        47.2221, 22.7238, 81.2541
        xyY:
        0.3123, 0.1503, 22.7238
      CIE-Lab:
        54.7867, 90.8945, -59.3629
        CIE-LCH:
        54.7867, 108.5622, 326.8516
        CIE-Luv:
        54.7867, 72.0127, -103.0285
        Hunter-Lab:
        47.6695, 93.4031, -67.6931
      #e408ec color charts
#e408ec RGB chart
      #e408ec CMYK chart
      #e408ec RGB pie chart
      #e408ec color shades, tints & tones
#e408ec color schemes
#e408ec color preview, HTML & CSS examples
           This text has a color of #e408ec        
        
          <p style="color:#e408ec;">Text here</p>
        
        
          .mytext {color:#e408ec;}
        
        Text color #e408ec
      
           This box has a color of #e408ec        
        
          <div style="background-color:#e408ec;">Content here</div>
        
        
          .mybackground {background-color:#e408ec;}
        
        Background color #e408ec
      
           Border around this has a color of #e408ec        
        
          <div style="border:2px solid #e408ec;">Content here</div>
        
        
          .myborder {border:2px solid #e408ec;}
        
        Border color #e408ec