#ff215e color space conversions
Hex:
        #ff215e
        RGB:
        255, 33, 94
        CMY:
        0, 87, 63
        CMYK:
        0, 87, 63, 0
      HSL:
        344°, 100.0000%, 56.4706%
        HSV (HSB):
        344°, 87.0588%, 100.0000%
        XYZ:
        43.8042, 23.1559, 12.7505
        xyY:
        0.5495, 0.2905, 23.1559
      CIE-Lab:
        55.2325, 79.1784, 24.9667
        CIE-LCH:
        55.2325, 83.0214, 17.5012
        CIE-Luv:
        55.2325, 150.9405, 12.2105
        Hunter-Lab:
        48.1205, 78.2780, 17.9744
      #ff215e color charts
#ff215e RGB chart
      #ff215e CMYK chart
      #ff215e RGB pie chart
      #ff215e color shades, tints & tones
#ff215e color schemes
#ff215e color preview, HTML & CSS examples
           This text has a color of #ff215e        
        
          <p style="color:#ff215e;">Text here</p>
        
        
          .mytext {color:#ff215e;}
        
        Text color #ff215e
      
           This box has a color of #ff215e        
        
          <div style="background-color:#ff215e;">Content here</div>
        
        
          .mybackground {background-color:#ff215e;}
        
        Background color #ff215e
      
           Border around this has a color of #ff215e        
        
          <div style="border:2px solid #ff215e;">Content here</div>
        
        
          .myborder {border:2px solid #ff215e;}
        
        Border color #ff215e