Shades of Lavender Rose #E89FD1
Tints of Lavender Rose #E89FD1
RGB
CMYK
RGB Variations
Color information
#E89FD1 (or 0xE89FD1) is known color: Lavender Rose. HEX triplet: E8, 9F and D1. RGB value is (232,159,209). Sum of RGB (Red+Green+Blue) = 232+159+209=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FD1 is #17602E. Grayscale: #BABABA. Windows color (decimal): -1531951 or 13737960. OLE color: 13737960.
HSL color Cylindrical-coordinate representation of color #E89FD1: hue angle of 318.9º 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 #E89FD1 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 209 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.09 |
| HSL | 318.9º | 0.61% | 0.77% | - |
| HSV(B) | 318.9º | 0.31% | 0.91% | - |
| XYZ | 57.19 | 46.56 | 66.29 | - |
| YUV | 186.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 209 | 0 | 0.31 | 0.10 | 0.09 | 318.9 | 0.61 | 0.77 |
| Hex | E8 | 9F | D1 | 0 | 1F | A | 9 | 13F | 3D | 4D |
| Octal | 350 | 237 | 321 | 0 | 37 | 12 | 11 | 477 | 75 | 115 |
| Binary | 11101000 | 10011111 | 11010001 | 0 | 11111 | 1010 | 1001 | 100111111 | 111101 | 1001101 |
Color Harmonies of #E89FD1
Complementary color
Monochromatic Colors of #E89FD1
Black with #E89FD1
Text Example
Text Example
White with #E89FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FD1; }
p { color: rgb(232,159,209); }
H1.HeaderClassName
{
color: #E89FD1;
}
.AnyTagClassName
{
color: #E89FD1;
}
</style>
background-color css
<style>
a { background-color: #E89FD1; }
a { background-color: rgb(232,159,209); }
div.DivClassName
{
background-color: #E89FD1;
}
.BgClassName
{
background-color: #E89FD1;
}
</style>
border-color css
<style>
span { border-color: #E89FD1; }
span { border-color: rgb(232,159,209); }
td.TdClassName
{
border-color: #E89FD1;
}
.TagClassName
{
border-color: #E89FD1;
}
</style>