Shades of Lavender Rose #E99CD9
Tints of Lavender Rose #E99CD9
RGB
CMYK
RGB Variations
Color information
#E99CD9 (or 0xE99CD9) is known color: Lavender Rose. HEX triplet: E9, 9C and D9. RGB value is (233,156,217). Sum of RGB (Red+Green+Blue) = 233+156+217=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E99CD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99CD9 is #166326. Grayscale: #B9B9B9. Windows color (decimal): -1467175 or 14261481. OLE color: 14261481.
HSL color Cylindrical-coordinate representation of color #E99CD9: hue angle of 312.47º degrees, saturation: 0.64, 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 #E99CD9 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 217 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.09 |
| HSL | 312.47º | 0.64% | 0.76% | - |
| HSV(B) | 312.47º | 0.33% | 0.91% | - |
| XYZ | 58.02 | 46.11 | 71.49 | - |
| YUV | 185.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 217 | 0 | 0.33 | 0.07 | 0.09 | 312.47 | 0.64 | 0.76 |
| Hex | E9 | 9C | D9 | 0 | 21 | 7 | 9 | 138 | 40 | 4C |
| Octal | 351 | 234 | 331 | 0 | 41 | 7 | 11 | 470 | 100 | 114 |
| Binary | 11101001 | 10011100 | 11011001 | 0 | 100001 | 111 | 1001 | 100111000 | 1000000 | 1001100 |
Color Harmonies of #E99CD9
Complementary color
Monochromatic Colors of #E99CD9
Black with #E99CD9
Text Example
Text Example
White with #E99CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99CD9; }
p { color: rgb(233,156,217); }
H1.HeaderClassName
{
color: #E99CD9;
}
.AnyTagClassName
{
color: #E99CD9;
}
</style>
background-color css
<style>
a { background-color: #E99CD9; }
a { background-color: rgb(233,156,217); }
div.DivClassName
{
background-color: #E99CD9;
}
.BgClassName
{
background-color: #E99CD9;
}
</style>
border-color css
<style>
span { border-color: #E99CD9; }
span { border-color: rgb(233,156,217); }
td.TdClassName
{
border-color: #E99CD9;
}
.TagClassName
{
border-color: #E99CD9;
}
</style>