#e667ed color space conversions
Hex:
        #e667ed
        RGB:
        230, 103, 237
        CMY:
        10, 60, 7
        CMYK:
        3, 57, 0, 7
      HSL:
        297°, 78.8235%, 66.6667%
        HSV (HSB):
        297°, 56.5401%, 92.9412%
        XYZ:
        52.7694, 32.6379, 83.6393
        xyY:
        0.3122, 0.1931, 32.6379
      CIE-Lab:
        63.8666, 66.6931, -45.4657
        CIE-LCH:
        63.8666, 80.7162, 325.7172
        CIE-Luv:
        63.8666, 56.6661, -81.3978
        Hunter-Lab:
        57.1296, 64.9000, -46.8114
      #e667ed color charts
#e667ed RGB chart
      #e667ed CMYK chart
      #e667ed RGB pie chart
      #e667ed color shades, tints & tones
#e667ed color schemes
#e667ed color preview, HTML & CSS examples
           This text has a color of #e667ed        
        
          <p style="color:#e667ed;">Text here</p>
        
        
          .mytext {color:#e667ed;}
        
        Text color #e667ed
      
           This box has a color of #e667ed        
        
          <div style="background-color:#e667ed;">Content here</div>
        
        
          .mybackground {background-color:#e667ed;}
        
        Background color #e667ed
      
           Border around this has a color of #e667ed        
        
          <div style="border:2px solid #e667ed;">Content here</div>
        
        
          .myborder {border:2px solid #e667ed;}
        
        Border color #e667ed