Shades of Lavender Rose #E99CD3
Tints of Lavender Rose #E99CD3
RGB
CMYK
RGB Variations
Color information
#E99CD3 (or 0xE99CD3) is known color: Lavender Rose. HEX triplet: E9, 9C and D3. RGB value is (233,156,211). Sum of RGB (Red+Green+Blue) = 233+156+211=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E99CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99CD3 is #16632C. Grayscale: #B9B9B9. Windows color (decimal): -1467181 or 13868265. OLE color: 13868265.
HSL color Cylindrical-coordinate representation of color #E99CD3: hue angle of 317.14º 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 #E99CD3 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 211 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.09 |
| HSL | 317.14º | 0.64% | 0.76% | - |
| HSV(B) | 317.14º | 0.33% | 0.91% | - |
| XYZ | 57.25 | 45.8 | 67.45 | - |
| YUV | 185.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 211 | 0 | 0.33 | 0.09 | 0.09 | 317.14 | 0.64 | 0.76 |
| Hex | E9 | 9C | D3 | 0 | 21 | 9 | 9 | 13D | 40 | 4C |
| Octal | 351 | 234 | 323 | 0 | 41 | 11 | 11 | 475 | 100 | 114 |
| Binary | 11101001 | 10011100 | 11010011 | 0 | 100001 | 1001 | 1001 | 100111101 | 1000000 | 1001100 |
Color Harmonies of #E99CD3
Complementary color
Monochromatic Colors of #E99CD3
Black with #E99CD3
Text Example
Text Example
White with #E99CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99CD3; }
p { color: rgb(233,156,211); }
H1.HeaderClassName
{
color: #E99CD3;
}
.AnyTagClassName
{
color: #E99CD3;
}
</style>
background-color css
<style>
a { background-color: #E99CD3; }
a { background-color: rgb(233,156,211); }
div.DivClassName
{
background-color: #E99CD3;
}
.BgClassName
{
background-color: #E99CD3;
}
</style>
border-color css
<style>
span { border-color: #E99CD3; }
span { border-color: rgb(233,156,211); }
td.TdClassName
{
border-color: #E99CD3;
}
.TagClassName
{
border-color: #E99CD3;
}
</style>