Html Css Color HEX #E996AA Illusion

📋 copy color: '#E996AA'

red 233 ◦ green 150 ◦ blue 170

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

Shades of Illusion #E996AA

Tints of Illusion #E996AA

RGB

 RED value IS 233 (91.41% from 255) = 42.13%

 GREEN value IS 150 (58.98% from 255) = 27.12%

 BLUE value IS 170 (66.8% from 255) = 30.74%

R = 42.13%
G = 27.12%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E996AA (or 0xE996AA) is known color: Illusion. HEX triplet: E9, 96 and AA. RGB value is (233,150,170). Sum of RGB (Red+Green+Blue) = 233+150+170=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E996AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E996AA is #166955. Grayscale: #B1B1B1. Windows color (decimal): -1468758 or 11179753. OLE color: 11179753.

HSL color Cylindrical-coordinate representation of color #E996AA: hue angle of 345.54º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996AA is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 170 -
CMYK 0 0.36 0.27 0.09
HSL 345.54º 0.65% 0.75% -
HSV(B) 345.54º 0.36% 0.91% -
XYZ 51.77 42.04 43.42 -
YUV 177.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 233 150 170 0 0.36 0.27 0.09 345.54 0.65 0.75
Hex E9 96 AA 0 24 1B 9 15A 41 4B
Octal 351 226 252 0 44 33 11 532 101 113
Binary 11101001 10010110 10101010 0 100100 11011 1001 101011010 1000001 1001011

Color Harmonies of #E996AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996AA

Black with #E996AA

Text Example


Text Example

White with #E996AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996AA; }

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

 H1.HeaderClassName
 {
   color: #E996AA;
 }
 .AnyTagClassName
 {
   color: #E996AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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