Shades of Cupid #EAA9C2
Tints of Cupid #EAA9C2
RGB
CMYK
RGB Variations
Color information
#EAA9C2 (or 0xEAA9C2) is known color: Cupid. HEX triplet: EA, A9 and C2. RGB value is (234,169,194). Sum of RGB (Red+Green+Blue) = 234+169+194=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9C2 is #15563D. Grayscale: #BFBFBF. Windows color (decimal): -1398334 or 12757482. OLE color: 12757482.
HSL color Cylindrical-coordinate representation of color #EAA9C2: hue angle of 336.92º 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 #EAA9C2 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 194 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.08 |
| HSL | 336.92º | 0.61% | 0.79% | - |
| HSV(B) | 336.92º | 0.28% | 0.92% | - |
| XYZ | 57.86 | 49.76 | 57.59 | - |
| YUV | 191.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 194 | 0 | 0.28 | 0.17 | 0.08 | 336.92 | 0.61 | 0.79 |
| Hex | EA | A9 | C2 | 0 | 1C | 11 | 8 | 151 | 3D | 4F |
| Octal | 352 | 251 | 302 | 0 | 34 | 21 | 10 | 521 | 75 | 117 |
| Binary | 11101010 | 10101001 | 11000010 | 0 | 11100 | 10001 | 1000 | 101010001 | 111101 | 1001111 |
Color Harmonies of #EAA9C2
Complementary color
Monochromatic Colors of #EAA9C2
Black with #EAA9C2
Text Example
Text Example
White with #EAA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9C2; }
p { color: rgb(234,169,194); }
H1.HeaderClassName
{
color: #EAA9C2;
}
.AnyTagClassName
{
color: #EAA9C2;
}
</style>
background-color css
<style>
a { background-color: #EAA9C2; }
a { background-color: rgb(234,169,194); }
div.DivClassName
{
background-color: #EAA9C2;
}
.BgClassName
{
background-color: #EAA9C2;
}
</style>
border-color css
<style>
span { border-color: #EAA9C2; }
span { border-color: rgb(234,169,194); }
td.TdClassName
{
border-color: #EAA9C2;
}
.TagClassName
{
border-color: #EAA9C2;
}
</style>