Shades of Lavender Rose #EF9EDB
Tints of Lavender Rose #EF9EDB
RGB
CMYK
RGB Variations
Color information
#EF9EDB (or 0xEF9EDB) is known color: Lavender Rose. HEX triplet: EF, 9E and DB. RGB value is (239,158,219). Sum of RGB (Red+Green+Blue) = 239+158+219=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EDB is #106124. Grayscale: #BDBDBD. Windows color (decimal): -1073445 or 14393071. OLE color: 14393071.
HSL color Cylindrical-coordinate representation of color #EF9EDB: hue angle of 314.81º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EDB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 219 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.06 |
| HSL | 314.81º | 0.72% | 0.78% | - |
| HSV(B) | 314.81º | 0.34% | 0.94% | - |
| XYZ | 60.61 | 47.92 | 73.07 | - |
| YUV | 189.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 219 | 0 | 0.34 | 0.08 | 0.06 | 314.81 | 0.72 | 0.78 |
| Hex | EF | 9E | DB | 0 | 22 | 8 | 6 | 13B | 48 | 4E |
| Octal | 357 | 236 | 333 | 0 | 42 | 10 | 6 | 473 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11011011 | 0 | 100010 | 1000 | 110 | 100111011 | 1001000 | 1001110 |
Color Harmonies of #EF9EDB
Complementary color
Monochromatic Colors of #EF9EDB
Black with #EF9EDB
Text Example
Text Example
White with #EF9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EDB; }
p { color: rgb(239,158,219); }
H1.HeaderClassName
{
color: #EF9EDB;
}
.AnyTagClassName
{
color: #EF9EDB;
}
</style>
background-color css
<style>
a { background-color: #EF9EDB; }
a { background-color: rgb(239,158,219); }
div.DivClassName
{
background-color: #EF9EDB;
}
.BgClassName
{
background-color: #EF9EDB;
}
</style>
border-color css
<style>
span { border-color: #EF9EDB; }
span { border-color: rgb(239,158,219); }
td.TdClassName
{
border-color: #EF9EDB;
}
.TagClassName
{
border-color: #EF9EDB;
}
</style>