#ea323c color space conversions
Hex:
        #ea323c
        RGB:
        234, 50, 60
        CMY:
        8, 80, 76
        CMYK:
        0, 79, 74, 8
      HSL:
        357°, 81.4159%, 55.6863%
        HSV (HSB):
        357°, 78.6325%, 91.7647%
        XYZ:
        35.8879, 20.0999, 6.2631
        xyY:
        0.5765, 0.3229, 20.0999
      CIE-Lab:
        51.9499, 68.4999, 39.9510
        CIE-LCH:
        51.9499, 79.2989, 30.2519
        CIE-Luv:
        51.9499, 138.5793, 26.7144
        Hunter-Lab:
        44.8329, 64.4284, 23.1002
      #ea323c color charts
#ea323c RGB chart
      #ea323c CMYK chart
      #ea323c RGB pie chart
      #ea323c color shades, tints & tones
#ea323c color schemes
#ea323c color preview, HTML & CSS examples
           This text has a color of #ea323c        
        
          <p style="color:#ea323c;">Text here</p>
        
        
          .mytext {color:#ea323c;}
        
        Text color #ea323c
      
           This box has a color of #ea323c        
        
          <div style="background-color:#ea323c;">Content here</div>
        
        
          .mybackground {background-color:#ea323c;}
        
        Background color #ea323c
      
           Border around this has a color of #ea323c        
        
          <div style="border:2px solid #ea323c;">Content here</div>
        
        
          .myborder {border:2px solid #ea323c;}
        
        Border color #ea323c