Shades of Lavender Rose #E89FD5
Tints of Lavender Rose #E89FD5
RGB
CMYK
RGB Variations
Color information
#E89FD5 (or 0xE89FD5) is known color: Lavender Rose. HEX triplet: E8, 9F and D5. RGB value is (232,159,213). Sum of RGB (Red+Green+Blue) = 232+159+213=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FD5 is #17602A. Grayscale: #BABABA. Windows color (decimal): -1531947 or 14000104. OLE color: 14000104.
HSL color Cylindrical-coordinate representation of color #E89FD5: hue angle of 315.62º 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 #E89FD5 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 213 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.09 |
| HSL | 315.62º | 0.61% | 0.77% | - |
| HSV(B) | 315.62º | 0.31% | 0.91% | - |
| XYZ | 57.69 | 46.76 | 68.94 | - |
| YUV | 186.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 213 | 0 | 0.31 | 0.08 | 0.09 | 315.62 | 0.61 | 0.77 |
| Hex | E8 | 9F | D5 | 0 | 1F | 8 | 9 | 13C | 3D | 4D |
| Octal | 350 | 237 | 325 | 0 | 37 | 10 | 11 | 474 | 75 | 115 |
| Binary | 11101000 | 10011111 | 11010101 | 0 | 11111 | 1000 | 1001 | 100111100 | 111101 | 1001101 |
Color Harmonies of #E89FD5
Complementary color
Monochromatic Colors of #E89FD5
Black with #E89FD5
Text Example
Text Example
White with #E89FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FD5; }
p { color: rgb(232,159,213); }
H1.HeaderClassName
{
color: #E89FD5;
}
.AnyTagClassName
{
color: #E89FD5;
}
</style>
background-color css
<style>
a { background-color: #E89FD5; }
a { background-color: rgb(232,159,213); }
div.DivClassName
{
background-color: #E89FD5;
}
.BgClassName
{
background-color: #E89FD5;
}
</style>
border-color css
<style>
span { border-color: #E89FD5; }
span { border-color: rgb(232,159,213); }
td.TdClassName
{
border-color: #E89FD5;
}
.TagClassName
{
border-color: #E89FD5;
}
</style>