Shades of Lavender Rose #EF99DB
Tints of Lavender Rose #EF99DB
RGB
CMYK
RGB Variations
Color information
#EF99DB (or 0xEF99DB) is known color: Lavender Rose. HEX triplet: EF, 99 and DB. RGB value is (239,153,219). Sum of RGB (Red+Green+Blue) = 239+153+219=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99DB is #106624. Grayscale: #BABABA. Windows color (decimal): -1074725 or 14391791. OLE color: 14391791.
HSL color Cylindrical-coordinate representation of color #EF99DB: hue angle of 313.95º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99DB is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 219 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.06 |
| HSL | 313.95º | 0.73% | 0.77% | - |
| HSV(B) | 313.95º | 0.36% | 0.94% | - |
| XYZ | 59.77 | 46.25 | 72.79 | - |
| YUV | 186.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 219 | 0 | 0.36 | 0.08 | 0.06 | 313.95 | 0.73 | 0.77 |
| Hex | EF | 99 | DB | 0 | 24 | 8 | 6 | 13A | 49 | 4D |
| Octal | 357 | 231 | 333 | 0 | 44 | 10 | 6 | 472 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11011011 | 0 | 100100 | 1000 | 110 | 100111010 | 1001001 | 1001101 |
Color Harmonies of #EF99DB
Complementary color
Monochromatic Colors of #EF99DB
Black with #EF99DB
Text Example
Text Example
White with #EF99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99DB; }
p { color: rgb(239,153,219); }
H1.HeaderClassName
{
color: #EF99DB;
}
.AnyTagClassName
{
color: #EF99DB;
}
</style>
background-color css
<style>
a { background-color: #EF99DB; }
a { background-color: rgb(239,153,219); }
div.DivClassName
{
background-color: #EF99DB;
}
.BgClassName
{
background-color: #EF99DB;
}
</style>
border-color css
<style>
span { border-color: #EF99DB; }
span { border-color: rgb(239,153,219); }
td.TdClassName
{
border-color: #EF99DB;
}
.TagClassName
{
border-color: #EF99DB;
}
</style>