#EAA8D9

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

Shades of Lavender Rose #EAA8D9

Tints of Lavender Rose #EAA8D9

Color information

#EAA8D9 (or 0xEAA8D9) is unknown color: approx Lavender Rose. HEX triplet: EA, A8 and D9. RGB value is (234,168,217). Sum of RGB (Red+Green+Blue) = 234+168+217=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8D9 is #155726. Grayscale: #C1C1C1. Windows color (decimal): -1398567 or 14264554. OLE color: 14264554.

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

Color convert

RGB234168217-
CMYK00.280.070.08
HSL315.45º61.11%78.82%-
HSV(B)315.45º28.21%91.76%-
XYZ60.4650.5172.21-
YUV193.32141.37157.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 168 (66.02% from 255) = 27.14%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=37.80%
G=27.14%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416821700.280.070.08315.4561.1178.82
HexEAA8D901C7813b3d4f
Octal35225033103471047375117
Binary11101010101010001101100101110011110001001110111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8D9; }

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

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

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

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

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

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

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

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