#e682ed color space conversions
Hex:
        #e682ed
        RGB:
        230, 130, 237
        CMY:
        10, 49, 7
        CMYK:
        3, 45, 0, 7
      HSL:
        296°, 74.8252%, 71.9608%
        HSV (HSB):
        296°, 45.1477%, 92.9412%
        XYZ:
        55.9018, 38.9027, 84.6834
        xyY:
        0.3115, 0.2167, 38.9027
      CIE-Lab:
        68.6807, 53.9183, -37.9246
        CIE-LCH:
        68.6807, 65.9201, 324.8785
        CIE-Luv:
        68.6807, 46.8053, -68.2815
        Hunter-Lab:
        62.3720, 50.8322, -36.8385
      #e682ed color charts
#e682ed RGB chart
      #e682ed CMYK chart
      #e682ed RGB pie chart
      #e682ed color shades, tints & tones
#e682ed color schemes
#e682ed color preview, HTML & CSS examples
           This text has a color of #e682ed        
        
          <p style="color:#e682ed;">Text here</p>
        
        
          .mytext {color:#e682ed;}
        
        Text color #e682ed
      
           This box has a color of #e682ed        
        
          <div style="background-color:#e682ed;">Content here</div>
        
        
          .mybackground {background-color:#e682ed;}
        
        Background color #e682ed
      
           Border around this has a color of #e682ed        
        
          <div style="border:2px solid #e682ed;">Content here</div>
        
        
          .myborder {border:2px solid #e682ed;}
        
        Border color #e682ed