Shades of Lavender Rose #E89FD3
Tints of Lavender Rose #E89FD3
RGB
CMYK
RGB Variations
Color information
#E89FD3 (or 0xE89FD3) is known color: Lavender Rose. HEX triplet: E8, 9F and D3. RGB value is (232,159,211). Sum of RGB (Red+Green+Blue) = 232+159+211=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FD3 is #17602C. Grayscale: #BABABA. Windows color (decimal): -1531949 or 13869032. OLE color: 13869032.
HSL color Cylindrical-coordinate representation of color #E89FD3: hue angle of 317.26º 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 #E89FD3 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 211 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.09 |
| HSL | 317.26º | 0.61% | 0.77% | - |
| HSV(B) | 317.26º | 0.31% | 0.91% | - |
| XYZ | 57.43 | 46.66 | 67.61 | - |
| YUV | 186.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 211 | 0 | 0.31 | 0.09 | 0.09 | 317.26 | 0.61 | 0.77 |
| Hex | E8 | 9F | D3 | 0 | 1F | 9 | 9 | 13D | 3D | 4D |
| Octal | 350 | 237 | 323 | 0 | 37 | 11 | 11 | 475 | 75 | 115 |
| Binary | 11101000 | 10011111 | 11010011 | 0 | 11111 | 1001 | 1001 | 100111101 | 111101 | 1001101 |
Color Harmonies of #E89FD3
Complementary color
Monochromatic Colors of #E89FD3
Black with #E89FD3
Text Example
Text Example
White with #E89FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FD3; }
p { color: rgb(232,159,211); }
H1.HeaderClassName
{
color: #E89FD3;
}
.AnyTagClassName
{
color: #E89FD3;
}
</style>
background-color css
<style>
a { background-color: #E89FD3; }
a { background-color: rgb(232,159,211); }
div.DivClassName
{
background-color: #E89FD3;
}
.BgClassName
{
background-color: #E89FD3;
}
</style>
border-color css
<style>
span { border-color: #E89FD3; }
span { border-color: rgb(232,159,211); }
td.TdClassName
{
border-color: #E89FD3;
}
.TagClassName
{
border-color: #E89FD3;
}
</style>