Html Css Color HEX #E996FF Mauve

📋 copy color: '#E996FF'

red 233 ◦ green 150 ◦ blue 255

#E996FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #E996FF

Tints of Mauve #E996FF

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 value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E996FF (or 0xE996FF) is known color: 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

RGB 233 150 255 -
CMYK 0.09 0.41 0 0
HSL 287.43º 1% 0.79% -
HSV(B) 287.43º 0.41% 1% -
XYZ 62.56 46.36 100.26 -
YUV 186.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 233 150 255 0.09 0.41 0 0 287.43 1 0.79
Hex E9 96 FF 9 29 0 0 11F 64 4F
Octal 351 226 377 11 51 0 0 437 144 117
Binary 11101001 10010110 11111111 1001 101001 0 0 100011111 1100100 1001111

Color Harmonies of #E996FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996FF

Black with #E996FF

Text Example


Text Example

White with #E996FF

Text Example


Text Example

HTML Codes & Css Web 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>