Shades of Lavender Rose #E99AD4
Tints of Lavender Rose #E99AD4
RGB
CMYK
RGB Variations
Color information
#E99AD4 (or 0xE99AD4) is known color: Lavender Rose. HEX triplet: E9, 9A and D4. RGB value is (233,154,212). Sum of RGB (Red+Green+Blue) = 233+154+212=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E99AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99AD4 is #16652B. Grayscale: #B8B8B8. Windows color (decimal): -1467692 or 13933289. OLE color: 13933289.
HSL color Cylindrical-coordinate representation of color #E99AD4: hue angle of 315.95º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99AD4 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 212 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.09 |
| HSL | 315.95º | 0.64% | 0.76% | - |
| HSV(B) | 315.95º | 0.34% | 0.91% | - |
| XYZ | 57.04 | 45.19 | 68 | - |
| YUV | 184.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 212 | 0 | 0.34 | 0.09 | 0.09 | 315.95 | 0.64 | 0.76 |
| Hex | E9 | 9A | D4 | 0 | 22 | 9 | 9 | 13C | 40 | 4C |
| Octal | 351 | 232 | 324 | 0 | 42 | 11 | 11 | 474 | 100 | 114 |
| Binary | 11101001 | 10011010 | 11010100 | 0 | 100010 | 1001 | 1001 | 100111100 | 1000000 | 1001100 |
Color Harmonies of #E99AD4
Complementary color
Monochromatic Colors of #E99AD4
Black with #E99AD4
Text Example
Text Example
White with #E99AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99AD4; }
p { color: rgb(233,154,212); }
H1.HeaderClassName
{
color: #E99AD4;
}
.AnyTagClassName
{
color: #E99AD4;
}
</style>
background-color css
<style>
a { background-color: #E99AD4; }
a { background-color: rgb(233,154,212); }
div.DivClassName
{
background-color: #E99AD4;
}
.BgClassName
{
background-color: #E99AD4;
}
</style>
border-color css
<style>
span { border-color: #E99AD4; }
span { border-color: rgb(233,154,212); }
td.TdClassName
{
border-color: #E99AD4;
}
.TagClassName
{
border-color: #E99AD4;
}
</style>