Shades of Cupid #EEA9C0
Tints of Cupid #EEA9C0
RGB
CMYK
RGB Variations
Color information
#EEA9C0 (or 0xEEA9C0) is known color: Cupid. HEX triplet: EE, A9 and C0. RGB value is (238,169,192). Sum of RGB (Red+Green+Blue) = 238+169+192=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9C0 is #11563F. Grayscale: #C0C0C0. Windows color (decimal): -1136192 or 12626414. OLE color: 12626414.
HSL color Cylindrical-coordinate representation of color #EEA9C0: hue angle of 340º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9C0 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 192 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.07 |
| HSL | 340º | 0.67% | 0.8% | - |
| HSV(B) | 340º | 0.29% | 0.93% | - |
| XYZ | 58.96 | 50.36 | 56.48 | - |
| YUV | 192.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 192 | 0 | 0.29 | 0.19 | 0.07 | 340 | 0.67 | 0.8 |
| Hex | EE | A9 | C0 | 0 | 1D | 13 | 7 | 154 | 43 | 50 |
| Octal | 356 | 251 | 300 | 0 | 35 | 23 | 7 | 524 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11000000 | 0 | 11101 | 10011 | 111 | 101010100 | 1000011 | 1010000 |
Color Harmonies of #EEA9C0
Complementary color
Monochromatic Colors of #EEA9C0
Black with #EEA9C0
Text Example
Text Example
White with #EEA9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9C0; }
p { color: rgb(238,169,192); }
H1.HeaderClassName
{
color: #EEA9C0;
}
.AnyTagClassName
{
color: #EEA9C0;
}
</style>
background-color css
<style>
a { background-color: #EEA9C0; }
a { background-color: rgb(238,169,192); }
div.DivClassName
{
background-color: #EEA9C0;
}
.BgClassName
{
background-color: #EEA9C0;
}
</style>
border-color css
<style>
span { border-color: #EEA9C0; }
span { border-color: rgb(238,169,192); }
td.TdClassName
{
border-color: #EEA9C0;
}
.TagClassName
{
border-color: #EEA9C0;
}
</style>