#EAA6D9

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

Shades of Lavender Rose #EAA6D9

Tints of Lavender Rose #EAA6D9

Color information

#EAA6D9 (or 0xEAA6D9) is unknown color: approx Lavender Rose. HEX triplet: EA, A6 and D9. RGB value is (234,166,217). Sum of RGB (Red+Green+Blue) = 234+166+217=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA6D9 is #155926. Grayscale: #C0C0C0. Windows color (decimal): -1399079 or 14264042. OLE color: 14264042.

HSL color Cylindrical-coordinate representation of color #EAA6D9: hue angle of 315º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA6D9 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234166217-
CMYK00.290.070.08
HSL315º61.82%78.43%-
HSV(B)315º29.06%91.76%-
XYZ60.0949.7772.09-
YUV192.15142.03157.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 166 (65.23% from 255) = 26.90%
BLUE value IS 217 (85.16% from 255) = 35.17%
R=37.93%
G=26.90%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416621700.290.070.0831561.8278.43
HexEAA6D901D7813b3e4e
Octal35224633103571047376116
Binary11101010101001101101100101110111110001001110111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA6D9; }

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

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

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

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

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

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

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

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