#f00efa color space conversions
Hex:
        #f00efa
        RGB:
        240, 14, 250
        CMY:
        6, 95, 2
        CMYK:
        4, 94, 0, 2
      HSL:
        297°, 95.9350%, 51.7647%
        HSV (HSB):
        297°, 94.4000%, 98.0392%
        XYZ:
        53.3475, 25.7415, 92.5994
        xyY:
        0.3107, 0.1499, 25.7415
      CIE-Lab:
        57.7908, 94.3772, -62.2614
        CIE-LCH:
        57.7908, 113.0643, 326.5869
        CIE-Luv:
        57.7908, 74.8760, -109.1928
        Hunter-Lab:
        50.7361, 98.8997, -72.6961
      #f00efa color charts
#f00efa RGB chart
      #f00efa CMYK chart
      #f00efa RGB pie chart
      #f00efa color shades, tints & tones
#f00efa color schemes
#f00efa color preview, HTML & CSS examples
           This text has a color of #f00efa        
        
          <p style="color:#f00efa;">Text here</p>
        
        
          .mytext {color:#f00efa;}
        
        Text color #f00efa
      
           This box has a color of #f00efa        
        
          <div style="background-color:#f00efa;">Content here</div>
        
        
          .mybackground {background-color:#f00efa;}
        
        Background color #f00efa
      
           Border around this has a color of #f00efa        
        
          <div style="border:2px solid #f00efa;">Content here</div>
        
        
          .myborder {border:2px solid #f00efa;}
        
        Border color #f00efa