Html Css Color HEX #E9AAD2 Lavender Pink

📋 copy color: '#E9AAD2'

red 233 ◦ green 170 ◦ blue 210

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

Shades of Lavender Pink #E9AAD2

Tints of Lavender Pink #E9AAD2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.73%

 BLUE value IS 210 (82.42% from 255) = 34.26%

R = 38.01%
G = 27.73%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E9AAD2 (or 0xE9AAD2) is known color: Lavender Pink. HEX triplet: E9, AA and D2. RGB value is (233,170,210). Sum of RGB (Red+Green+Blue) = 233+170+210=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AAD2 is #16552D. Grayscale: #C1C1C1. Windows color (decimal): -1463598 or 13806313. OLE color: 13806313.

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

Color convert

RGB 233 170 210 -
CMYK 0 0.27 0.10 0.09
HSL 321.9º 0.59% 0.79% -
HSV(B) 321.9º 0.27% 0.91% -
XYZ 59.61 50.73 67.62 -
YUV 193.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 233 170 210 0 0.27 0.10 0.09 321.9 0.59 0.79
Hex E9 AA D2 0 1B A 9 142 3B 4F
Octal 351 252 322 0 33 12 11 502 73 117
Binary 11101001 10101010 11010010 0 11011 1010 1001 101000010 111011 1001111

Color Harmonies of #E9AAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AAD2

Black with #E9AAD2

Text Example


Text Example

White with #E9AAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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