Shades of Lavender Rose #E99AD6
Tints of Lavender Rose #E99AD6
RGB
CMYK
RGB Variations
Color information
#E99AD6 (or 0xE99AD6) is known color: Lavender Rose. HEX triplet: E9, 9A and D6. RGB value is (233,154,214). Sum of RGB (Red+Green+Blue) = 233+154+214=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E99AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99AD6 is #166529. Grayscale: #B8B8B8. Windows color (decimal): -1467690 or 14064361. OLE color: 14064361.
HSL color Cylindrical-coordinate representation of color #E99AD6: hue angle of 314.43º 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 #E99AD6 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 214 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.09 |
| HSL | 314.43º | 0.64% | 0.76% | - |
| HSV(B) | 314.43º | 0.34% | 0.91% | - |
| XYZ | 57.3 | 45.29 | 69.34 | - |
| YUV | 184.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 214 | 0 | 0.34 | 0.08 | 0.09 | 314.43 | 0.64 | 0.76 |
| Hex | E9 | 9A | D6 | 0 | 22 | 8 | 9 | 13A | 40 | 4C |
| Octal | 351 | 232 | 326 | 0 | 42 | 10 | 11 | 472 | 100 | 114 |
| Binary | 11101001 | 10011010 | 11010110 | 0 | 100010 | 1000 | 1001 | 100111010 | 1000000 | 1001100 |
Color Harmonies of #E99AD6
Complementary color
Monochromatic Colors of #E99AD6
Black with #E99AD6
Text Example
Text Example
White with #E99AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99AD6; }
p { color: rgb(233,154,214); }
H1.HeaderClassName
{
color: #E99AD6;
}
.AnyTagClassName
{
color: #E99AD6;
}
</style>
background-color css
<style>
a { background-color: #E99AD6; }
a { background-color: rgb(233,154,214); }
div.DivClassName
{
background-color: #E99AD6;
}
.BgClassName
{
background-color: #E99AD6;
}
</style>
border-color css
<style>
span { border-color: #E99AD6; }
span { border-color: rgb(233,154,214); }
td.TdClassName
{
border-color: #E99AD6;
}
.TagClassName
{
border-color: #E99AD6;
}
</style>