Shades of Cupid #EAA9BA
Tints of Cupid #EAA9BA
RGB
CMYK
RGB Variations
Color information
#EAA9BA (or 0xEAA9BA) is known color: Cupid. HEX triplet: EA, A9 and BA. RGB value is (234,169,186). Sum of RGB (Red+Green+Blue) = 234+169+186=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9BA is #155645. Grayscale: #BEBEBE. Windows color (decimal): -1398342 or 12233194. OLE color: 12233194.
HSL color Cylindrical-coordinate representation of color #EAA9BA: hue angle of 344.31º 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 #EAA9BA is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 186 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.08 |
| HSL | 344.31º | 0.61% | 0.79% | - |
| HSV(B) | 344.31º | 0.28% | 0.92% | - |
| XYZ | 56.98 | 49.41 | 52.99 | - |
| YUV | 190.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 186 | 0 | 0.28 | 0.21 | 0.08 | 344.31 | 0.61 | 0.79 |
| Hex | EA | A9 | BA | 0 | 1C | 15 | 8 | 158 | 3D | 4F |
| Octal | 352 | 251 | 272 | 0 | 34 | 25 | 10 | 530 | 75 | 117 |
| Binary | 11101010 | 10101001 | 10111010 | 0 | 11100 | 10101 | 1000 | 101011000 | 111101 | 1001111 |
Color Harmonies of #EAA9BA
Complementary color
Monochromatic Colors of #EAA9BA
Black with #EAA9BA
Text Example
Text Example
White with #EAA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9BA; }
p { color: rgb(234,169,186); }
H1.HeaderClassName
{
color: #EAA9BA;
}
.AnyTagClassName
{
color: #EAA9BA;
}
</style>
background-color css
<style>
a { background-color: #EAA9BA; }
a { background-color: rgb(234,169,186); }
div.DivClassName
{
background-color: #EAA9BA;
}
.BgClassName
{
background-color: #EAA9BA;
}
</style>
border-color css
<style>
span { border-color: #EAA9BA; }
span { border-color: rgb(234,169,186); }
td.TdClassName
{
border-color: #EAA9BA;
}
.TagClassName
{
border-color: #EAA9BA;
}
</style>