Shades of Cupid #EAA8C0
Tints of Cupid #EAA8C0
RGB
CMYK
RGB Variations
Color information
#EAA8C0 (or 0xEAA8C0) is known color: Cupid. HEX triplet: EA, A8 and C0. RGB value is (234,168,192). Sum of RGB (Red+Green+Blue) = 234+168+192=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8C0 is #15573F. Grayscale: #BEBEBE. Windows color (decimal): -1398592 or 12626154. OLE color: 12626154.
HSL color Cylindrical-coordinate representation of color #EAA8C0: hue angle of 338.18º 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 #EAA8C0 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 192 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.08 |
| HSL | 338.18º | 0.61% | 0.79% | - |
| HSV(B) | 338.18º | 0.28% | 0.92% | - |
| XYZ | 57.45 | 49.3 | 56.36 | - |
| YUV | 190.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 192 | 0 | 0.28 | 0.18 | 0.08 | 338.18 | 0.61 | 0.79 |
| Hex | EA | A8 | C0 | 0 | 1C | 12 | 8 | 152 | 3D | 4F |
| Octal | 352 | 250 | 300 | 0 | 34 | 22 | 10 | 522 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11000000 | 0 | 11100 | 10010 | 1000 | 101010010 | 111101 | 1001111 |
Color Harmonies of #EAA8C0
Complementary color
Monochromatic Colors of #EAA8C0
Black with #EAA8C0
Text Example
Text Example
White with #EAA8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8C0; }
p { color: rgb(234,168,192); }
H1.HeaderClassName
{
color: #EAA8C0;
}
.AnyTagClassName
{
color: #EAA8C0;
}
</style>
background-color css
<style>
a { background-color: #EAA8C0; }
a { background-color: rgb(234,168,192); }
div.DivClassName
{
background-color: #EAA8C0;
}
.BgClassName
{
background-color: #EAA8C0;
}
</style>
border-color css
<style>
span { border-color: #EAA8C0; }
span { border-color: rgb(234,168,192); }
td.TdClassName
{
border-color: #EAA8C0;
}
.TagClassName
{
border-color: #EAA8C0;
}
</style>