Shades of Lavender Rose #E896D1
Tints of Lavender Rose #E896D1
RGB
CMYK
RGB Variations
Color information
#E896D1 (or 0xE896D1) is known color: Lavender Rose. HEX triplet: E8, 96 and D1. RGB value is (232,150,209). Sum of RGB (Red+Green+Blue) = 232+150+209=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E896D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896D1 is #17692E. Grayscale: #B5B5B5. Windows color (decimal): -1534255 or 13735656. OLE color: 13735656.
HSL color Cylindrical-coordinate representation of color #E896D1: hue angle of 316.83º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E896D1 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 209 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.09 |
| HSL | 316.83º | 0.64% | 0.75% | - |
| HSV(B) | 316.83º | 0.35% | 0.91% | - |
| XYZ | 55.69 | 43.57 | 65.8 | - |
| YUV | 181.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 209 | 0 | 0.35 | 0.10 | 0.09 | 316.83 | 0.64 | 0.75 |
| Hex | E8 | 96 | D1 | 0 | 23 | A | 9 | 13D | 40 | 4B |
| Octal | 350 | 226 | 321 | 0 | 43 | 12 | 11 | 475 | 100 | 113 |
| Binary | 11101000 | 10010110 | 11010001 | 0 | 100011 | 1010 | 1001 | 100111101 | 1000000 | 1001011 |
Color Harmonies of #E896D1
Complementary color
Monochromatic Colors of #E896D1
Black with #E896D1
Text Example
Text Example
White with #E896D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896D1; }
p { color: rgb(232,150,209); }
H1.HeaderClassName
{
color: #E896D1;
}
.AnyTagClassName
{
color: #E896D1;
}
</style>
background-color css
<style>
a { background-color: #E896D1; }
a { background-color: rgb(232,150,209); }
div.DivClassName
{
background-color: #E896D1;
}
.BgClassName
{
background-color: #E896D1;
}
</style>
border-color css
<style>
span { border-color: #E896D1; }
span { border-color: rgb(232,150,209); }
td.TdClassName
{
border-color: #E896D1;
}
.TagClassName
{
border-color: #E896D1;
}
</style>