Shades of Lavender Rose #E89FD2
Tints of Lavender Rose #E89FD2
RGB
CMYK
RGB Variations
Color information
#E89FD2 (or 0xE89FD2) is known color: Lavender Rose. HEX triplet: E8, 9F and D2. RGB value is (232,159,210). Sum of RGB (Red+Green+Blue) = 232+159+210=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FD2 is #17602D. Grayscale: #BABABA. Windows color (decimal): -1531950 or 13803496. OLE color: 13803496.
HSL color Cylindrical-coordinate representation of color #E89FD2: hue angle of 318.08º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E89FD2 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 210 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.09 |
| HSL | 318.08º | 0.61% | 0.77% | - |
| HSV(B) | 318.08º | 0.31% | 0.91% | - |
| XYZ | 57.31 | 46.61 | 66.95 | - |
| YUV | 186.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 210 | 0 | 0.31 | 0.09 | 0.09 | 318.08 | 0.61 | 0.77 |
| Hex | E8 | 9F | D2 | 0 | 1F | 9 | 9 | 13E | 3D | 4D |
| Octal | 350 | 237 | 322 | 0 | 37 | 11 | 11 | 476 | 75 | 115 |
| Binary | 11101000 | 10011111 | 11010010 | 0 | 11111 | 1001 | 1001 | 100111110 | 111101 | 1001101 |
Color Harmonies of #E89FD2
Complementary color
Monochromatic Colors of #E89FD2
Black with #E89FD2
Text Example
Text Example
White with #E89FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FD2; }
p { color: rgb(232,159,210); }
H1.HeaderClassName
{
color: #E89FD2;
}
.AnyTagClassName
{
color: #E89FD2;
}
</style>
background-color css
<style>
a { background-color: #E89FD2; }
a { background-color: rgb(232,159,210); }
div.DivClassName
{
background-color: #E89FD2;
}
.BgClassName
{
background-color: #E89FD2;
}
</style>
border-color css
<style>
span { border-color: #E89FD2; }
span { border-color: rgb(232,159,210); }
td.TdClassName
{
border-color: #E89FD2;
}
.TagClassName
{
border-color: #E89FD2;
}
</style>