#eaa0d4

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

Shades of Lavender Rose #EAA0D4

Tints of Lavender Rose #EAA0D4

Color information

#EAA0D4 (or 0xEAA0D4) is unknown color: approx Lavender Rose. HEX triplet: EA, A0 and D4. RGB value is (234,160,212). Sum of RGB (Red+Green+Blue) = 234+160+212=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA0D4 is #155F2B. Grayscale: #BBBBBB. Windows color (decimal): -1400620 or 13934826. OLE color: 13934826.

HSL color Cylindrical-coordinate representation of color #EAA0D4: hue angle of 317.84º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA0D4 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234160212-
CMYK00.320.090.08
HSL317.84º63.79%77.25%-
HSV(B)317.84º31.62%91.76%-
XYZ58.3947.3968.36-
YUV188.05141.52160.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 160 (62.89% from 255) = 26.40%
BLUE value IS 212 (83.20% from 255) = 34.98%
R=38.61%
G=26.40%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416021200.320.090.08317.8463.7977.25
HexEAA0D40209813e404d
Octal3522403240401110476100115
Binary11101010101000001101010001000001001100010011111010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaa0d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaa0d4; }

 p { color: rgb(234,160,212); }

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

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

 a { background-color: rgb(234,160,212); }

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

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

 span { border-color: rgb(234,160,212); }

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