Shades of Cupid #E9A9BB
Tints of Cupid #E9A9BB
RGB
CMYK
RGB Variations
Color information
#E9A9BB (or 0xE9A9BB) is known color: Cupid. HEX triplet: E9, A9 and BB. RGB value is (233,169,187). Sum of RGB (Red+Green+Blue) = 233+169+187=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A9BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A9BB is #165644. Grayscale: #BEBEBE. Windows color (decimal): -1463877 or 12298729. OLE color: 12298729.
HSL color Cylindrical-coordinate representation of color #E9A9BB: hue angle of 343.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 #E9A9BB is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 187 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.09 |
| HSL | 343.13º | 0.59% | 0.79% | - |
| HSV(B) | 343.13º | 0.27% | 0.91% | - |
| XYZ | 56.76 | 49.29 | 53.54 | - |
| YUV | 190.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 187 | 0 | 0.27 | 0.20 | 0.09 | 343.13 | 0.59 | 0.79 |
| Hex | E9 | A9 | BB | 0 | 1B | 14 | 9 | 157 | 3B | 4F |
| Octal | 351 | 251 | 273 | 0 | 33 | 24 | 11 | 527 | 73 | 117 |
| Binary | 11101001 | 10101001 | 10111011 | 0 | 11011 | 10100 | 1001 | 101010111 | 111011 | 1001111 |
Color Harmonies of #E9A9BB
Complementary color
Monochromatic Colors of #E9A9BB
Black with #E9A9BB
Text Example
Text Example
White with #E9A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A9BB; }
p { color: rgb(233,169,187); }
H1.HeaderClassName
{
color: #E9A9BB;
}
.AnyTagClassName
{
color: #E9A9BB;
}
</style>
background-color css
<style>
a { background-color: #E9A9BB; }
a { background-color: rgb(233,169,187); }
div.DivClassName
{
background-color: #E9A9BB;
}
.BgClassName
{
background-color: #E9A9BB;
}
</style>
border-color css
<style>
span { border-color: #E9A9BB; }
span { border-color: rgb(233,169,187); }
td.TdClassName
{
border-color: #E9A9BB;
}
.TagClassName
{
border-color: #E9A9BB;
}
</style>