Shades of Lavender Rose #EE98D3
Tints of Lavender Rose #EE98D3
RGB
CMYK
RGB Variations
Color information
#EE98D3 (or 0xEE98D3) is known color: Lavender Rose. HEX triplet: EE, 98 and D3. RGB value is (238,152,211). Sum of RGB (Red+Green+Blue) = 238+152+211=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98D3 is #11672C. Grayscale: #B8B8B8. Windows color (decimal): -1140525 or 13867246. OLE color: 13867246.
HSL color Cylindrical-coordinate representation of color #EE98D3: hue angle of 318.84º 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 #EE98D3 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 211 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.07 |
| HSL | 318.84º | 0.72% | 0.76% | - |
| HSV(B) | 318.84º | 0.36% | 0.93% | - |
| XYZ | 58.25 | 45.34 | 67.31 | - |
| YUV | 184.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 211 | 0 | 0.36 | 0.11 | 0.07 | 318.84 | 0.72 | 0.76 |
| Hex | EE | 98 | D3 | 0 | 24 | B | 7 | 13F | 48 | 4C |
| Octal | 356 | 230 | 323 | 0 | 44 | 13 | 7 | 477 | 110 | 114 |
| Binary | 11101110 | 10011000 | 11010011 | 0 | 100100 | 1011 | 111 | 100111111 | 1001000 | 1001100 |
Color Harmonies of #EE98D3
Complementary color
Monochromatic Colors of #EE98D3
Black with #EE98D3
Text Example
Text Example
White with #EE98D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98D3; }
p { color: rgb(238,152,211); }
H1.HeaderClassName
{
color: #EE98D3;
}
.AnyTagClassName
{
color: #EE98D3;
}
</style>
background-color css
<style>
a { background-color: #EE98D3; }
a { background-color: rgb(238,152,211); }
div.DivClassName
{
background-color: #EE98D3;
}
.BgClassName
{
background-color: #EE98D3;
}
</style>
border-color css
<style>
span { border-color: #EE98D3; }
span { border-color: rgb(238,152,211); }
td.TdClassName
{
border-color: #EE98D3;
}
.TagClassName
{
border-color: #EE98D3;
}
</style>