#ff328b color space conversions
Hex:
        #ff328b
        RGB:
        255, 50, 139
        CMY:
        0, 80, 45
        CMYK:
        0, 80, 45, 0
      HSL:
        334°, 100.0000%, 59.8039%
        HSV (HSB):
        334°, 80.3922%, 100.0000%
        XYZ:
        47.0408, 25.4053, 26.8505
        xyY:
        0.4737, 0.2559, 25.4053
      CIE-Lab:
        57.4682, 78.8288, 1.2511
        CIE-LCH:
        57.4682, 78.8388, 0.9092
        CIE-Luv:
        57.4682, 128.5521, -14.0728
        Hunter-Lab:
        50.4037, 78.3844, 3.6982
      #ff328b color charts
#ff328b RGB chart
      #ff328b CMYK chart
      #ff328b RGB pie chart
      #ff328b color shades, tints & tones
#ff328b color schemes
#ff328b color preview, HTML & CSS examples
           This text has a color of #ff328b        
        
          <p style="color:#ff328b;">Text here</p>
        
        
          .mytext {color:#ff328b;}
        
        Text color #ff328b
      
           This box has a color of #ff328b        
        
          <div style="background-color:#ff328b;">Content here</div>
        
        
          .mybackground {background-color:#ff328b;}
        
        Background color #ff328b
      
           Border around this has a color of #ff328b        
        
          <div style="border:2px solid #ff328b;">Content here</div>
        
        
          .myborder {border:2px solid #ff328b;}
        
        Border color #ff328b