Shades of Lavender Pink #E9ABCD
Tints of Lavender Pink #E9ABCD
RGB
CMYK
RGB Variations
Color information
#E9ABCD (or 0xE9ABCD) is known color: Lavender Pink. HEX triplet: E9, AB and CD. RGB value is (233,171,205). Sum of RGB (Red+Green+Blue) = 233+171+205=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ABCD is #165432. Grayscale: #C1C1C1. Windows color (decimal): -1463347 or 13478889. OLE color: 13478889.
HSL color Cylindrical-coordinate representation of color #E9ABCD: hue angle of 327.1º 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 #E9ABCD is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 205 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.09 |
| HSL | 327.1º | 0.58% | 0.79% | - |
| HSV(B) | 327.1º | 0.27% | 0.91% | - |
| XYZ | 59.19 | 50.86 | 64.45 | - |
| YUV | 193.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 205 | 0 | 0.27 | 0.12 | 0.09 | 327.1 | 0.58 | 0.79 |
| Hex | E9 | AB | CD | 0 | 1B | C | 9 | 147 | 3A | 4F |
| Octal | 351 | 253 | 315 | 0 | 33 | 14 | 11 | 507 | 72 | 117 |
| Binary | 11101001 | 10101011 | 11001101 | 0 | 11011 | 1100 | 1001 | 101000111 | 111010 | 1001111 |
Color Harmonies of #E9ABCD
Complementary color
Monochromatic Colors of #E9ABCD
Black with #E9ABCD
Text Example
Text Example
White with #E9ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ABCD; }
p { color: rgb(233,171,205); }
H1.HeaderClassName
{
color: #E9ABCD;
}
.AnyTagClassName
{
color: #E9ABCD;
}
</style>
background-color css
<style>
a { background-color: #E9ABCD; }
a { background-color: rgb(233,171,205); }
div.DivClassName
{
background-color: #E9ABCD;
}
.BgClassName
{
background-color: #E9ABCD;
}
</style>
border-color css
<style>
span { border-color: #E9ABCD; }
span { border-color: rgb(233,171,205); }
td.TdClassName
{
border-color: #E9ABCD;
}
.TagClassName
{
border-color: #E9ABCD;
}
</style>