Shades of Cupid #EAA9BF
Tints of Cupid #EAA9BF
RGB
CMYK
RGB Variations
Color information
#EAA9BF (or 0xEAA9BF) is known color: Cupid. HEX triplet: EA, A9 and BF. RGB value is (234,169,191). Sum of RGB (Red+Green+Blue) = 234+169+191=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9BF is #155640. Grayscale: #BEBEBE. Windows color (decimal): -1398337 or 12560874. OLE color: 12560874.
HSL color Cylindrical-coordinate representation of color #EAA9BF: hue angle of 339.69º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9BF is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 191 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.08 |
| HSL | 339.69º | 0.61% | 0.79% | - |
| HSV(B) | 339.69º | 0.28% | 0.92% | - |
| XYZ | 57.52 | 49.63 | 55.84 | - |
| YUV | 190.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 191 | 0 | 0.28 | 0.18 | 0.08 | 339.69 | 0.61 | 0.79 |
| Hex | EA | A9 | BF | 0 | 1C | 12 | 8 | 154 | 3D | 4F |
| Octal | 352 | 251 | 277 | 0 | 34 | 22 | 10 | 524 | 75 | 117 |
| Binary | 11101010 | 10101001 | 10111111 | 0 | 11100 | 10010 | 1000 | 101010100 | 111101 | 1001111 |
Color Harmonies of #EAA9BF
Complementary color
Monochromatic Colors of #EAA9BF
Black with #EAA9BF
Text Example
Text Example
White with #EAA9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9BF; }
p { color: rgb(234,169,191); }
H1.HeaderClassName
{
color: #EAA9BF;
}
.AnyTagClassName
{
color: #EAA9BF;
}
</style>
background-color css
<style>
a { background-color: #EAA9BF; }
a { background-color: rgb(234,169,191); }
div.DivClassName
{
background-color: #EAA9BF;
}
.BgClassName
{
background-color: #EAA9BF;
}
</style>
border-color css
<style>
span { border-color: #EAA9BF; }
span { border-color: rgb(234,169,191); }
td.TdClassName
{
border-color: #EAA9BF;
}
.TagClassName
{
border-color: #EAA9BF;
}
</style>