Shades of Lavender Rose #EB9FDB
Tints of Lavender Rose #EB9FDB
RGB
CMYK
RGB Variations
Color information
#EB9FDB (or 0xEB9FDB) is known color: Lavender Rose. HEX triplet: EB, 9F and DB. RGB value is (235,159,219). Sum of RGB (Red+Green+Blue) = 235+159+219=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FDB is #146024. Grayscale: #BCBCBC. Windows color (decimal): -1335333 or 14393323. OLE color: 14393323.
HSL color Cylindrical-coordinate representation of color #EB9FDB: hue angle of 312.63º degrees, saturation: 0.66, 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 #EB9FDB is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 159 | 219 | - |
CMYK | 0 | 0.32 | 0.07 | 0.08 |
HSL | 312.63º | 0.66% | 0.77% | - |
HSV(B) | 312.63º | 0.32% | 0.92% | - |
XYZ | 59.45 | 47.57 | 73.07 | - |
YUV | 188.56 | 145.18 | 161.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 159 | 219 | 0 | 0.32 | 0.07 | 0.08 | 312.63 | 0.66 | 0.77 |
Hex | EB | 9F | DB | 0 | 20 | 7 | 8 | 139 | 42 | 4D |
Octal | 353 | 237 | 333 | 0 | 40 | 7 | 10 | 471 | 102 | 115 |
Binary | 11101011 | 10011111 | 11011011 | 0 | 100000 | 111 | 1000 | 100111001 | 1000010 | 1001101 |
Color Harmonies of #EB9FDB
Complementary color
Monochromatic Colors of #EB9FDB
Black with #EB9FDB
Text Example
Text Example
White with #EB9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9FDB; }
p { color: rgb(235,159,219); }
H1.HeaderClassName
{
color: #EB9FDB;
}
.AnyTagClassName
{
color: #EB9FDB;
}
</style>
background-color css
<style>
a { background-color: #EB9FDB; }
a { background-color: rgb(235,159,219); }
div.DivClassName
{
background-color: #EB9FDB;
}
.BgClassName
{
background-color: #EB9FDB;
}
</style>
border-color css
<style>
span { border-color: #EB9FDB; }
span { border-color: rgb(235,159,219); }
td.TdClassName
{
border-color: #EB9FDB;
}
.TagClassName
{
border-color: #EB9FDB;
}
</style>