Shades of Lavender Rose #E996D1
Tints of Lavender Rose #E996D1
RGB
CMYK
RGB Variations
Color information
#E996D1 (or 0xE996D1) is known color: Lavender Rose. HEX triplet: E9, 96 and D1. RGB value is (233,150,209). Sum of RGB (Red+Green+Blue) = 233+150+209=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E996D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996D1 is #16692E. Grayscale: #B5B5B5. Windows color (decimal): -1468719 or 13735657. OLE color: 13735657.
HSL color Cylindrical-coordinate representation of color #E996D1: hue angle of 317.35º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996D1 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 209 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.09 |
| HSL | 317.35º | 0.65% | 0.75% | - |
| HSV(B) | 317.35º | 0.36% | 0.91% | - |
| XYZ | 56.02 | 43.74 | 65.81 | - |
| YUV | 181.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 209 | 0 | 0.36 | 0.10 | 0.09 | 317.35 | 0.65 | 0.75 |
| Hex | E9 | 96 | D1 | 0 | 24 | A | 9 | 13D | 41 | 4B |
| Octal | 351 | 226 | 321 | 0 | 44 | 12 | 11 | 475 | 101 | 113 |
| Binary | 11101001 | 10010110 | 11010001 | 0 | 100100 | 1010 | 1001 | 100111101 | 1000001 | 1001011 |
Color Harmonies of #E996D1
Complementary color
Monochromatic Colors of #E996D1
Black with #E996D1
Text Example
Text Example
White with #E996D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996D1; }
p { color: rgb(233,150,209); }
H1.HeaderClassName
{
color: #E996D1;
}
.AnyTagClassName
{
color: #E996D1;
}
</style>
background-color css
<style>
a { background-color: #E996D1; }
a { background-color: rgb(233,150,209); }
div.DivClassName
{
background-color: #E996D1;
}
.BgClassName
{
background-color: #E996D1;
}
</style>
border-color css
<style>
span { border-color: #E996D1; }
span { border-color: rgb(233,150,209); }
td.TdClassName
{
border-color: #E996D1;
}
.TagClassName
{
border-color: #E996D1;
}
</style>