Shades of Lavender Pink #E9AAD3
Tints of Lavender Pink #E9AAD3
RGB
CMYK
RGB Variations
Color information
#E9AAD3 (or 0xE9AAD3) is known color: Lavender Pink. HEX triplet: E9, AA and D3. RGB value is (233,170,211). Sum of RGB (Red+Green+Blue) = 233+170+211=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AAD3 is #16552C. Grayscale: #C1C1C1. Windows color (decimal): -1463597 or 13871849. OLE color: 13871849.
HSL color Cylindrical-coordinate representation of color #E9AAD3: hue angle of 320.95º 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 #E9AAD3 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 211 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.09 |
| HSL | 320.95º | 0.59% | 0.79% | - |
| HSV(B) | 320.95º | 0.27% | 0.91% | - |
| XYZ | 59.74 | 50.78 | 68.28 | - |
| YUV | 193.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 211 | 0 | 0.27 | 0.09 | 0.09 | 320.95 | 0.59 | 0.79 |
| Hex | E9 | AA | D3 | 0 | 1B | 9 | 9 | 141 | 3B | 4F |
| Octal | 351 | 252 | 323 | 0 | 33 | 11 | 11 | 501 | 73 | 117 |
| Binary | 11101001 | 10101010 | 11010011 | 0 | 11011 | 1001 | 1001 | 101000001 | 111011 | 1001111 |
Color Harmonies of #E9AAD3
Complementary color
Monochromatic Colors of #E9AAD3
Black with #E9AAD3
Text Example
Text Example
White with #E9AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AAD3; }
p { color: rgb(233,170,211); }
H1.HeaderClassName
{
color: #E9AAD3;
}
.AnyTagClassName
{
color: #E9AAD3;
}
</style>
background-color css
<style>
a { background-color: #E9AAD3; }
a { background-color: rgb(233,170,211); }
div.DivClassName
{
background-color: #E9AAD3;
}
.BgClassName
{
background-color: #E9AAD3;
}
</style>
border-color css
<style>
span { border-color: #E9AAD3; }
span { border-color: rgb(233,170,211); }
td.TdClassName
{
border-color: #E9AAD3;
}
.TagClassName
{
border-color: #E9AAD3;
}
</style>