#ff12ec color space conversions
Hex:
        #ff12ec
        RGB:
        255, 18, 236
        CMY:
        0, 93, 7
        CMYK:
        0, 93, 7, 0
      HSL:
        305°, 100.0000%, 53.5294%
        HSV (HSB):
        305°, 92.9412%, 100.0000%
        XYZ:
        56.5966, 27.7487, 81.7299
        xyY:
        0.3408, 0.1671, 27.7487
      CIE-Lab:
        59.6611, 94.5246, -51.3122
        CIE-LCH:
        59.6611, 107.5539, 331.5049
        CIE-Luv:
        59.6611, 91.0966, -93.4741
        Hunter-Lab:
        52.6771, 99.5968, -55.1161
      #ff12ec color charts
#ff12ec RGB chart
      #ff12ec CMYK chart
      #ff12ec RGB pie chart
      #ff12ec color shades, tints & tones
#ff12ec color schemes
#ff12ec color preview, HTML & CSS examples
           This text has a color of #ff12ec        
        
          <p style="color:#ff12ec;">Text here</p>
        
        
          .mytext {color:#ff12ec;}
        
        Text color #ff12ec
      
           This box has a color of #ff12ec        
        
          <div style="background-color:#ff12ec;">Content here</div>
        
        
          .mybackground {background-color:#ff12ec;}
        
        Background color #ff12ec
      
           Border around this has a color of #ff12ec        
        
          <div style="border:2px solid #ff12ec;">Content here</div>
        
        
          .myborder {border:2px solid #ff12ec;}
        
        Border color #ff12ec