Shades of Lavender Rose #E9A6D8
Tints of Lavender Rose #E9A6D8
RGB
CMYK
RGB Variations
Color information
#E9A6D8 (or 0xE9A6D8) is known color: Lavender Rose. HEX triplet: E9, A6 and D8. RGB value is (233,166,216). Sum of RGB (Red+Green+Blue) = 233+166+216=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A6D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A6D8 is #165927. Grayscale: #BFBFBF. Windows color (decimal): -1464616 or 14198505. OLE color: 14198505.
HSL color Cylindrical-coordinate representation of color #E9A6D8: hue angle of 315.22º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9A6D8 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 166 | 216 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.09 |
| HSL | 315.22º | 0.6% | 0.78% | - |
| HSV(B) | 315.22º | 0.29% | 0.91% | - |
| XYZ | 59.64 | 49.55 | 71.39 | - |
| YUV | 191.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 166 | 216 | 0 | 0.29 | 0.07 | 0.09 | 315.22 | 0.6 | 0.78 |
| Hex | E9 | A6 | D8 | 0 | 1D | 7 | 9 | 13B | 3C | 4E |
| Octal | 351 | 246 | 330 | 0 | 35 | 7 | 11 | 473 | 74 | 116 |
| Binary | 11101001 | 10100110 | 11011000 | 0 | 11101 | 111 | 1001 | 100111011 | 111100 | 1001110 |
Color Harmonies of #E9A6D8
Complementary color
Monochromatic Colors of #E9A6D8
Black with #E9A6D8
Text Example
Text Example
White with #E9A6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A6D8; }
p { color: rgb(233,166,216); }
H1.HeaderClassName
{
color: #E9A6D8;
}
.AnyTagClassName
{
color: #E9A6D8;
}
</style>
background-color css
<style>
a { background-color: #E9A6D8; }
a { background-color: rgb(233,166,216); }
div.DivClassName
{
background-color: #E9A6D8;
}
.BgClassName
{
background-color: #E9A6D8;
}
</style>
border-color css
<style>
span { border-color: #E9A6D8; }
span { border-color: rgb(233,166,216); }
td.TdClassName
{
border-color: #E9A6D8;
}
.TagClassName
{
border-color: #E9A6D8;
}
</style>