Shades of Cupid #EEA9C7
Tints of Cupid #EEA9C7
RGB
CMYK
RGB Variations
Color information
#EEA9C7 (or 0xEEA9C7) is known color: Cupid. HEX triplet: EE, A9 and C7. RGB value is (238,169,199). Sum of RGB (Red+Green+Blue) = 238+169+199=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9C7 is #115638. Grayscale: #C1C1C1. Windows color (decimal): -1136185 or 13085166. OLE color: 13085166.
HSL color Cylindrical-coordinate representation of color #EEA9C7: hue angle of 333.91º 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 #EEA9C7 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 199 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.07 |
| HSL | 333.91º | 0.67% | 0.8% | - |
| HSV(B) | 333.91º | 0.29% | 0.93% | - |
| XYZ | 59.76 | 50.68 | 60.66 | - |
| YUV | 193.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 199 | 0 | 0.29 | 0.16 | 0.07 | 333.91 | 0.67 | 0.8 |
| Hex | EE | A9 | C7 | 0 | 1D | 10 | 7 | 14E | 43 | 50 |
| Octal | 356 | 251 | 307 | 0 | 35 | 20 | 7 | 516 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11000111 | 0 | 11101 | 10000 | 111 | 101001110 | 1000011 | 1010000 |
Color Harmonies of #EEA9C7
Complementary color
Monochromatic Colors of #EEA9C7
Black with #EEA9C7
Text Example
Text Example
White with #EEA9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9C7; }
p { color: rgb(238,169,199); }
H1.HeaderClassName
{
color: #EEA9C7;
}
.AnyTagClassName
{
color: #EEA9C7;
}
</style>
background-color css
<style>
a { background-color: #EEA9C7; }
a { background-color: rgb(238,169,199); }
div.DivClassName
{
background-color: #EEA9C7;
}
.BgClassName
{
background-color: #EEA9C7;
}
</style>
border-color css
<style>
span { border-color: #EEA9C7; }
span { border-color: rgb(238,169,199); }
td.TdClassName
{
border-color: #EEA9C7;
}
.TagClassName
{
border-color: #EEA9C7;
}
</style>