#EAA4D9

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

Shades of Lavender Rose #EAA4D9

Tints of Lavender Rose #EAA4D9

Color information

#EAA4D9 (or 0xEAA4D9) is unknown color: approx Lavender Rose. HEX triplet: EA, A4 and D9. RGB value is (234,164,217). Sum of RGB (Red+Green+Blue) = 234+164+217=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4D9 is #155B26. Grayscale: #BEBEBE. Windows color (decimal): -1399591 or 14263530. OLE color: 14263530.

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

Color convert

RGB234164217-
CMYK00.300.070.08
HSL314.57º62.5%78.04%-
HSV(B)314.57º29.91%91.76%-
XYZ59.7349.0571.97-
YUV190.97142.69158.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 164 (64.45% from 255) = 26.67%
BLUE value IS 217 (85.16% from 255) = 35.28%
R=38.05%
G=26.67%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416421700.300.070.08314.5762.578.04
HexEAA4D901E7813b3e4e
Octal35224433103671047376116
Binary11101010101001001101100101111011110001001110111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4D9; }

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

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

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

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

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

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

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

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