Html Css Color HEX #EAA9D1 Lavender Pink

📋 copy color: '#EAA9D1'

red 234 ◦ green 169 ◦ blue 209

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

Shades of Lavender Pink #EAA9D1

Tints of Lavender Pink #EAA9D1

RGB

 RED value IS 234 (91.8% from 255) = 38.24%

 GREEN value IS 169 (66.41% from 255) = 27.61%

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

R = 38.24%
G = 27.61%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EAA9D1 (or 0xEAA9D1) is known color: Lavender Pink. HEX triplet: EA, A9 and D1. RGB value is (234,169,209). Sum of RGB (Red+Green+Blue) = 234+169+209=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9D1 is #15562E. Grayscale: #C0C0C0. Windows color (decimal): -1398319 or 13740522. OLE color: 13740522.

HSL color Cylindrical-coordinate representation of color #EAA9D1: hue angle of 323.08º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9D1 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 209 -
CMYK 0 0.28 0.11 0.08
HSL 323.08º 0.61% 0.79% -
HSV(B) 323.08º 0.28% 0.92% -
XYZ 59.63 50.47 66.92 -
YUV 193 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 234 169 209 0 0.28 0.11 0.08 323.08 0.61 0.79
Hex EA A9 D1 0 1C B 8 143 3D 4F
Octal 352 251 321 0 34 13 10 503 75 117
Binary 11101010 10101001 11010001 0 11100 1011 1000 101000011 111101 1001111

Color Harmonies of #EAA9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9D1

Black with #EAA9D1

Text Example


Text Example

White with #EAA9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9D1; }

 p { color: rgb(234,169,209); }

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

background-color css

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

 a { background-color: rgb(234,169,209); }

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

border-color css

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

 span { border-color: rgb(234,169,209); }

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