Shades of Lavender Rose #EE98E0
Tints of Lavender Rose #EE98E0
RGB
CMYK
RGB Variations
Color information
#EE98E0 (or 0xEE98E0) is known color: Lavender Rose. HEX triplet: EE, 98 and E0. RGB value is (238,152,224). Sum of RGB (Red+Green+Blue) = 238+152+224=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98E0 is #11671F. Grayscale: #B9B9B9. Windows color (decimal): -1140512 or 14719214. OLE color: 14719214.
HSL color Cylindrical-coordinate representation of color #EE98E0: hue angle of 309.77º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE98E0 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 224 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.07 |
| HSL | 309.77º | 0.72% | 0.76% | - |
| HSV(B) | 309.77º | 0.36% | 0.93% | - |
| XYZ | 59.94 | 46.02 | 76.24 | - |
| YUV | 185.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 224 | 0 | 0.36 | 0.06 | 0.07 | 309.77 | 0.72 | 0.76 |
| Hex | EE | 98 | E0 | 0 | 24 | 6 | 7 | 136 | 48 | 4C |
| Octal | 356 | 230 | 340 | 0 | 44 | 6 | 7 | 466 | 110 | 114 |
| Binary | 11101110 | 10011000 | 11100000 | 0 | 100100 | 110 | 111 | 100110110 | 1001000 | 1001100 |
Color Harmonies of #EE98E0
Complementary color
Monochromatic Colors of #EE98E0
Black with #EE98E0
Text Example
Text Example
White with #EE98E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98E0; }
p { color: rgb(238,152,224); }
H1.HeaderClassName
{
color: #EE98E0;
}
.AnyTagClassName
{
color: #EE98E0;
}
</style>
background-color css
<style>
a { background-color: #EE98E0; }
a { background-color: rgb(238,152,224); }
div.DivClassName
{
background-color: #EE98E0;
}
.BgClassName
{
background-color: #EE98E0;
}
</style>
border-color css
<style>
span { border-color: #EE98E0; }
span { border-color: rgb(238,152,224); }
td.TdClassName
{
border-color: #EE98E0;
}
.TagClassName
{
border-color: #EE98E0;
}
</style>