#e980ed color space conversions
Hex:
        #e980ed
        RGB:
        233, 128, 237
        CMY:
        9, 50, 7
        CMYK:
        2, 46, 0, 7
      HSL:
        298°, 75.1724%, 71.5686%
        HSV (HSB):
        298°, 45.9916%, 92.9412%
        XYZ:
        56.6095, 38.8764, 84.6410
        xyY:
        0.3143, 0.2158, 38.8764
      CIE-Lab:
        68.6616, 55.7609, -37.9268
        CIE-LCH:
        68.6616, 67.4367, 325.7777
        CIE-Luv:
        68.6616, 49.5730, -68.5717
        Hunter-Lab:
        62.3509, 52.9491, -36.8401
      #e980ed color charts
#e980ed RGB chart
      #e980ed CMYK chart
      #e980ed RGB pie chart
      #e980ed color shades, tints & tones
#e980ed color schemes
#e980ed color preview, HTML & CSS examples
           This text has a color of #e980ed        
        
          <p style="color:#e980ed;">Text here</p>
        
        
          .mytext {color:#e980ed;}
        
        Text color #e980ed
      
           This box has a color of #e980ed        
        
          <div style="background-color:#e980ed;">Content here</div>
        
        
          .mybackground {background-color:#e980ed;}
        
        Background color #e980ed
      
           Border around this has a color of #e980ed        
        
          <div style="border:2px solid #e980ed;">Content here</div>
        
        
          .myborder {border:2px solid #e980ed;}
        
        Border color #e980ed