Shades of Lavender Rose #EF9FDB
Tints of Lavender Rose #EF9FDB
RGB
CMYK
RGB Variations
Color information
#EF9FDB (or 0xEF9FDB) is known color: Lavender Rose. HEX triplet: EF, 9F and DB. RGB value is (239,159,219). Sum of RGB (Red+Green+Blue) = 239+159+219=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FDB is #106024. Grayscale: #BDBDBD. Windows color (decimal): -1073189 or 14393327. OLE color: 14393327.
HSL color Cylindrical-coordinate representation of color #EF9FDB: hue angle of 315º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FDB is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 219 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.06 |
| HSL | 315º | 0.71% | 0.78% | - |
| HSV(B) | 315º | 0.33% | 0.94% | - |
| XYZ | 60.78 | 48.26 | 73.13 | - |
| YUV | 189.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 219 | 0 | 0.33 | 0.08 | 0.06 | 315 | 0.71 | 0.78 |
| Hex | EF | 9F | DB | 0 | 21 | 8 | 6 | 13B | 47 | 4E |
| Octal | 357 | 237 | 333 | 0 | 41 | 10 | 6 | 473 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11011011 | 0 | 100001 | 1000 | 110 | 100111011 | 1000111 | 1001110 |
Color Harmonies of #EF9FDB
Complementary color
Monochromatic Colors of #EF9FDB
Black with #EF9FDB
Text Example
Text Example
White with #EF9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FDB; }
p { color: rgb(239,159,219); }
H1.HeaderClassName
{
color: #EF9FDB;
}
.AnyTagClassName
{
color: #EF9FDB;
}
</style>
background-color css
<style>
a { background-color: #EF9FDB; }
a { background-color: rgb(239,159,219); }
div.DivClassName
{
background-color: #EF9FDB;
}
.BgClassName
{
background-color: #EF9FDB;
}
</style>
border-color css
<style>
span { border-color: #EF9FDB; }
span { border-color: rgb(239,159,219); }
td.TdClassName
{
border-color: #EF9FDB;
}
.TagClassName
{
border-color: #EF9FDB;
}
</style>