Shades of Lavender Rose #EF98DB
Tints of Lavender Rose #EF98DB
RGB
CMYK
RGB Variations
Color information
#EF98DB (or 0xEF98DB) is known color: Lavender Rose. HEX triplet: EF, 98 and DB. RGB value is (239,152,219). Sum of RGB (Red+Green+Blue) = 239+152+219=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98DB is #106724. Grayscale: #B9B9B9. Windows color (decimal): -1074981 or 14391535. OLE color: 14391535.
HSL color Cylindrical-coordinate representation of color #EF98DB: hue angle of 313.79º 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 #EF98DB is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 219 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.06 |
| HSL | 313.79º | 0.73% | 0.77% | - |
| HSV(B) | 313.79º | 0.36% | 0.94% | - |
| XYZ | 59.61 | 45.92 | 72.74 | - |
| YUV | 185.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 219 | 0 | 0.36 | 0.08 | 0.06 | 313.79 | 0.73 | 0.77 |
| Hex | EF | 98 | DB | 0 | 24 | 8 | 6 | 13A | 49 | 4D |
| Octal | 357 | 230 | 333 | 0 | 44 | 10 | 6 | 472 | 111 | 115 |
| Binary | 11101111 | 10011000 | 11011011 | 0 | 100100 | 1000 | 110 | 100111010 | 1001001 | 1001101 |
Color Harmonies of #EF98DB
Complementary color
Monochromatic Colors of #EF98DB
Black with #EF98DB
Text Example
Text Example
White with #EF98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98DB; }
p { color: rgb(239,152,219); }
H1.HeaderClassName
{
color: #EF98DB;
}
.AnyTagClassName
{
color: #EF98DB;
}
</style>
background-color css
<style>
a { background-color: #EF98DB; }
a { background-color: rgb(239,152,219); }
div.DivClassName
{
background-color: #EF98DB;
}
.BgClassName
{
background-color: #EF98DB;
}
</style>
border-color css
<style>
span { border-color: #EF98DB; }
span { border-color: rgb(239,152,219); }
td.TdClassName
{
border-color: #EF98DB;
}
.TagClassName
{
border-color: #EF98DB;
}
</style>