Shades of Lavender Pink #E9AACC
Tints of Lavender Pink #E9AACC
RGB
CMYK
RGB Variations
Color information
#E9AACC (or 0xE9AACC) is known color: Lavender Pink. HEX triplet: E9, AA and CC. RGB value is (233,170,204). Sum of RGB (Red+Green+Blue) = 233+170+204=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AACC is #165533. Grayscale: #C0C0C0. Windows color (decimal): -1463604 or 13413097. OLE color: 13413097.
HSL color Cylindrical-coordinate representation of color #E9AACC: hue angle of 327.62º 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 #E9AACC is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 204 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.09 |
| HSL | 327.62º | 0.59% | 0.79% | - |
| HSV(B) | 327.62º | 0.27% | 0.91% | - |
| XYZ | 58.88 | 50.43 | 63.76 | - |
| YUV | 192.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 204 | 0 | 0.27 | 0.12 | 0.09 | 327.62 | 0.59 | 0.79 |
| Hex | E9 | AA | CC | 0 | 1B | C | 9 | 148 | 3B | 4F |
| Octal | 351 | 252 | 314 | 0 | 33 | 14 | 11 | 510 | 73 | 117 |
| Binary | 11101001 | 10101010 | 11001100 | 0 | 11011 | 1100 | 1001 | 101001000 | 111011 | 1001111 |
Color Harmonies of #E9AACC
Complementary color
Monochromatic Colors of #E9AACC
Black with #E9AACC
Text Example
Text Example
White with #E9AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AACC; }
p { color: rgb(233,170,204); }
H1.HeaderClassName
{
color: #E9AACC;
}
.AnyTagClassName
{
color: #E9AACC;
}
</style>
background-color css
<style>
a { background-color: #E9AACC; }
a { background-color: rgb(233,170,204); }
div.DivClassName
{
background-color: #E9AACC;
}
.BgClassName
{
background-color: #E9AACC;
}
</style>
border-color css
<style>
span { border-color: #E9AACC; }
span { border-color: rgb(233,170,204); }
td.TdClassName
{
border-color: #E9AACC;
}
.TagClassName
{
border-color: #E9AACC;
}
</style>