#ef32cd color space conversions
Hex:
        #ef32cd
        RGB:
        239, 50, 205
        CMY:
        6, 80, 20
        CMYK:
        0, 79, 14, 6
      HSL:
        311°, 85.5204%, 56.6667%
        HSV (HSB):
        311°, 79.0795%, 93.7255%
        XYZ:
        47.7567, 25.0397, 60.0737
        xyY:
        0.3594, 0.1885, 25.0397
      CIE-Lab:
        57.1141, 82.3513, -37.9768
        CIE-LCH:
        57.1141, 90.6861, 335.2429
        CIE-Luv:
        57.1141, 88.0978, -70.5094
        Hunter-Lab:
        50.0397, 82.7866, -36.1511
      #ef32cd color charts
#ef32cd RGB chart
      #ef32cd CMYK chart
      #ef32cd RGB pie chart
      #ef32cd color shades, tints & tones
#ef32cd color schemes
#ef32cd color preview, HTML & CSS examples
           This text has a color of #ef32cd        
        
          <p style="color:#ef32cd;">Text here</p>
        
        
          .mytext {color:#ef32cd;}
        
        Text color #ef32cd
      
           This box has a color of #ef32cd        
        
          <div style="background-color:#ef32cd;">Content here</div>
        
        
          .mybackground {background-color:#ef32cd;}
        
        Background color #ef32cd
      
           Border around this has a color of #ef32cd        
        
          <div style="border:2px solid #ef32cd;">Content here</div>
        
        
          .myborder {border:2px solid #ef32cd;}
        
        Border color #ef32cd