Shades of Cupid #E9A7BA
Tints of Cupid #E9A7BA
RGB
CMYK
RGB Variations
Color information
#E9A7BA (or 0xE9A7BA) is known color: Cupid. HEX triplet: E9, A7 and BA. RGB value is (233,167,186). Sum of RGB (Red+Green+Blue) = 233+167+186=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A7BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A7BA is #165845. Grayscale: #BCBCBC. Windows color (decimal): -1464390 or 12232681. OLE color: 12232681.
HSL color Cylindrical-coordinate representation of color #E9A7BA: hue angle of 342.73º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A7BA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 167 | 186 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.09 |
| HSL | 342.73º | 0.6% | 0.78% | - |
| HSV(B) | 342.73º | 0.28% | 0.91% | - |
| XYZ | 56.29 | 48.51 | 52.85 | - |
| YUV | 188.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 186 | 0 | 0.28 | 0.20 | 0.09 | 342.73 | 0.6 | 0.78 |
| Hex | E9 | A7 | BA | 0 | 1C | 14 | 9 | 157 | 3C | 4E |
| Octal | 351 | 247 | 272 | 0 | 34 | 24 | 11 | 527 | 74 | 116 |
| Binary | 11101001 | 10100111 | 10111010 | 0 | 11100 | 10100 | 1001 | 101010111 | 111100 | 1001110 |
Color Harmonies of #E9A7BA
Complementary color
Monochromatic Colors of #E9A7BA
Black with #E9A7BA
Text Example
Text Example
White with #E9A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A7BA; }
p { color: rgb(233,167,186); }
H1.HeaderClassName
{
color: #E9A7BA;
}
.AnyTagClassName
{
color: #E9A7BA;
}
</style>
background-color css
<style>
a { background-color: #E9A7BA; }
a { background-color: rgb(233,167,186); }
div.DivClassName
{
background-color: #E9A7BA;
}
.BgClassName
{
background-color: #E9A7BA;
}
</style>
border-color css
<style>
span { border-color: #E9A7BA; }
span { border-color: rgb(233,167,186); }
td.TdClassName
{
border-color: #E9A7BA;
}
.TagClassName
{
border-color: #E9A7BA;
}
</style>