Shades of Lavender Rose #E89ED2
Tints of Lavender Rose #E89ED2
RGB
CMYK
RGB Variations
Color information
#E89ED2 (or 0xE89ED2) is known color: Lavender Rose. HEX triplet: E8, 9E and D2. RGB value is (232,158,210). Sum of RGB (Red+Green+Blue) = 232+158+210=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E89ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89ED2 is #17612D. Grayscale: #B9B9B9. Windows color (decimal): -1532206 or 13803240. OLE color: 13803240.
HSL color Cylindrical-coordinate representation of color #E89ED2: hue angle of 317.84º 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 #E89ED2 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 158 | 210 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.09 |
| HSL | 317.84º | 0.62% | 0.76% | - |
| HSV(B) | 317.84º | 0.32% | 0.91% | - |
| XYZ | 57.14 | 46.26 | 66.89 | - |
| YUV | 186.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 210 | 0 | 0.32 | 0.09 | 0.09 | 317.84 | 0.62 | 0.76 |
| Hex | E8 | 9E | D2 | 0 | 20 | 9 | 9 | 13E | 3E | 4C |
| Octal | 350 | 236 | 322 | 0 | 40 | 11 | 11 | 476 | 76 | 114 |
| Binary | 11101000 | 10011110 | 11010010 | 0 | 100000 | 1001 | 1001 | 100111110 | 111110 | 1001100 |
Color Harmonies of #E89ED2
Complementary color
Monochromatic Colors of #E89ED2
Black with #E89ED2
Text Example
Text Example
White with #E89ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89ED2; }
p { color: rgb(232,158,210); }
H1.HeaderClassName
{
color: #E89ED2;
}
.AnyTagClassName
{
color: #E89ED2;
}
</style>
background-color css
<style>
a { background-color: #E89ED2; }
a { background-color: rgb(232,158,210); }
div.DivClassName
{
background-color: #E89ED2;
}
.BgClassName
{
background-color: #E89ED2;
}
</style>
border-color css
<style>
span { border-color: #E89ED2; }
span { border-color: rgb(232,158,210); }
td.TdClassName
{
border-color: #E89ED2;
}
.TagClassName
{
border-color: #E89ED2;
}
</style>