Shades of Cupid #EAA8BA
Tints of Cupid #EAA8BA
RGB
CMYK
RGB Variations
Color information
#EAA8BA (or 0xEAA8BA) is known color: Cupid. HEX triplet: EA, A8 and BA. RGB value is (234,168,186). Sum of RGB (Red+Green+Blue) = 234+168+186=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8BA is #155745. Grayscale: #BDBDBD. Windows color (decimal): -1398598 or 12232938. OLE color: 12232938.
HSL color Cylindrical-coordinate representation of color #EAA8BA: hue angle of 343.64º 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 #EAA8BA is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 186 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.08 |
| HSL | 343.64º | 0.61% | 0.79% | - |
| HSV(B) | 343.64º | 0.28% | 0.92% | - |
| XYZ | 56.8 | 49.04 | 52.93 | - |
| YUV | 189.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 186 | 0 | 0.28 | 0.21 | 0.08 | 343.64 | 0.61 | 0.79 |
| Hex | EA | A8 | BA | 0 | 1C | 15 | 8 | 158 | 3D | 4F |
| Octal | 352 | 250 | 272 | 0 | 34 | 25 | 10 | 530 | 75 | 117 |
| Binary | 11101010 | 10101000 | 10111010 | 0 | 11100 | 10101 | 1000 | 101011000 | 111101 | 1001111 |
Color Harmonies of #EAA8BA
Complementary color
Monochromatic Colors of #EAA8BA
Black with #EAA8BA
Text Example
Text Example
White with #EAA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8BA; }
p { color: rgb(234,168,186); }
H1.HeaderClassName
{
color: #EAA8BA;
}
.AnyTagClassName
{
color: #EAA8BA;
}
</style>
background-color css
<style>
a { background-color: #EAA8BA; }
a { background-color: rgb(234,168,186); }
div.DivClassName
{
background-color: #EAA8BA;
}
.BgClassName
{
background-color: #EAA8BA;
}
</style>
border-color css
<style>
span { border-color: #EAA8BA; }
span { border-color: rgb(234,168,186); }
td.TdClassName
{
border-color: #EAA8BA;
}
.TagClassName
{
border-color: #EAA8BA;
}
</style>