Shades of Lavender Pink #E8AACE
Tints of Lavender Pink #E8AACE
RGB
CMYK
RGB Variations
Color information
#E8AACE (or 0xE8AACE) is known color: Lavender Pink. HEX triplet: E8, AA and CE. RGB value is (232,170,206). Sum of RGB (Red+Green+Blue) = 232+170+206=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AACE is #175531. Grayscale: #C0C0C0. Windows color (decimal): -1529138 or 13544168. OLE color: 13544168.
HSL color Cylindrical-coordinate representation of color #E8AACE: hue angle of 325.16º degrees, saturation: 0.57, 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 #E8AACE is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 206 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.09 |
| HSL | 325.16º | 0.57% | 0.79% | - |
| HSV(B) | 325.16º | 0.27% | 0.91% | - |
| XYZ | 58.79 | 50.36 | 65.01 | - |
| YUV | 192.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 206 | 0 | 0.27 | 0.11 | 0.09 | 325.16 | 0.57 | 0.79 |
| Hex | E8 | AA | CE | 0 | 1B | B | 9 | 145 | 39 | 4F |
| Octal | 350 | 252 | 316 | 0 | 33 | 13 | 11 | 505 | 71 | 117 |
| Binary | 11101000 | 10101010 | 11001110 | 0 | 11011 | 1011 | 1001 | 101000101 | 111001 | 1001111 |
Color Harmonies of #E8AACE
Complementary color
Monochromatic Colors of #E8AACE
Black with #E8AACE
Text Example
Text Example
White with #E8AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AACE; }
p { color: rgb(232,170,206); }
H1.HeaderClassName
{
color: #E8AACE;
}
.AnyTagClassName
{
color: #E8AACE;
}
</style>
background-color css
<style>
a { background-color: #E8AACE; }
a { background-color: rgb(232,170,206); }
div.DivClassName
{
background-color: #E8AACE;
}
.BgClassName
{
background-color: #E8AACE;
}
</style>
border-color css
<style>
span { border-color: #E8AACE; }
span { border-color: rgb(232,170,206); }
td.TdClassName
{
border-color: #E8AACE;
}
.TagClassName
{
border-color: #E8AACE;
}
</style>