Shades of Lavender Rose #E99ED4
Tints of Lavender Rose #E99ED4
RGB
CMYK
RGB Variations
Color information
#E99ED4 (or 0xE99ED4) is known color: Lavender Rose. HEX triplet: E9, 9E and D4. RGB value is (233,158,212). Sum of RGB (Red+Green+Blue) = 233+158+212=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ED4 is #16612B. Grayscale: #BABABA. Windows color (decimal): -1466668 or 13934313. OLE color: 13934313.
HSL color Cylindrical-coordinate representation of color #E99ED4: hue angle of 316.8º 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 #E99ED4 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 212 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.09 |
| HSL | 316.8º | 0.63% | 0.77% | - |
| HSV(B) | 316.8º | 0.32% | 0.91% | - |
| XYZ | 57.71 | 46.53 | 68.23 | - |
| YUV | 186.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 212 | 0 | 0.32 | 0.09 | 0.09 | 316.8 | 0.63 | 0.77 |
| Hex | E9 | 9E | D4 | 0 | 20 | 9 | 9 | 13D | 3F | 4D |
| Octal | 351 | 236 | 324 | 0 | 40 | 11 | 11 | 475 | 77 | 115 |
| Binary | 11101001 | 10011110 | 11010100 | 0 | 100000 | 1001 | 1001 | 100111101 | 111111 | 1001101 |
Color Harmonies of #E99ED4
Complementary color
Monochromatic Colors of #E99ED4
Black with #E99ED4
Text Example
Text Example
White with #E99ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99ED4; }
p { color: rgb(233,158,212); }
H1.HeaderClassName
{
color: #E99ED4;
}
.AnyTagClassName
{
color: #E99ED4;
}
</style>
background-color css
<style>
a { background-color: #E99ED4; }
a { background-color: rgb(233,158,212); }
div.DivClassName
{
background-color: #E99ED4;
}
.BgClassName
{
background-color: #E99ED4;
}
</style>
border-color css
<style>
span { border-color: #E99ED4; }
span { border-color: rgb(233,158,212); }
td.TdClassName
{
border-color: #E99ED4;
}
.TagClassName
{
border-color: #E99ED4;
}
</style>