Shades of Lavender Pink #E9ABD1
Tints of Lavender Pink #E9ABD1
RGB
CMYK
RGB Variations
Color information
#E9ABD1 (or 0xE9ABD1) is known color: Lavender Pink. HEX triplet: E9, AB and D1. RGB value is (233,171,209). Sum of RGB (Red+Green+Blue) = 233+171+209=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ABD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ABD1 is #16542E. Grayscale: #C1C1C1. Windows color (decimal): -1463343 or 13741033. OLE color: 13741033.
HSL color Cylindrical-coordinate representation of color #E9ABD1: hue angle of 323.23º degrees, saturation: 0.58, 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 #E9ABD1 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 209 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.09 |
| HSL | 323.23º | 0.58% | 0.79% | - |
| HSV(B) | 323.23º | 0.27% | 0.91% | - |
| XYZ | 59.68 | 51.05 | 67.03 | - |
| YUV | 193.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 209 | 0 | 0.27 | 0.10 | 0.09 | 323.23 | 0.58 | 0.79 |
| Hex | E9 | AB | D1 | 0 | 1B | A | 9 | 143 | 3A | 4F |
| Octal | 351 | 253 | 321 | 0 | 33 | 12 | 11 | 503 | 72 | 117 |
| Binary | 11101001 | 10101011 | 11010001 | 0 | 11011 | 1010 | 1001 | 101000011 | 111010 | 1001111 |
Color Harmonies of #E9ABD1
Complementary color
Monochromatic Colors of #E9ABD1
Black with #E9ABD1
Text Example
Text Example
White with #E9ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ABD1; }
p { color: rgb(233,171,209); }
H1.HeaderClassName
{
color: #E9ABD1;
}
.AnyTagClassName
{
color: #E9ABD1;
}
</style>
background-color css
<style>
a { background-color: #E9ABD1; }
a { background-color: rgb(233,171,209); }
div.DivClassName
{
background-color: #E9ABD1;
}
.BgClassName
{
background-color: #E9ABD1;
}
</style>
border-color css
<style>
span { border-color: #E9ABD1; }
span { border-color: rgb(233,171,209); }
td.TdClassName
{
border-color: #E9ABD1;
}
.TagClassName
{
border-color: #E9ABD1;
}
</style>