Shades of Cupid #EEA9BE
Tints of Cupid #EEA9BE
RGB
CMYK
RGB Variations
Color information
#EEA9BE (or 0xEEA9BE) is known color: Cupid. HEX triplet: EE, A9 and BE. RGB value is (238,169,190). Sum of RGB (Red+Green+Blue) = 238+169+190=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9BE is #115641. Grayscale: #C0C0C0. Windows color (decimal): -1136194 or 12495342. OLE color: 12495342.
HSL color Cylindrical-coordinate representation of color #EEA9BE: hue angle of 341.74º 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 #EEA9BE is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 190 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.07 |
| HSL | 341.74º | 0.67% | 0.8% | - |
| HSV(B) | 341.74º | 0.29% | 0.93% | - |
| XYZ | 58.74 | 50.27 | 55.32 | - |
| YUV | 192.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 190 | 0 | 0.29 | 0.20 | 0.07 | 341.74 | 0.67 | 0.8 |
| Hex | EE | A9 | BE | 0 | 1D | 14 | 7 | 156 | 43 | 50 |
| Octal | 356 | 251 | 276 | 0 | 35 | 24 | 7 | 526 | 103 | 120 |
| Binary | 11101110 | 10101001 | 10111110 | 0 | 11101 | 10100 | 111 | 101010110 | 1000011 | 1010000 |
Color Harmonies of #EEA9BE
Complementary color
Monochromatic Colors of #EEA9BE
Black with #EEA9BE
Text Example
Text Example
White with #EEA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9BE; }
p { color: rgb(238,169,190); }
H1.HeaderClassName
{
color: #EEA9BE;
}
.AnyTagClassName
{
color: #EEA9BE;
}
</style>
background-color css
<style>
a { background-color: #EEA9BE; }
a { background-color: rgb(238,169,190); }
div.DivClassName
{
background-color: #EEA9BE;
}
.BgClassName
{
background-color: #EEA9BE;
}
</style>
border-color css
<style>
span { border-color: #EEA9BE; }
span { border-color: rgb(238,169,190); }
td.TdClassName
{
border-color: #EEA9BE;
}
.TagClassName
{
border-color: #EEA9BE;
}
</style>