Shades of Lavender Pink #E9ABCA
Tints of Lavender Pink #E9ABCA
RGB
CMYK
RGB Variations
Color information
#E9ABCA (or 0xE9ABCA) is known color: Lavender Pink. HEX triplet: E9, AB and CA. RGB value is (233,171,202). Sum of RGB (Red+Green+Blue) = 233+171+202=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ABCA is #165435. Grayscale: #C1C1C1. Windows color (decimal): -1463350 or 13282281. OLE color: 13282281.
HSL color Cylindrical-coordinate representation of color #E9ABCA: hue angle of 330º 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 #E9ABCA is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 202 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.09 |
| HSL | 330º | 0.58% | 0.79% | - |
| HSV(B) | 330º | 0.27% | 0.91% | - |
| XYZ | 58.83 | 50.71 | 62.57 | - |
| YUV | 193.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 202 | 0 | 0.27 | 0.13 | 0.09 | 330 | 0.58 | 0.79 |
| Hex | E9 | AB | CA | 0 | 1B | D | 9 | 14A | 3A | 4F |
| Octal | 351 | 253 | 312 | 0 | 33 | 15 | 11 | 512 | 72 | 117 |
| Binary | 11101001 | 10101011 | 11001010 | 0 | 11011 | 1101 | 1001 | 101001010 | 111010 | 1001111 |
Color Harmonies of #E9ABCA
Complementary color
Monochromatic Colors of #E9ABCA
Black with #E9ABCA
Text Example
Text Example
White with #E9ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ABCA; }
p { color: rgb(233,171,202); }
H1.HeaderClassName
{
color: #E9ABCA;
}
.AnyTagClassName
{
color: #E9ABCA;
}
</style>
background-color css
<style>
a { background-color: #E9ABCA; }
a { background-color: rgb(233,171,202); }
div.DivClassName
{
background-color: #E9ABCA;
}
.BgClassName
{
background-color: #E9ABCA;
}
</style>
border-color css
<style>
span { border-color: #E9ABCA; }
span { border-color: rgb(233,171,202); }
td.TdClassName
{
border-color: #E9ABCA;
}
.TagClassName
{
border-color: #E9ABCA;
}
</style>