#E996FF

Color #E996FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #E996FF

Tints of Mauve #E996FF

Color information

#E996FF (or 0xE996FF) is unknown color: approx Mauve. HEX triplet: E9, 96 and FF. RGB value is (233,150,255). Sum of RGB (Red+Green+Blue) = 233+150+255=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 150 (58.98% from 255 or 23.51% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #E996FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996FF is #166900. Grayscale: #BABABA. Windows color (decimal): -1468673 or 16750313. OLE color: 16750313.

HSL color Cylindrical-coordinate representation of color #E996FF: hue angle of 287.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E996FF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233150255-
CMYK0.090.4100
HSL287.43º100%79.41%-
HSV(B)287.43º41.18%100%-
XYZ62.5646.36100.26-
YUV186.79166.5160.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 36.52%
GREEN value IS 150 (58.98% from 255) = 23.51%
BLUE value IS 255 (100% from 255) = 39.97%
R=36.52%
G=23.51%
B=39.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2331502550.090.4100287.4310079.41
HexE996FF9290011f644f
Octal351226377115100437144117
Binary11101001100101101111111110011010010010001111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996FF; }

 p { color: rgb(233,150,255); }

 H1.HeaderClassName
 {
   color: #E996FF;
 }
 .AnyTagClassName
 {
   color: #E996FF;
 }
</style>
background-color css

<style>
 a { background-color: #E996FF; }

 a { background-color: rgb(233,150,255); }

 div.DivClassName
 {
   background-color: #E996FF;
 }
 .BgClassName
 {
   background-color: #E996FF;
 }
</style>
border-color css

<style>
 span { border-color: #E996FF; }

 span { border-color: rgb(233,150,255); }

 td.TdClassName
 {
   border-color: #E996FF;
 }
 .TagClassName
 {
   border-color: #E996FF;
 }
</style>