Shades of Lavender Rose #EE99E7
Tints of Lavender Rose #EE99E7
RGB
CMYK
RGB Variations
Color information
#EE99E7 (or 0xEE99E7) is known color: Lavender Rose. HEX triplet: EE, 99 and E7. RGB value is (238,153,231). Sum of RGB (Red+Green+Blue) = 238+153+231=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE99E7 is #116618. Grayscale: #BBBBBB. Windows color (decimal): -1140249 or 15178222. OLE color: 15178222.
HSL color Cylindrical-coordinate representation of color #EE99E7: hue angle of 304.94º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE99E7 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 231 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.07 |
| HSL | 304.94º | 0.71% | 0.77% | - |
| HSV(B) | 304.94º | 0.36% | 0.93% | - |
| XYZ | 61.07 | 46.73 | 81.4 | - |
| YUV | 187.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 231 | 0 | 0.36 | 0.03 | 0.07 | 304.94 | 0.71 | 0.77 |
| Hex | EE | 99 | E7 | 0 | 24 | 3 | 7 | 131 | 47 | 4D |
| Octal | 356 | 231 | 347 | 0 | 44 | 3 | 7 | 461 | 107 | 115 |
| Binary | 11101110 | 10011001 | 11100111 | 0 | 100100 | 11 | 111 | 100110001 | 1000111 | 1001101 |
Color Harmonies of #EE99E7
Complementary color
Monochromatic Colors of #EE99E7
Black with #EE99E7
Text Example
Text Example
White with #EE99E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99E7; }
p { color: rgb(238,153,231); }
H1.HeaderClassName
{
color: #EE99E7;
}
.AnyTagClassName
{
color: #EE99E7;
}
</style>
background-color css
<style>
a { background-color: #EE99E7; }
a { background-color: rgb(238,153,231); }
div.DivClassName
{
background-color: #EE99E7;
}
.BgClassName
{
background-color: #EE99E7;
}
</style>
border-color css
<style>
span { border-color: #EE99E7; }
span { border-color: rgb(238,153,231); }
td.TdClassName
{
border-color: #EE99E7;
}
.TagClassName
{
border-color: #EE99E7;
}
</style>