Shades of Lavender Rose #EAA8DB
Tints of Lavender Rose #EAA8DB
RGB
CMYK
RGB Variations
Color information
#EAA8DB (or 0xEAA8DB) is known color: 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
| RGB | 234 | 168 | 219 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.08 |
| HSL | 313.64º | 0.61% | 0.79% | - |
| HSV(B) | 313.64º | 0.28% | 0.92% | - |
| XYZ | 60.72 | 50.61 | 73.59 | - |
| YUV | 193.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 219 | 0 | 0.28 | 0.06 | 0.08 | 313.64 | 0.61 | 0.79 |
| Hex | EA | A8 | DB | 0 | 1C | 6 | 8 | 13A | 3D | 4F |
| Octal | 352 | 250 | 333 | 0 | 34 | 6 | 10 | 472 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11011011 | 0 | 11100 | 110 | 1000 | 100111010 | 111101 | 1001111 |
Color Harmonies of #EAA8DB
Complementary color
Monochromatic Colors of #EAA8DB
Black with #EAA8DB
Text Example
Text Example
White with #EAA8DB
Text Example
Text Example
HTML Codes & Css Web 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>