Shades of Lavender Rose #EA9FDB
Tints of Lavender Rose #EA9FDB
RGB
CMYK
RGB Variations
Color information
#EA9FDB (or 0xEA9FDB) is known color: Lavender Rose. HEX triplet: EA, 9F and DB. RGB value is (234,159,219). Sum of RGB (Red+Green+Blue) = 234+159+219=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FDB is #156024. Grayscale: #BCBCBC. Windows color (decimal): -1400869 or 14393322. OLE color: 14393322.
HSL color Cylindrical-coordinate representation of color #EA9FDB: hue angle of 312º 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 #EA9FDB is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 219 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.08 |
| HSL | 312º | 0.64% | 0.77% | - |
| HSV(B) | 312º | 0.32% | 0.92% | - |
| XYZ | 59.12 | 47.4 | 73.05 | - |
| YUV | 188.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 219 | 0 | 0.32 | 0.06 | 0.08 | 312 | 0.64 | 0.77 |
| Hex | EA | 9F | DB | 0 | 20 | 6 | 8 | 138 | 40 | 4D |
| Octal | 352 | 237 | 333 | 0 | 40 | 6 | 10 | 470 | 100 | 115 |
| Binary | 11101010 | 10011111 | 11011011 | 0 | 100000 | 110 | 1000 | 100111000 | 1000000 | 1001101 |
Color Harmonies of #EA9FDB
Complementary color
Monochromatic Colors of #EA9FDB
Black with #EA9FDB
Text Example
Text Example
White with #EA9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FDB; }
p { color: rgb(234,159,219); }
H1.HeaderClassName
{
color: #EA9FDB;
}
.AnyTagClassName
{
color: #EA9FDB;
}
</style>
background-color css
<style>
a { background-color: #EA9FDB; }
a { background-color: rgb(234,159,219); }
div.DivClassName
{
background-color: #EA9FDB;
}
.BgClassName
{
background-color: #EA9FDB;
}
</style>
border-color css
<style>
span { border-color: #EA9FDB; }
span { border-color: rgb(234,159,219); }
td.TdClassName
{
border-color: #EA9FDB;
}
.TagClassName
{
border-color: #EA9FDB;
}
</style>