Shades of Lavender Rose #E89AD4
Tints of Lavender Rose #E89AD4
RGB
CMYK
RGB Variations
Color information
#E89AD4 (or 0xE89AD4) is known color: Lavender Rose. HEX triplet: E8, 9A and D4. RGB value is (232,154,212). Sum of RGB (Red+Green+Blue) = 232+154+212=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E89AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89AD4 is #17652B. Grayscale: #B7B7B7. Windows color (decimal): -1533228 or 13933288. OLE color: 13933288.
HSL color Cylindrical-coordinate representation of color #E89AD4: hue angle of 315.38º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89AD4 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 212 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.09 |
| HSL | 315.38º | 0.63% | 0.76% | - |
| HSV(B) | 315.38º | 0.34% | 0.91% | - |
| XYZ | 56.72 | 45.02 | 67.99 | - |
| YUV | 183.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 212 | 0 | 0.34 | 0.09 | 0.09 | 315.38 | 0.63 | 0.76 |
| Hex | E8 | 9A | D4 | 0 | 22 | 9 | 9 | 13B | 3F | 4C |
| Octal | 350 | 232 | 324 | 0 | 42 | 11 | 11 | 473 | 77 | 114 |
| Binary | 11101000 | 10011010 | 11010100 | 0 | 100010 | 1001 | 1001 | 100111011 | 111111 | 1001100 |
Color Harmonies of #E89AD4
Complementary color
Monochromatic Colors of #E89AD4
Black with #E89AD4
Text Example
Text Example
White with #E89AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89AD4; }
p { color: rgb(232,154,212); }
H1.HeaderClassName
{
color: #E89AD4;
}
.AnyTagClassName
{
color: #E89AD4;
}
</style>
background-color css
<style>
a { background-color: #E89AD4; }
a { background-color: rgb(232,154,212); }
div.DivClassName
{
background-color: #E89AD4;
}
.BgClassName
{
background-color: #E89AD4;
}
</style>
border-color css
<style>
span { border-color: #E89AD4; }
span { border-color: rgb(232,154,212); }
td.TdClassName
{
border-color: #E89AD4;
}
.TagClassName
{
border-color: #E89AD4;
}
</style>