Shades of Lavender Pink #E9A9D0
Tints of Lavender Pink #E9A9D0
RGB
CMYK
RGB Variations
Color information
#E9A9D0 (or 0xE9A9D0) is known color: Lavender Pink. HEX triplet: E9, A9 and D0. RGB value is (233,169,208). Sum of RGB (Red+Green+Blue) = 233+169+208=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A9D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A9D0 is #16562F. Grayscale: #C0C0C0. Windows color (decimal): -1463856 or 13674985. OLE color: 13674985.
HSL color Cylindrical-coordinate representation of color #E9A9D0: hue angle of 323.44º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9A9D0 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 208 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.09 |
| HSL | 323.44º | 0.59% | 0.79% | - |
| HSV(B) | 323.44º | 0.27% | 0.91% | - |
| XYZ | 59.18 | 50.25 | 66.26 | - |
| YUV | 192.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 208 | 0 | 0.27 | 0.11 | 0.09 | 323.44 | 0.59 | 0.79 |
| Hex | E9 | A9 | D0 | 0 | 1B | B | 9 | 143 | 3B | 4F |
| Octal | 351 | 251 | 320 | 0 | 33 | 13 | 11 | 503 | 73 | 117 |
| Binary | 11101001 | 10101001 | 11010000 | 0 | 11011 | 1011 | 1001 | 101000011 | 111011 | 1001111 |
Color Harmonies of #E9A9D0
Complementary color
Monochromatic Colors of #E9A9D0
Black with #E9A9D0
Text Example
Text Example
White with #E9A9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A9D0; }
p { color: rgb(233,169,208); }
H1.HeaderClassName
{
color: #E9A9D0;
}
.AnyTagClassName
{
color: #E9A9D0;
}
</style>
background-color css
<style>
a { background-color: #E9A9D0; }
a { background-color: rgb(233,169,208); }
div.DivClassName
{
background-color: #E9A9D0;
}
.BgClassName
{
background-color: #E9A9D0;
}
</style>
border-color css
<style>
span { border-color: #E9A9D0; }
span { border-color: rgb(233,169,208); }
td.TdClassName
{
border-color: #E9A9D0;
}
.TagClassName
{
border-color: #E9A9D0;
}
</style>