Shades of Lavender Pink #E9A9CC
Tints of Lavender Pink #E9A9CC
RGB
CMYK
RGB Variations
Color information
#E9A9CC (or 0xE9A9CC) is known color: Lavender Pink. HEX triplet: E9, A9 and CC. RGB value is (233,169,204). Sum of RGB (Red+Green+Blue) = 233+169+204=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A9CC is #165633. Grayscale: #C0C0C0. Windows color (decimal): -1463860 or 13412841. OLE color: 13412841.
HSL color Cylindrical-coordinate representation of color #E9A9CC: hue angle of 327.19º 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 #E9A9CC is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 204 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.09 |
| HSL | 327.19º | 0.59% | 0.79% | - |
| HSV(B) | 327.19º | 0.27% | 0.91% | - |
| XYZ | 58.69 | 50.06 | 63.7 | - |
| YUV | 192.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 204 | 0 | 0.27 | 0.12 | 0.09 | 327.19 | 0.59 | 0.79 |
| Hex | E9 | A9 | CC | 0 | 1B | C | 9 | 147 | 3B | 4F |
| Octal | 351 | 251 | 314 | 0 | 33 | 14 | 11 | 507 | 73 | 117 |
| Binary | 11101001 | 10101001 | 11001100 | 0 | 11011 | 1100 | 1001 | 101000111 | 111011 | 1001111 |
Color Harmonies of #E9A9CC
Complementary color
Monochromatic Colors of #E9A9CC
Black with #E9A9CC
Text Example
Text Example
White with #E9A9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A9CC; }
p { color: rgb(233,169,204); }
H1.HeaderClassName
{
color: #E9A9CC;
}
.AnyTagClassName
{
color: #E9A9CC;
}
</style>
background-color css
<style>
a { background-color: #E9A9CC; }
a { background-color: rgb(233,169,204); }
div.DivClassName
{
background-color: #E9A9CC;
}
.BgClassName
{
background-color: #E9A9CC;
}
</style>
border-color css
<style>
span { border-color: #E9A9CC; }
span { border-color: rgb(233,169,204); }
td.TdClassName
{
border-color: #E9A9CC;
}
.TagClassName
{
border-color: #E9A9CC;
}
</style>