#ec70ca color space conversions
Hex:
        #ec70ca
        RGB:
        236, 112, 202
        CMY:
        7, 56, 21
        CMYK:
        0, 53, 14, 7
      HSL:
        316°, 76.5432%, 68.2353%
        HSV (HSB):
        316°, 52.5424%, 92.5490%
        XYZ:
        51.0469, 33.6855, 59.6886
        xyY:
        0.3535, 0.2332, 33.6855
      CIE-Lab:
        64.7121, 58.5278, -24.5255
        CIE-LCH:
        64.7121, 63.4586, 337.2644
        CIE-Luv:
        64.7121, 67.1470, -47.1799
        Hunter-Lab:
        58.0392, 55.4266, -20.3475
      #ec70ca color charts
#ec70ca RGB chart
      #ec70ca CMYK chart
      #ec70ca RGB pie chart
      #ec70ca color shades, tints & tones
#ec70ca color schemes
#ec70ca color preview, HTML & CSS examples
           This text has a color of #ec70ca        
        
          <p style="color:#ec70ca;">Text here</p>
        
        
          .mytext {color:#ec70ca;}
        
        Text color #ec70ca
      
           This box has a color of #ec70ca        
        
          <div style="background-color:#ec70ca;">Content here</div>
        
        
          .mybackground {background-color:#ec70ca;}
        
        Background color #ec70ca
      
           Border around this has a color of #ec70ca        
        
          <div style="border:2px solid #ec70ca;">Content here</div>
        
        
          .myborder {border:2px solid #ec70ca;}
        
        Border color #ec70ca