Shades of Lavender Rose #E99AD3
Tints of Lavender Rose #E99AD3
RGB
CMYK
RGB Variations
Color information
#E99AD3 (or 0xE99AD3) is known color: Lavender Rose. HEX triplet: E9, 9A and D3. RGB value is (233,154,211). Sum of RGB (Red+Green+Blue) = 233+154+211=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E99AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99AD3 is #16652C. Grayscale: #B7B7B7. Windows color (decimal): -1467693 or 13867753. OLE color: 13867753.
HSL color Cylindrical-coordinate representation of color #E99AD3: hue angle of 316.71º 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 #E99AD3 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 211 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.09 |
| HSL | 316.71º | 0.64% | 0.76% | - |
| HSV(B) | 316.71º | 0.34% | 0.91% | - |
| XYZ | 56.92 | 45.14 | 67.34 | - |
| YUV | 184.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 211 | 0 | 0.34 | 0.09 | 0.09 | 316.71 | 0.64 | 0.76 |
| Hex | E9 | 9A | D3 | 0 | 22 | 9 | 9 | 13D | 40 | 4C |
| Octal | 351 | 232 | 323 | 0 | 42 | 11 | 11 | 475 | 100 | 114 |
| Binary | 11101001 | 10011010 | 11010011 | 0 | 100010 | 1001 | 1001 | 100111101 | 1000000 | 1001100 |
Color Harmonies of #E99AD3
Complementary color
Monochromatic Colors of #E99AD3
Black with #E99AD3
Text Example
Text Example
White with #E99AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99AD3; }
p { color: rgb(233,154,211); }
H1.HeaderClassName
{
color: #E99AD3;
}
.AnyTagClassName
{
color: #E99AD3;
}
</style>
background-color css
<style>
a { background-color: #E99AD3; }
a { background-color: rgb(233,154,211); }
div.DivClassName
{
background-color: #E99AD3;
}
.BgClassName
{
background-color: #E99AD3;
}
</style>
border-color css
<style>
span { border-color: #E99AD3; }
span { border-color: rgb(233,154,211); }
td.TdClassName
{
border-color: #E99AD3;
}
.TagClassName
{
border-color: #E99AD3;
}
</style>