#ef60ed color space conversions
Hex:
        #ef60ed
        RGB:
        239, 96, 237
        CMY:
        6, 62, 7
        CMYK:
        0, 60, 1, 6
      HSL:
        301°, 81.7143%, 65.6863%
        HSV (HSB):
        301°, 59.8326%, 93.7255%
        XYZ:
        55.0655, 32.8309, 83.5555
        xyY:
        0.3212, 0.1915, 32.8309
      CIE-Lab:
        64.0237, 71.8919, -45.1336
        CIE-LCH:
        64.0237, 84.8852, 327.8795
        CIE-Luv:
        64.0237, 65.0119, -81.6942
        Hunter-Lab:
        57.2982, 71.2726, -46.3512
      #ef60ed color charts
#ef60ed RGB chart
      #ef60ed CMYK chart
      #ef60ed RGB pie chart
      #ef60ed color shades, tints & tones
#ef60ed color schemes
#ef60ed color preview, HTML & CSS examples
           This text has a color of #ef60ed        
        
          <p style="color:#ef60ed;">Text here</p>
        
        
          .mytext {color:#ef60ed;}
        
        Text color #ef60ed
      
           This box has a color of #ef60ed        
        
          <div style="background-color:#ef60ed;">Content here</div>
        
        
          .mybackground {background-color:#ef60ed;}
        
        Background color #ef60ed
      
           Border around this has a color of #ef60ed        
        
          <div style="border:2px solid #ef60ed;">Content here</div>
        
        
          .myborder {border:2px solid #ef60ed;}
        
        Border color #ef60ed