Html Css Color HEX #EAA9CC Lavender Pink

📋 copy color: '#EAA9CC'

red 234 ◦ green 169 ◦ blue 204

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

Shades of Lavender Pink #EAA9CC

Tints of Lavender Pink #EAA9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.61%

R = 38.55%
G = 27.84%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EAA9CC (or 0xEAA9CC) is known color: Lavender Pink. HEX triplet: EA, A9 and CC. RGB value is (234,169,204). Sum of RGB (Red+Green+Blue) = 234+169+204=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9CC is #155633. Grayscale: #C0C0C0. Windows color (decimal): -1398324 or 13412842. OLE color: 13412842.

HSL color Cylindrical-coordinate representation of color #EAA9CC: hue angle of 327.69º 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 #EAA9CC is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 204 -
CMYK 0 0.28 0.13 0.08
HSL 327.69º 0.61% 0.79% -
HSV(B) 327.69º 0.28% 0.92% -
XYZ 59.02 50.23 63.71 -
YUV 192.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 234 169 204 0 0.28 0.13 0.08 327.69 0.61 0.79
Hex EA A9 CC 0 1C D 8 148 3D 4F
Octal 352 251 314 0 34 15 10 510 75 117
Binary 11101010 10101001 11001100 0 11100 1101 1000 101001000 111101 1001111

Color Harmonies of #EAA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9CC

Black with #EAA9CC

Text Example


Text Example

White with #EAA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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