Shades of Lavender Rose #E996D4
Tints of Lavender Rose #E996D4
RGB
CMYK
RGB Variations
Color information
#E996D4 (or 0xE996D4) is known color: Lavender Rose. HEX triplet: E9, 96 and D4. RGB value is (233,150,212). Sum of RGB (Red+Green+Blue) = 233+150+212=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E996D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996D4 is #16692B. Grayscale: #B5B5B5. Windows color (decimal): -1468716 or 13932265. OLE color: 13932265.
HSL color Cylindrical-coordinate representation of color #E996D4: hue angle of 315.18º 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 #E996D4 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 212 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.09 |
| HSL | 315.18º | 0.65% | 0.75% | - |
| HSV(B) | 315.18º | 0.36% | 0.91% | - |
| XYZ | 56.39 | 43.89 | 67.79 | - |
| YUV | 181.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 212 | 0 | 0.36 | 0.09 | 0.09 | 315.18 | 0.65 | 0.75 |
| Hex | E9 | 96 | D4 | 0 | 24 | 9 | 9 | 13B | 41 | 4B |
| Octal | 351 | 226 | 324 | 0 | 44 | 11 | 11 | 473 | 101 | 113 |
| Binary | 11101001 | 10010110 | 11010100 | 0 | 100100 | 1001 | 1001 | 100111011 | 1000001 | 1001011 |
Color Harmonies of #E996D4
Complementary color
Monochromatic Colors of #E996D4
Black with #E996D4
Text Example
Text Example
White with #E996D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996D4; }
p { color: rgb(233,150,212); }
H1.HeaderClassName
{
color: #E996D4;
}
.AnyTagClassName
{
color: #E996D4;
}
</style>
background-color css
<style>
a { background-color: #E996D4; }
a { background-color: rgb(233,150,212); }
div.DivClassName
{
background-color: #E996D4;
}
.BgClassName
{
background-color: #E996D4;
}
</style>
border-color css
<style>
span { border-color: #E996D4; }
span { border-color: rgb(233,150,212); }
td.TdClassName
{
border-color: #E996D4;
}
.TagClassName
{
border-color: #E996D4;
}
</style>