Shades of Lavender Rose #EF98DE
Tints of Lavender Rose #EF98DE
RGB
CMYK
RGB Variations
Color information
#EF98DE (or 0xEF98DE) is known color: Lavender Rose. HEX triplet: EF, 98 and DE. RGB value is (239,152,222). Sum of RGB (Red+Green+Blue) = 239+152+222=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98DE is #106721. Grayscale: #B9B9B9. Windows color (decimal): -1074978 or 14588143. OLE color: 14588143.
HSL color Cylindrical-coordinate representation of color #EF98DE: hue angle of 311.72º 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 #EF98DE is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 222 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.06 |
| HSL | 311.72º | 0.73% | 0.77% | - |
| HSV(B) | 311.72º | 0.36% | 0.94% | - |
| XYZ | 60.01 | 46.08 | 74.84 | - |
| YUV | 185.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 222 | 0 | 0.36 | 0.07 | 0.06 | 311.72 | 0.73 | 0.77 |
| Hex | EF | 98 | DE | 0 | 24 | 7 | 6 | 138 | 49 | 4D |
| Octal | 357 | 230 | 336 | 0 | 44 | 7 | 6 | 470 | 111 | 115 |
| Binary | 11101111 | 10011000 | 11011110 | 0 | 100100 | 111 | 110 | 100111000 | 1001001 | 1001101 |
Color Harmonies of #EF98DE
Complementary color
Monochromatic Colors of #EF98DE
Black with #EF98DE
Text Example
Text Example
White with #EF98DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98DE; }
p { color: rgb(239,152,222); }
H1.HeaderClassName
{
color: #EF98DE;
}
.AnyTagClassName
{
color: #EF98DE;
}
</style>
background-color css
<style>
a { background-color: #EF98DE; }
a { background-color: rgb(239,152,222); }
div.DivClassName
{
background-color: #EF98DE;
}
.BgClassName
{
background-color: #EF98DE;
}
</style>
border-color css
<style>
span { border-color: #EF98DE; }
span { border-color: rgb(239,152,222); }
td.TdClassName
{
border-color: #EF98DE;
}
.TagClassName
{
border-color: #EF98DE;
}
</style>