#e082cd color space conversions
Hex:
        #e082cd
        RGB:
        224, 130, 205
        CMY:
        12, 49, 20
        CMYK:
        0, 42, 8, 12
      HSL:
        312°, 60.2564%, 69.4118%
        HSV (HSB):
        312°, 41.9643%, 87.8431%
        XYZ:
        49.7425, 36.2203, 62.1271
        xyY:
        0.3359, 0.2446, 36.2203
      CIE-Lab:
        66.6879, 46.5198, -23.3183
        CIE-LCH:
        66.6879, 52.0369, 333.3775
        CIE-Luv:
        66.6879, 49.7947, -43.4366
        Hunter-Lab:
        60.1833, 42.2124, -19.0766
      #e082cd color charts
#e082cd RGB chart
      #e082cd CMYK chart
      #e082cd RGB pie chart
      #e082cd color shades, tints & tones
#e082cd color schemes
#e082cd color preview, HTML & CSS examples
           This text has a color of #e082cd        
        
          <p style="color:#e082cd;">Text here</p>
        
        
          .mytext {color:#e082cd;}
        
        Text color #e082cd
      
           This box has a color of #e082cd        
        
          <div style="background-color:#e082cd;">Content here</div>
        
        
          .mybackground {background-color:#e082cd;}
        
        Background color #e082cd
      
           Border around this has a color of #e082cd        
        
          <div style="border:2px solid #e082cd;">Content here</div>
        
        
          .myborder {border:2px solid #e082cd;}
        
        Border color #e082cd