Shades of Lavender Rose #E999D6
Tints of Lavender Rose #E999D6
RGB
CMYK
RGB Variations
Color information
#E999D6 (or 0xE999D6) is known color: Lavender Rose. HEX triplet: E9, 99 and D6. RGB value is (233,153,214). Sum of RGB (Red+Green+Blue) = 233+153+214=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E999D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999D6 is #166629. Grayscale: #B7B7B7. Windows color (decimal): -1467946 or 14064105. OLE color: 14064105.
HSL color Cylindrical-coordinate representation of color #E999D6: hue angle of 314.25º degrees, saturation: 0.65, 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 #E999D6 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 214 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.09 |
| HSL | 314.25º | 0.65% | 0.76% | - |
| HSV(B) | 314.25º | 0.34% | 0.91% | - |
| XYZ | 57.13 | 44.96 | 69.29 | - |
| YUV | 183.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 214 | 0 | 0.34 | 0.08 | 0.09 | 314.25 | 0.65 | 0.76 |
| Hex | E9 | 99 | D6 | 0 | 22 | 8 | 9 | 13A | 41 | 4C |
| Octal | 351 | 231 | 326 | 0 | 42 | 10 | 11 | 472 | 101 | 114 |
| Binary | 11101001 | 10011001 | 11010110 | 0 | 100010 | 1000 | 1001 | 100111010 | 1000001 | 1001100 |
Color Harmonies of #E999D6
Complementary color
Monochromatic Colors of #E999D6
Black with #E999D6
Text Example
Text Example
White with #E999D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999D6; }
p { color: rgb(233,153,214); }
H1.HeaderClassName
{
color: #E999D6;
}
.AnyTagClassName
{
color: #E999D6;
}
</style>
background-color css
<style>
a { background-color: #E999D6; }
a { background-color: rgb(233,153,214); }
div.DivClassName
{
background-color: #E999D6;
}
.BgClassName
{
background-color: #E999D6;
}
</style>
border-color css
<style>
span { border-color: #E999D6; }
span { border-color: rgb(233,153,214); }
td.TdClassName
{
border-color: #E999D6;
}
.TagClassName
{
border-color: #E999D6;
}
</style>