Shades of Lavender Rose #EF98D2
Tints of Lavender Rose #EF98D2
RGB
CMYK
RGB Variations
Color information
#EF98D2 (or 0xEF98D2) is known color: Lavender Rose. HEX triplet: EF, 98 and D2. RGB value is (239,152,210). Sum of RGB (Red+Green+Blue) = 239+152+210=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98D2 is #10672D. Grayscale: #B8B8B8. Windows color (decimal): -1074990 or 13801711. OLE color: 13801711.
HSL color Cylindrical-coordinate representation of color #EF98D2: hue angle of 320º 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 #EF98D2 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 210 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.06 |
| HSL | 320º | 0.73% | 0.77% | - |
| HSV(B) | 320º | 0.36% | 0.94% | - |
| XYZ | 58.46 | 45.46 | 66.67 | - |
| YUV | 184.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 210 | 0 | 0.36 | 0.12 | 0.06 | 320 | 0.73 | 0.77 |
| Hex | EF | 98 | D2 | 0 | 24 | C | 6 | 140 | 49 | 4D |
| Octal | 357 | 230 | 322 | 0 | 44 | 14 | 6 | 500 | 111 | 115 |
| Binary | 11101111 | 10011000 | 11010010 | 0 | 100100 | 1100 | 110 | 101000000 | 1001001 | 1001101 |
Color Harmonies of #EF98D2
Complementary color
Monochromatic Colors of #EF98D2
Black with #EF98D2
Text Example
Text Example
White with #EF98D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98D2; }
p { color: rgb(239,152,210); }
H1.HeaderClassName
{
color: #EF98D2;
}
.AnyTagClassName
{
color: #EF98D2;
}
</style>
background-color css
<style>
a { background-color: #EF98D2; }
a { background-color: rgb(239,152,210); }
div.DivClassName
{
background-color: #EF98D2;
}
.BgClassName
{
background-color: #EF98D2;
}
</style>
border-color css
<style>
span { border-color: #EF98D2; }
span { border-color: rgb(239,152,210); }
td.TdClassName
{
border-color: #EF98D2;
}
.TagClassName
{
border-color: #EF98D2;
}
</style>