Shades of Lavender Rose #E89ED3
Tints of Lavender Rose #E89ED3
RGB
CMYK
RGB Variations
Color information
#E89ED3 (or 0xE89ED3) is known color: Lavender Rose. HEX triplet: E8, 9E and D3. RGB value is (232,158,211). Sum of RGB (Red+Green+Blue) = 232+158+211=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E89ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89ED3 is #17612C. Grayscale: #BABABA. Windows color (decimal): -1532205 or 13868776. OLE color: 13868776.
HSL color Cylindrical-coordinate representation of color #E89ED3: hue angle of 317.03º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E89ED3 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 158 | 211 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.09 |
| HSL | 317.03º | 0.62% | 0.76% | - |
| HSV(B) | 317.03º | 0.32% | 0.91% | - |
| XYZ | 57.26 | 46.31 | 67.55 | - |
| YUV | 186.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 211 | 0 | 0.32 | 0.09 | 0.09 | 317.03 | 0.62 | 0.76 |
| Hex | E8 | 9E | D3 | 0 | 20 | 9 | 9 | 13D | 3E | 4C |
| Octal | 350 | 236 | 323 | 0 | 40 | 11 | 11 | 475 | 76 | 114 |
| Binary | 11101000 | 10011110 | 11010011 | 0 | 100000 | 1001 | 1001 | 100111101 | 111110 | 1001100 |
Color Harmonies of #E89ED3
Complementary color
Monochromatic Colors of #E89ED3
Black with #E89ED3
Text Example
Text Example
White with #E89ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89ED3; }
p { color: rgb(232,158,211); }
H1.HeaderClassName
{
color: #E89ED3;
}
.AnyTagClassName
{
color: #E89ED3;
}
</style>
background-color css
<style>
a { background-color: #E89ED3; }
a { background-color: rgb(232,158,211); }
div.DivClassName
{
background-color: #E89ED3;
}
.BgClassName
{
background-color: #E89ED3;
}
</style>
border-color css
<style>
span { border-color: #E89ED3; }
span { border-color: rgb(232,158,211); }
td.TdClassName
{
border-color: #E89ED3;
}
.TagClassName
{
border-color: #E89ED3;
}
</style>