#e354ee color space conversions
Hex:
        #e354ee
        RGB:
        227, 84, 238
        CMY:
        11, 67, 7
        CMYK:
        5, 65, 0, 7
      HSL:
        296°, 81.9149%, 63.1373%
        HSV (HSB):
        296°, 64.7059%, 93.3333%
        XYZ:
        50.2815, 28.8446, 83.8064
        xyY:
        0.3086, 0.1770, 28.8446
      CIE-Lab:
        60.6442, 74.0203, -51.1435
        CIE-LCH:
        60.6442, 89.9703, 325.3579
        CIE-Luv:
        60.6442, 59.9448, -90.5322
        Hunter-Lab:
        53.7072, 73.1270, -54.9230
      #e354ee color charts
#e354ee RGB chart
      #e354ee CMYK chart
      #e354ee RGB pie chart
      #e354ee color shades, tints & tones
#e354ee color schemes
#e354ee color preview, HTML & CSS examples
           This text has a color of #e354ee        
        
          <p style="color:#e354ee;">Text here</p>
        
        
          .mytext {color:#e354ee;}
        
        Text color #e354ee
      
           This box has a color of #e354ee        
        
          <div style="background-color:#e354ee;">Content here</div>
        
        
          .mybackground {background-color:#e354ee;}
        
        Background color #e354ee
      
           Border around this has a color of #e354ee        
        
          <div style="border:2px solid #e354ee;">Content here</div>
        
        
          .myborder {border:2px solid #e354ee;}
        
        Border color #e354ee