Shades of Lavender Rose #EE98DC
Tints of Lavender Rose #EE98DC
RGB
CMYK
RGB Variations
Color information
#EE98DC (or 0xEE98DC) is known color: Lavender Rose. HEX triplet: EE, 98 and DC. RGB value is (238,152,220). Sum of RGB (Red+Green+Blue) = 238+152+220=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98DC is #116723. Grayscale: #B9B9B9. Windows color (decimal): -1140516 or 14457070. OLE color: 14457070.
HSL color Cylindrical-coordinate representation of color #EE98DC: hue angle of 312.56º 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 #EE98DC is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 220 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.07 |
| HSL | 312.56º | 0.72% | 0.76% | - |
| HSV(B) | 312.56º | 0.36% | 0.93% | - |
| XYZ | 59.41 | 45.8 | 73.42 | - |
| YUV | 185.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 220 | 0 | 0.36 | 0.08 | 0.07 | 312.56 | 0.72 | 0.76 |
| Hex | EE | 98 | DC | 0 | 24 | 8 | 7 | 139 | 48 | 4C |
| Octal | 356 | 230 | 334 | 0 | 44 | 10 | 7 | 471 | 110 | 114 |
| Binary | 11101110 | 10011000 | 11011100 | 0 | 100100 | 1000 | 111 | 100111001 | 1001000 | 1001100 |
Color Harmonies of #EE98DC
Complementary color
Monochromatic Colors of #EE98DC
Black with #EE98DC
Text Example
Text Example
White with #EE98DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98DC; }
p { color: rgb(238,152,220); }
H1.HeaderClassName
{
color: #EE98DC;
}
.AnyTagClassName
{
color: #EE98DC;
}
</style>
background-color css
<style>
a { background-color: #EE98DC; }
a { background-color: rgb(238,152,220); }
div.DivClassName
{
background-color: #EE98DC;
}
.BgClassName
{
background-color: #EE98DC;
}
</style>
border-color css
<style>
span { border-color: #EE98DC; }
span { border-color: rgb(238,152,220); }
td.TdClassName
{
border-color: #EE98DC;
}
.TagClassName
{
border-color: #EE98DC;
}
</style>