Shades of Lavender Rose #EF98DF
Tints of Lavender Rose #EF98DF
RGB
CMYK
RGB Variations
Color information
#EF98DF (or 0xEF98DF) is known color: Lavender Rose. HEX triplet: EF, 98 and DF. RGB value is (239,152,223). Sum of RGB (Red+Green+Blue) = 239+152+223=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98DF is #106720. Grayscale: #B9B9B9. Windows color (decimal): -1074977 or 14653679. OLE color: 14653679.
HSL color Cylindrical-coordinate representation of color #EF98DF: hue angle of 311.03º 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 #EF98DF is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 223 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.06 |
| HSL | 311.03º | 0.73% | 0.77% | - |
| HSV(B) | 311.03º | 0.36% | 0.94% | - |
| XYZ | 60.14 | 46.13 | 75.55 | - |
| YUV | 186.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 223 | 0 | 0.36 | 0.07 | 0.06 | 311.03 | 0.73 | 0.77 |
| Hex | EF | 98 | DF | 0 | 24 | 7 | 6 | 137 | 49 | 4D |
| Octal | 357 | 230 | 337 | 0 | 44 | 7 | 6 | 467 | 111 | 115 |
| Binary | 11101111 | 10011000 | 11011111 | 0 | 100100 | 111 | 110 | 100110111 | 1001001 | 1001101 |
Color Harmonies of #EF98DF
Complementary color
Monochromatic Colors of #EF98DF
Black with #EF98DF
Text Example
Text Example
White with #EF98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98DF; }
p { color: rgb(239,152,223); }
H1.HeaderClassName
{
color: #EF98DF;
}
.AnyTagClassName
{
color: #EF98DF;
}
</style>
background-color css
<style>
a { background-color: #EF98DF; }
a { background-color: rgb(239,152,223); }
div.DivClassName
{
background-color: #EF98DF;
}
.BgClassName
{
background-color: #EF98DF;
}
</style>
border-color css
<style>
span { border-color: #EF98DF; }
span { border-color: rgb(239,152,223); }
td.TdClassName
{
border-color: #EF98DF;
}
.TagClassName
{
border-color: #EF98DF;
}
</style>