#e282ed color space conversions
Hex:
        #e282ed
        RGB:
        226, 130, 237
        CMY:
        11, 49, 7
        CMYK:
        5, 45, 0, 7
      HSL:
        294°, 74.8252%, 71.9608%
        HSV (HSB):
        294°, 45.1477%, 92.9412%
        XYZ:
        54.6327, 38.2484, 84.6240
        xyY:
        0.3078, 0.2155, 38.2484
      CIE-Lab:
        68.2033, 52.7816, -38.7047
        CIE-LCH:
        68.2033, 65.4519, 323.7474
        CIE-Luv:
        68.2033, 44.2104, -69.2898
        Hunter-Lab:
        61.8453, 49.4534, -37.8358
      #e282ed color charts
#e282ed RGB chart
      #e282ed CMYK chart
      #e282ed RGB pie chart
      #e282ed color shades, tints & tones
#e282ed color schemes
#e282ed color preview, HTML & CSS examples
           This text has a color of #e282ed        
        
          <p style="color:#e282ed;">Text here</p>
        
        
          .mytext {color:#e282ed;}
        
        Text color #e282ed
      
           This box has a color of #e282ed        
        
          <div style="background-color:#e282ed;">Content here</div>
        
        
          .mybackground {background-color:#e282ed;}
        
        Background color #e282ed
      
           Border around this has a color of #e282ed        
        
          <div style="border:2px solid #e282ed;">Content here</div>
        
        
          .myborder {border:2px solid #e282ed;}
        
        Border color #e282ed