#EAA8DB

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

Shades of Lavender Rose #EAA8DB

Tints of Lavender Rose #EAA8DB

Color information

#EAA8DB (or 0xEAA8DB) is unknown color: approx Lavender Rose. HEX triplet: EA, A8 and DB. RGB value is (234,168,219). Sum of RGB (Red+Green+Blue) = 234+168+219=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8DB is #155724. Grayscale: #C1C1C1. Windows color (decimal): -1398565 or 14395626. OLE color: 14395626.

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

Color convert

RGB234168219-
CMYK00.280.060.08
HSL313.64º61.11%78.82%-
HSV(B)313.64º28.21%91.76%-
XYZ60.7250.6173.59-
YUV193.55142.37156.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 168 (66.02% from 255) = 27.05%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=37.68%
G=27.05%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416821900.280.060.08313.6461.1178.82
HexEAA8DB01C6813a3d4f
Octal35225033303461047275117
Binary11101010101010001101101101110011010001001110101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8DB; }

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

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

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

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

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

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

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

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