#EAA8D0

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

Shades of Lavender Pink #EAA8D0

Tints of Lavender Pink #EAA8D0

Color information

#EAA8D0 (or 0xEAA8D0) is unknown color: approx Lavender Pink. HEX triplet: EA, A8 and D0. RGB value is (234,168,208). Sum of RGB (Red+Green+Blue) = 234+168+208=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8D0 is #15572F. Grayscale: #C0C0C0. Windows color (decimal): -1398576 or 13674730. OLE color: 13674730.

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

Color convert

RGB234168208-
CMYK00.280.110.08
HSL323.64º61.11%78.82%-
HSV(B)323.64º28.21%91.76%-
XYZ59.3250.0566.21-
YUV192.29136.87157.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 168 (66.02% from 255) = 27.54%
BLUE value IS 208 (81.64% from 255) = 34.10%
R=38.36%
G=27.54%
B=34.10%

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
Decimal23416820800.280.110.08323.6461.1178.82
HexEAA8D001CB81443d4f
Octal352250320034131050475117
Binary111010101010100011010000011100101110001010001001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8D0; }

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

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

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

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

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

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

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

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