Shades of Lavender Pink #E7ABD1
Tints of Lavender Pink #E7ABD1
RGB
CMYK
RGB Variations
Color information
#E7ABD1 (or 0xE7ABD1) is known color: Lavender Pink. HEX triplet: E7, AB and D1. RGB value is (231,171,209). Sum of RGB (Red+Green+Blue) = 231+171+209=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABD1 is #18542E. Grayscale: #C1C1C1. Windows color (decimal): -1594415 or 13741031. OLE color: 13741031.
HSL color Cylindrical-coordinate representation of color #E7ABD1: hue angle of 322º 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 #E7ABD1 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 209 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.09 |
| HSL | 322º | 0.56% | 0.79% | - |
| HSV(B) | 322º | 0.26% | 0.91% | - |
| XYZ | 59.03 | 50.72 | 67 | - |
| YUV | 193.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 209 | 0 | 0.26 | 0.10 | 0.09 | 322 | 0.56 | 0.79 |
| Hex | E7 | AB | D1 | 0 | 1A | A | 9 | 142 | 38 | 4F |
| Octal | 347 | 253 | 321 | 0 | 32 | 12 | 11 | 502 | 70 | 117 |
| Binary | 11100111 | 10101011 | 11010001 | 0 | 11010 | 1010 | 1001 | 101000010 | 111000 | 1001111 |
Color Harmonies of #E7ABD1
Complementary color
Monochromatic Colors of #E7ABD1
Black with #E7ABD1
Text Example
Text Example
White with #E7ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABD1; }
p { color: rgb(231,171,209); }
H1.HeaderClassName
{
color: #E7ABD1;
}
.AnyTagClassName
{
color: #E7ABD1;
}
</style>
background-color css
<style>
a { background-color: #E7ABD1; }
a { background-color: rgb(231,171,209); }
div.DivClassName
{
background-color: #E7ABD1;
}
.BgClassName
{
background-color: #E7ABD1;
}
</style>
border-color css
<style>
span { border-color: #E7ABD1; }
span { border-color: rgb(231,171,209); }
td.TdClassName
{
border-color: #E7ABD1;
}
.TagClassName
{
border-color: #E7ABD1;
}
</style>