Shades of Lavender Rose #E99ED3
Tints of Lavender Rose #E99ED3
RGB
CMYK
RGB Variations
Color information
#E99ED3 (or 0xE99ED3) is known color: Lavender Rose. HEX triplet: E9, 9E and D3. RGB value is (233,158,211). Sum of RGB (Red+Green+Blue) = 233+158+211=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ED3 is #16612C. Grayscale: #BABABA. Windows color (decimal): -1466669 or 13868777. OLE color: 13868777.
HSL color Cylindrical-coordinate representation of color #E99ED3: hue angle of 317.6º 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 #E99ED3 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 211 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.09 |
| HSL | 317.6º | 0.63% | 0.77% | - |
| HSV(B) | 317.6º | 0.32% | 0.91% | - |
| XYZ | 57.59 | 46.48 | 67.56 | - |
| YUV | 186.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 211 | 0 | 0.32 | 0.09 | 0.09 | 317.6 | 0.63 | 0.77 |
| Hex | E9 | 9E | D3 | 0 | 20 | 9 | 9 | 13E | 3F | 4D |
| Octal | 351 | 236 | 323 | 0 | 40 | 11 | 11 | 476 | 77 | 115 |
| Binary | 11101001 | 10011110 | 11010011 | 0 | 100000 | 1001 | 1001 | 100111110 | 111111 | 1001101 |
Color Harmonies of #E99ED3
Complementary color
Monochromatic Colors of #E99ED3
Black with #E99ED3
Text Example
Text Example
White with #E99ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99ED3; }
p { color: rgb(233,158,211); }
H1.HeaderClassName
{
color: #E99ED3;
}
.AnyTagClassName
{
color: #E99ED3;
}
</style>
background-color css
<style>
a { background-color: #E99ED3; }
a { background-color: rgb(233,158,211); }
div.DivClassName
{
background-color: #E99ED3;
}
.BgClassName
{
background-color: #E99ED3;
}
</style>
border-color css
<style>
span { border-color: #E99ED3; }
span { border-color: rgb(233,158,211); }
td.TdClassName
{
border-color: #E99ED3;
}
.TagClassName
{
border-color: #E99ED3;
}
</style>