#ea82ec color space conversions
Hex:
        #ea82ec
        RGB:
        234, 130, 236
        CMY:
        8, 49, 7
        CMYK:
        1, 45, 0, 7
      HSL:
        299°, 73.6111%, 71.7647%
        HSV (HSB):
        299°, 44.9153%, 92.5490%
        XYZ:
        57.0546, 39.5138, 83.9767
        xyY:
        0.3160, 0.2189, 39.5138
      CIE-Lab:
        69.1218, 54.8770, -36.6510
        CIE-LCH:
        69.1218, 65.9908, 326.2620
        CIE-Luv:
        69.1218, 49.6562, -66.4409
        Hunter-Lab:
        62.8600, 52.0098, -35.2054
      #ea82ec color charts
#ea82ec RGB chart
      #ea82ec CMYK chart
      #ea82ec RGB pie chart
      #ea82ec color shades, tints & tones
#ea82ec color schemes
#ea82ec color preview, HTML & CSS examples
           This text has a color of #ea82ec        
        
          <p style="color:#ea82ec;">Text here</p>
        
        
          .mytext {color:#ea82ec;}
        
        Text color #ea82ec
      
           This box has a color of #ea82ec        
        
          <div style="background-color:#ea82ec;">Content here</div>
        
        
          .mybackground {background-color:#ea82ec;}
        
        Background color #ea82ec
      
           Border around this has a color of #ea82ec        
        
          <div style="border:2px solid #ea82ec;">Content here</div>
        
        
          .myborder {border:2px solid #ea82ec;}
        
        Border color #ea82ec