Shades of Lavender Rose #E99DD9
Tints of Lavender Rose #E99DD9
RGB
CMYK
RGB Variations
Color information
#E99DD9 (or 0xE99DD9) is known color: Lavender Rose. HEX triplet: E9, 9D and D9. RGB value is (233,157,217). Sum of RGB (Red+Green+Blue) = 233+157+217=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99DD9 is #166226. Grayscale: #BABABA. Windows color (decimal): -1466919 or 14261737. OLE color: 14261737.
HSL color Cylindrical-coordinate representation of color #E99DD9: hue angle of 312.63º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99DD9 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 217 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.09 |
| HSL | 312.63º | 0.63% | 0.76% | - |
| HSV(B) | 312.63º | 0.33% | 0.91% | - |
| XYZ | 58.19 | 46.45 | 71.54 | - |
| YUV | 186.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 217 | 0 | 0.33 | 0.07 | 0.09 | 312.63 | 0.63 | 0.76 |
| Hex | E9 | 9D | D9 | 0 | 21 | 7 | 9 | 139 | 3F | 4C |
| Octal | 351 | 235 | 331 | 0 | 41 | 7 | 11 | 471 | 77 | 114 |
| Binary | 11101001 | 10011101 | 11011001 | 0 | 100001 | 111 | 1001 | 100111001 | 111111 | 1001100 |
Color Harmonies of #E99DD9
Complementary color
Monochromatic Colors of #E99DD9
Black with #E99DD9
Text Example
Text Example
White with #E99DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DD9; }
p { color: rgb(233,157,217); }
H1.HeaderClassName
{
color: #E99DD9;
}
.AnyTagClassName
{
color: #E99DD9;
}
</style>
background-color css
<style>
a { background-color: #E99DD9; }
a { background-color: rgb(233,157,217); }
div.DivClassName
{
background-color: #E99DD9;
}
.BgClassName
{
background-color: #E99DD9;
}
</style>
border-color css
<style>
span { border-color: #E99DD9; }
span { border-color: rgb(233,157,217); }
td.TdClassName
{
border-color: #E99DD9;
}
.TagClassName
{
border-color: #E99DD9;
}
</style>