Shades of Lavender Rose #EE98E6
Tints of Lavender Rose #EE98E6
RGB
CMYK
RGB Variations
Color information
#EE98E6 (or 0xEE98E6) is known color: Lavender Rose. HEX triplet: EE, 98 and E6. RGB value is (238,152,230). Sum of RGB (Red+Green+Blue) = 238+152+230=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE98E6 is #116719. Grayscale: #BABABA. Windows color (decimal): -1140506 or 15112430. OLE color: 15112430.
HSL color Cylindrical-coordinate representation of color #EE98E6: hue angle of 305.58º 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 #EE98E6 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 230 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.07 |
| HSL | 305.58º | 0.72% | 0.76% | - |
| HSV(B) | 305.58º | 0.36% | 0.93% | - |
| XYZ | 60.77 | 46.35 | 80.61 | - |
| YUV | 186.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 230 | 0 | 0.36 | 0.03 | 0.07 | 305.58 | 0.72 | 0.76 |
| Hex | EE | 98 | E6 | 0 | 24 | 3 | 7 | 132 | 48 | 4C |
| Octal | 356 | 230 | 346 | 0 | 44 | 3 | 7 | 462 | 110 | 114 |
| Binary | 11101110 | 10011000 | 11100110 | 0 | 100100 | 11 | 111 | 100110010 | 1001000 | 1001100 |
Color Harmonies of #EE98E6
Complementary color
Monochromatic Colors of #EE98E6
Black with #EE98E6
Text Example
Text Example
White with #EE98E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98E6; }
p { color: rgb(238,152,230); }
H1.HeaderClassName
{
color: #EE98E6;
}
.AnyTagClassName
{
color: #EE98E6;
}
</style>
background-color css
<style>
a { background-color: #EE98E6; }
a { background-color: rgb(238,152,230); }
div.DivClassName
{
background-color: #EE98E6;
}
.BgClassName
{
background-color: #EE98E6;
}
</style>
border-color css
<style>
span { border-color: #EE98E6; }
span { border-color: rgb(238,152,230); }
td.TdClassName
{
border-color: #EE98E6;
}
.TagClassName
{
border-color: #EE98E6;
}
</style>