Shades of Lavender Rose #EF98E5
Tints of Lavender Rose #EF98E5
RGB
CMYK
RGB Variations
Color information
#EF98E5 (or 0xEF98E5) is known color: Lavender Rose. HEX triplet: EF, 98 and E5. RGB value is (239,152,229). Sum of RGB (Red+Green+Blue) = 239+152+229=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98E5 is #10671A. Grayscale: #BABABA. Windows color (decimal): -1074971 or 15046895. OLE color: 15046895.
HSL color Cylindrical-coordinate representation of color #EF98E5: hue angle of 306.9º 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 #EF98E5 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 229 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.06 |
| HSL | 306.9º | 0.73% | 0.77% | - |
| HSV(B) | 306.9º | 0.36% | 0.94% | - |
| XYZ | 60.97 | 46.46 | 79.88 | - |
| YUV | 186.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 229 | 0 | 0.36 | 0.04 | 0.06 | 306.9 | 0.73 | 0.77 |
| Hex | EF | 98 | E5 | 0 | 24 | 4 | 6 | 133 | 49 | 4D |
| Octal | 357 | 230 | 345 | 0 | 44 | 4 | 6 | 463 | 111 | 115 |
| Binary | 11101111 | 10011000 | 11100101 | 0 | 100100 | 100 | 110 | 100110011 | 1001001 | 1001101 |
Color Harmonies of #EF98E5
Complementary color
Monochromatic Colors of #EF98E5
Black with #EF98E5
Text Example
Text Example
White with #EF98E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98E5; }
p { color: rgb(239,152,229); }
H1.HeaderClassName
{
color: #EF98E5;
}
.AnyTagClassName
{
color: #EF98E5;
}
</style>
background-color css
<style>
a { background-color: #EF98E5; }
a { background-color: rgb(239,152,229); }
div.DivClassName
{
background-color: #EF98E5;
}
.BgClassName
{
background-color: #EF98E5;
}
</style>
border-color css
<style>
span { border-color: #EF98E5; }
span { border-color: rgb(239,152,229); }
td.TdClassName
{
border-color: #EF98E5;
}
.TagClassName
{
border-color: #EF98E5;
}
</style>