Shades of Lavender Pink #E8AAD0
Tints of Lavender Pink #E8AAD0
RGB
CMYK
RGB Variations
Color information
#E8AAD0 (or 0xE8AAD0) is known color: Lavender Pink. HEX triplet: E8, AA and D0. RGB value is (232,170,208). Sum of RGB (Red+Green+Blue) = 232+170+208=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAD0 is #17552F. Grayscale: #C0C0C0. Windows color (decimal): -1529136 or 13675240. OLE color: 13675240.
HSL color Cylindrical-coordinate representation of color #E8AAD0: hue angle of 323.23º 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 #E8AAD0 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 208 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.09 |
| HSL | 323.23º | 0.57% | 0.79% | - |
| HSV(B) | 323.23º | 0.27% | 0.91% | - |
| XYZ | 59.04 | 50.46 | 66.3 | - |
| YUV | 192.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 208 | 0 | 0.27 | 0.10 | 0.09 | 323.23 | 0.57 | 0.79 |
| Hex | E8 | AA | D0 | 0 | 1B | A | 9 | 143 | 39 | 4F |
| Octal | 350 | 252 | 320 | 0 | 33 | 12 | 11 | 503 | 71 | 117 |
| Binary | 11101000 | 10101010 | 11010000 | 0 | 11011 | 1010 | 1001 | 101000011 | 111001 | 1001111 |
Color Harmonies of #E8AAD0
Complementary color
Monochromatic Colors of #E8AAD0
Black with #E8AAD0
Text Example
Text Example
White with #E8AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAD0; }
p { color: rgb(232,170,208); }
H1.HeaderClassName
{
color: #E8AAD0;
}
.AnyTagClassName
{
color: #E8AAD0;
}
</style>
background-color css
<style>
a { background-color: #E8AAD0; }
a { background-color: rgb(232,170,208); }
div.DivClassName
{
background-color: #E8AAD0;
}
.BgClassName
{
background-color: #E8AAD0;
}
</style>
border-color css
<style>
span { border-color: #E8AAD0; }
span { border-color: rgb(232,170,208); }
td.TdClassName
{
border-color: #E8AAD0;
}
.TagClassName
{
border-color: #E8AAD0;
}
</style>