Shades of Lavender Pink #E7AAD1
Tints of Lavender Pink #E7AAD1
RGB
CMYK
RGB Variations
Color information
#E7AAD1 (or 0xE7AAD1) is known color: Lavender Pink. HEX triplet: E7, AA and D1. RGB value is (231,170,209). Sum of RGB (Red+Green+Blue) = 231+170+209=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAD1 is #18552E. Grayscale: #C0C0C0. Windows color (decimal): -1594671 or 13740775. OLE color: 13740775.
HSL color Cylindrical-coordinate representation of color #E7AAD1: hue angle of 321.64º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7AAD1 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 209 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.09 |
| HSL | 321.64º | 0.56% | 0.79% | - |
| HSV(B) | 321.64º | 0.26% | 0.91% | - |
| XYZ | 58.84 | 50.34 | 66.94 | - |
| YUV | 192.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 209 | 0 | 0.26 | 0.10 | 0.09 | 321.64 | 0.56 | 0.79 |
| Hex | E7 | AA | D1 | 0 | 1A | A | 9 | 142 | 38 | 4F |
| Octal | 347 | 252 | 321 | 0 | 32 | 12 | 11 | 502 | 70 | 117 |
| Binary | 11100111 | 10101010 | 11010001 | 0 | 11010 | 1010 | 1001 | 101000010 | 111000 | 1001111 |
Color Harmonies of #E7AAD1
Complementary color
Monochromatic Colors of #E7AAD1
Black with #E7AAD1
Text Example
Text Example
White with #E7AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AAD1; }
p { color: rgb(231,170,209); }
H1.HeaderClassName
{
color: #E7AAD1;
}
.AnyTagClassName
{
color: #E7AAD1;
}
</style>
background-color css
<style>
a { background-color: #E7AAD1; }
a { background-color: rgb(231,170,209); }
div.DivClassName
{
background-color: #E7AAD1;
}
.BgClassName
{
background-color: #E7AAD1;
}
</style>
border-color css
<style>
span { border-color: #E7AAD1; }
span { border-color: rgb(231,170,209); }
td.TdClassName
{
border-color: #E7AAD1;
}
.TagClassName
{
border-color: #E7AAD1;
}
</style>