Shades of Lavender Pink #E9AAD0
Tints of Lavender Pink #E9AAD0
RGB
CMYK
RGB Variations
Color information
#E9AAD0 (or 0xE9AAD0) is known color: Lavender Pink. HEX triplet: E9, AA and D0. RGB value is (233,170,208). Sum of RGB (Red+Green+Blue) = 233+170+208=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AAD0 is #16552F. Grayscale: #C1C1C1. Windows color (decimal): -1463600 or 13675241. OLE color: 13675241.
HSL color Cylindrical-coordinate representation of color #E9AAD0: hue angle of 323.81º 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 #E9AAD0 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 208 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.09 |
| HSL | 323.81º | 0.59% | 0.79% | - |
| HSV(B) | 323.81º | 0.27% | 0.91% | - |
| XYZ | 59.36 | 50.63 | 66.32 | - |
| YUV | 193.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 208 | 0 | 0.27 | 0.11 | 0.09 | 323.81 | 0.59 | 0.79 |
| Hex | E9 | AA | D0 | 0 | 1B | B | 9 | 144 | 3B | 4F |
| Octal | 351 | 252 | 320 | 0 | 33 | 13 | 11 | 504 | 73 | 117 |
| Binary | 11101001 | 10101010 | 11010000 | 0 | 11011 | 1011 | 1001 | 101000100 | 111011 | 1001111 |
Color Harmonies of #E9AAD0
Complementary color
Monochromatic Colors of #E9AAD0
Black with #E9AAD0
Text Example
Text Example
White with #E9AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AAD0; }
p { color: rgb(233,170,208); }
H1.HeaderClassName
{
color: #E9AAD0;
}
.AnyTagClassName
{
color: #E9AAD0;
}
</style>
background-color css
<style>
a { background-color: #E9AAD0; }
a { background-color: rgb(233,170,208); }
div.DivClassName
{
background-color: #E9AAD0;
}
.BgClassName
{
background-color: #E9AAD0;
}
</style>
border-color css
<style>
span { border-color: #E9AAD0; }
span { border-color: rgb(233,170,208); }
td.TdClassName
{
border-color: #E9AAD0;
}
.TagClassName
{
border-color: #E9AAD0;
}
</style>