Html Css Color HEX #E8AAD1 Lavender Pink

📋 copy color: '#E8AAD1'

red 232 ◦ green 170 ◦ blue 209

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

Shades of Lavender Pink #E8AAD1

Tints of Lavender Pink #E8AAD1

RGB

 RED value IS 232 (91.02% from 255) = 37.97%

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

 BLUE value IS 209 (82.03% from 255) = 34.21%

R = 37.97%
G = 27.82%
B = 34.21%

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

#E8AAD1 (or 0xE8AAD1) is known color: Lavender Pink. HEX triplet: E8, AA and D1. RGB value is (232,170,209). Sum of RGB (Red+Green+Blue) = 232+170+209=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAD1 is #17552E. Grayscale: #C0C0C0. Windows color (decimal): -1529135 or 13740776. OLE color: 13740776.

HSL color Cylindrical-coordinate representation of color #E8AAD1: hue angle of 322.26º degrees, saturation: 0.57, 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 #E8AAD1 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 170 209 -
CMYK 0 0.27 0.10 0.09
HSL 322.26º 0.57% 0.79% -
HSV(B) 322.26º 0.27% 0.91% -
XYZ 59.16 50.51 66.95 -
YUV 192.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 232 170 209 0 0.27 0.10 0.09 322.26 0.57 0.79
Hex E8 AA D1 0 1B A 9 142 39 4F
Octal 350 252 321 0 33 12 11 502 71 117
Binary 11101000 10101010 11010001 0 11011 1010 1001 101000010 111001 1001111

Color Harmonies of #E8AAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AAD1

Black with #E8AAD1

Text Example


Text Example

White with #E8AAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AAD1; }

 p { color: rgb(232,170,209); }

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

background-color css

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

 a { background-color: rgb(232,170,209); }

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

border-color css

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

 span { border-color: rgb(232,170,209); }

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