#EAA0DB

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

Shades of Lavender Rose #EAA0DB

Tints of Lavender Rose #EAA0DB

Color information

#EAA0DB (or 0xEAA0DB) is unknown color: approx Lavender Rose. HEX triplet: EA, A0 and DB. RGB value is (234,160,219). Sum of RGB (Red+Green+Blue) = 234+160+219=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA0DB is #155F24. Grayscale: #BCBCBC. Windows color (decimal): -1400613 or 14393578. OLE color: 14393578.

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

Color convert

RGB234160219-
CMYK00.320.060.08
HSL312.16º63.79%77.25%-
HSV(B)312.16º31.62%91.76%-
XYZ59.2947.7573.11-
YUV188.85145.02160.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 160 (62.89% from 255) = 26.10%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=38.17%
G=26.10%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416021900.320.060.08312.1663.7977.25
HexEAA0DB02068138404d
Octal352240333040610470100115
Binary1110101010100000110110110100000110100010011100010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA0DB; }

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

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

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

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

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

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

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

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