Shades of Lavender Rose #EF98E8
Tints of Lavender Rose #EF98E8
RGB
CMYK
RGB Variations
Color information
#EF98E8 (or 0xEF98E8) is known color: Lavender Rose. HEX triplet: EF, 98 and E8. RGB value is (239,152,232). Sum of RGB (Red+Green+Blue) = 239+152+232=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF98E8 is #106717. Grayscale: #BABABA. Windows color (decimal): -1074968 or 15243503. OLE color: 15243503.
HSL color Cylindrical-coordinate representation of color #EF98E8: hue angle of 304.83º 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 #EF98E8 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 232 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.06 |
| HSL | 304.83º | 0.73% | 0.77% | - |
| HSV(B) | 304.83º | 0.36% | 0.94% | - |
| XYZ | 61.39 | 46.63 | 82.11 | - |
| YUV | 187.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 232 | 0 | 0.36 | 0.03 | 0.06 | 304.83 | 0.73 | 0.77 |
| Hex | EF | 98 | E8 | 0 | 24 | 3 | 6 | 131 | 49 | 4D |
| Octal | 357 | 230 | 350 | 0 | 44 | 3 | 6 | 461 | 111 | 115 |
| Binary | 11101111 | 10011000 | 11101000 | 0 | 100100 | 11 | 110 | 100110001 | 1001001 | 1001101 |
Color Harmonies of #EF98E8
Complementary color
Monochromatic Colors of #EF98E8
Black with #EF98E8
Text Example
Text Example
White with #EF98E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98E8; }
p { color: rgb(239,152,232); }
H1.HeaderClassName
{
color: #EF98E8;
}
.AnyTagClassName
{
color: #EF98E8;
}
</style>
background-color css
<style>
a { background-color: #EF98E8; }
a { background-color: rgb(239,152,232); }
div.DivClassName
{
background-color: #EF98E8;
}
.BgClassName
{
background-color: #EF98E8;
}
</style>
border-color css
<style>
span { border-color: #EF98E8; }
span { border-color: rgb(239,152,232); }
td.TdClassName
{
border-color: #EF98E8;
}
.TagClassName
{
border-color: #EF98E8;
}
</style>