#EAA9D0

Color #EAA9D0 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EAA9D0

Tints of Lavender Pink #EAA9D0

Color information

#EAA9D0 (or 0xEAA9D0) is unknown color: approx Lavender Pink. HEX triplet: EA, A9 and D0. RGB value is (234,169,208). Sum of RGB (Red+Green+Blue) = 234+169+208=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9D0 is #15562F. Grayscale: #C0C0C0. Windows color (decimal): -1398320 or 13674986. OLE color: 13674986.

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

Color convert

RGB234169208-
CMYK00.280.110.08
HSL324º60.75%79.02%-
HSV(B)324º27.78%91.76%-
XYZ59.550.4266.27-
YUV192.88136.53157.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=38.30%
G=27.66%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416920800.280.110.0832460.7579.02
HexEAA9D001CB81443d4f
Octal352251320034131050475117
Binary111010101010100111010000011100101110001010001001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9D0; }

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

 H1.HeaderClassName
 {
   color: #EAA9D0;
 }
 .AnyTagClassName
 {
   color: #EAA9D0;
 }
</style>
background-color css

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

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

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

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

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

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