#e050ed color space conversions
Hex:
        #e050ed
        RGB:
        224, 80, 237
        CMY:
        12, 69, 7
        CMYK:
        5, 66, 0, 7
      HSL:
        295°, 81.3472%, 62.1569%
        HSV (HSB):
        295°, 66.2447%, 92.9412%
        XYZ:
        48.8952, 27.6990, 82.8902
        xyY:
        0.3066, 0.1737, 27.6990
      CIE-Lab:
        59.6159, 74.7018, -52.2461
        CIE-LCH:
        59.6159, 91.1593, 325.0312
        CIE-Luv:
        59.6159, 59.2471, -92.0120
        Hunter-Lab:
        52.6299, 73.7311, -56.5387
      #e050ed color charts
#e050ed RGB chart
      #e050ed CMYK chart
      #e050ed RGB pie chart
      #e050ed color shades, tints & tones
#e050ed color schemes
#e050ed color preview, HTML & CSS examples
           This text has a color of #e050ed        
        
          <p style="color:#e050ed;">Text here</p>
        
        
          .mytext {color:#e050ed;}
        
        Text color #e050ed
      
           This box has a color of #e050ed        
        
          <div style="background-color:#e050ed;">Content here</div>
        
        
          .mybackground {background-color:#e050ed;}
        
        Background color #e050ed
      
           Border around this has a color of #e050ed        
        
          <div style="border:2px solid #e050ed;">Content here</div>
        
        
          .myborder {border:2px solid #e050ed;}
        
        Border color #e050ed