Shades of Lavender Rose #E896D2
Tints of Lavender Rose #E896D2
RGB
CMYK
RGB Variations
Color information
#E896D2 (or 0xE896D2) is known color: Lavender Rose. HEX triplet: E8, 96 and D2. RGB value is (232,150,210). Sum of RGB (Red+Green+Blue) = 232+150+210=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E896D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896D2 is #17692D. Grayscale: #B5B5B5. Windows color (decimal): -1534254 or 13801192. OLE color: 13801192.
HSL color Cylindrical-coordinate representation of color #E896D2: hue angle of 316.1º 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 #E896D2 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 210 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.09 |
| HSL | 316.1º | 0.64% | 0.75% | - |
| HSV(B) | 316.1º | 0.35% | 0.91% | - |
| XYZ | 55.82 | 43.62 | 66.45 | - |
| YUV | 181.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 210 | 0 | 0.35 | 0.09 | 0.09 | 316.1 | 0.64 | 0.75 |
| Hex | E8 | 96 | D2 | 0 | 23 | 9 | 9 | 13C | 40 | 4B |
| Octal | 350 | 226 | 322 | 0 | 43 | 11 | 11 | 474 | 100 | 113 |
| Binary | 11101000 | 10010110 | 11010010 | 0 | 100011 | 1001 | 1001 | 100111100 | 1000000 | 1001011 |
Color Harmonies of #E896D2
Complementary color
Monochromatic Colors of #E896D2
Black with #E896D2
Text Example
Text Example
White with #E896D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896D2; }
p { color: rgb(232,150,210); }
H1.HeaderClassName
{
color: #E896D2;
}
.AnyTagClassName
{
color: #E896D2;
}
</style>
background-color css
<style>
a { background-color: #E896D2; }
a { background-color: rgb(232,150,210); }
div.DivClassName
{
background-color: #E896D2;
}
.BgClassName
{
background-color: #E896D2;
}
</style>
border-color css
<style>
span { border-color: #E896D2; }
span { border-color: rgb(232,150,210); }
td.TdClassName
{
border-color: #E896D2;
}
.TagClassName
{
border-color: #E896D2;
}
</style>