Shades of Lavender Pink #E9A9CB
Tints of Lavender Pink #E9A9CB
RGB
CMYK
RGB Variations
Color information
#E9A9CB (or 0xE9A9CB) is known color: Lavender Pink. HEX triplet: E9, A9 and CB. RGB value is (233,169,203). Sum of RGB (Red+Green+Blue) = 233+169+203=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A9CB is #165634. Grayscale: #BFBFBF. Windows color (decimal): -1463861 or 13347305. OLE color: 13347305.
HSL color Cylindrical-coordinate representation of color #E9A9CB: hue angle of 328.12º degrees, saturation: 0.59, 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 #E9A9CB is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 203 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.09 |
| HSL | 328.13º | 0.59% | 0.79% | - |
| HSV(B) | 328.13º | 0.27% | 0.91% | - |
| XYZ | 58.57 | 50.01 | 63.07 | - |
| YUV | 192.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 203 | 0 | 0.27 | 0.13 | 0.09 | 328.13 | 0.59 | 0.79 |
| Hex | E9 | A9 | CB | 0 | 1B | D | 9 | 148 | 3B | 4F |
| Octal | 351 | 251 | 313 | 0 | 33 | 15 | 11 | 510 | 73 | 117 |
| Binary | 11101001 | 10101001 | 11001011 | 0 | 11011 | 1101 | 1001 | 101001000 | 111011 | 1001111 |
Color Harmonies of #E9A9CB
Complementary color
Monochromatic Colors of #E9A9CB
Black with #E9A9CB
Text Example
Text Example
White with #E9A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A9CB; }
p { color: rgb(233,169,203); }
H1.HeaderClassName
{
color: #E9A9CB;
}
.AnyTagClassName
{
color: #E9A9CB;
}
</style>
background-color css
<style>
a { background-color: #E9A9CB; }
a { background-color: rgb(233,169,203); }
div.DivClassName
{
background-color: #E9A9CB;
}
.BgClassName
{
background-color: #E9A9CB;
}
</style>
border-color css
<style>
span { border-color: #E9A9CB; }
span { border-color: rgb(233,169,203); }
td.TdClassName
{
border-color: #E9A9CB;
}
.TagClassName
{
border-color: #E9A9CB;
}
</style>