Shades of Lavender Rose #EF9BDB
Tints of Lavender Rose #EF9BDB
RGB
CMYK
RGB Variations
Color information
#EF9BDB (or 0xEF9BDB) is known color: Lavender Rose. HEX triplet: EF, 9B and DB. RGB value is (239,155,219). Sum of RGB (Red+Green+Blue) = 239+155+219=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BDB is #106424. Grayscale: #BBBBBB. Windows color (decimal): -1074213 or 14392303. OLE color: 14392303.
HSL color Cylindrical-coordinate representation of color #EF9BDB: hue angle of 314.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9BDB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 219 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.06 |
| HSL | 314.29º | 0.72% | 0.77% | - |
| HSV(B) | 314.29º | 0.35% | 0.94% | - |
| XYZ | 60.1 | 46.91 | 72.9 | - |
| YUV | 187.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 219 | 0 | 0.35 | 0.08 | 0.06 | 314.29 | 0.72 | 0.77 |
| Hex | EF | 9B | DB | 0 | 23 | 8 | 6 | 13A | 48 | 4D |
| Octal | 357 | 233 | 333 | 0 | 43 | 10 | 6 | 472 | 110 | 115 |
| Binary | 11101111 | 10011011 | 11011011 | 0 | 100011 | 1000 | 110 | 100111010 | 1001000 | 1001101 |
Color Harmonies of #EF9BDB
Complementary color
Monochromatic Colors of #EF9BDB
Black with #EF9BDB
Text Example
Text Example
White with #EF9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BDB; }
p { color: rgb(239,155,219); }
H1.HeaderClassName
{
color: #EF9BDB;
}
.AnyTagClassName
{
color: #EF9BDB;
}
</style>
background-color css
<style>
a { background-color: #EF9BDB; }
a { background-color: rgb(239,155,219); }
div.DivClassName
{
background-color: #EF9BDB;
}
.BgClassName
{
background-color: #EF9BDB;
}
</style>
border-color css
<style>
span { border-color: #EF9BDB; }
span { border-color: rgb(239,155,219); }
td.TdClassName
{
border-color: #EF9BDB;
}
.TagClassName
{
border-color: #EF9BDB;
}
</style>