Shades of Lavender Rose #E99ED2
Tints of Lavender Rose #E99ED2
RGB
CMYK
RGB Variations
Color information
#E99ED2 (or 0xE99ED2) is known color: Lavender Rose. HEX triplet: E9, 9E and D2. RGB value is (233,158,210). Sum of RGB (Red+Green+Blue) = 233+158+210=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ED2 is #16612D. Grayscale: #BABABA. Windows color (decimal): -1466670 or 13803241. OLE color: 13803241.
HSL color Cylindrical-coordinate representation of color #E99ED2: hue angle of 318.4º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99ED2 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 210 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.09 |
| HSL | 318.4º | 0.63% | 0.77% | - |
| HSV(B) | 318.4º | 0.32% | 0.91% | - |
| XYZ | 57.46 | 46.43 | 66.91 | - |
| YUV | 186.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 210 | 0 | 0.32 | 0.10 | 0.09 | 318.4 | 0.63 | 0.77 |
| Hex | E9 | 9E | D2 | 0 | 20 | A | 9 | 13E | 3F | 4D |
| Octal | 351 | 236 | 322 | 0 | 40 | 12 | 11 | 476 | 77 | 115 |
| Binary | 11101001 | 10011110 | 11010010 | 0 | 100000 | 1010 | 1001 | 100111110 | 111111 | 1001101 |
Color Harmonies of #E99ED2
Complementary color
Monochromatic Colors of #E99ED2
Black with #E99ED2
Text Example
Text Example
White with #E99ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99ED2; }
p { color: rgb(233,158,210); }
H1.HeaderClassName
{
color: #E99ED2;
}
.AnyTagClassName
{
color: #E99ED2;
}
</style>
background-color css
<style>
a { background-color: #E99ED2; }
a { background-color: rgb(233,158,210); }
div.DivClassName
{
background-color: #E99ED2;
}
.BgClassName
{
background-color: #E99ED2;
}
</style>
border-color css
<style>
span { border-color: #E99ED2; }
span { border-color: rgb(233,158,210); }
td.TdClassName
{
border-color: #E99ED2;
}
.TagClassName
{
border-color: #E99ED2;
}
</style>