Shades of Cupid #EEA9BA
Tints of Cupid #EEA9BA
RGB
CMYK
RGB Variations
Color information
#EEA9BA (or 0xEEA9BA) is known color: Cupid. HEX triplet: EE, A9 and BA. RGB value is (238,169,186). Sum of RGB (Red+Green+Blue) = 238+169+186=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9BA is #115645. Grayscale: #BFBFBF. Windows color (decimal): -1136198 or 12233198. OLE color: 12233198.
HSL color Cylindrical-coordinate representation of color #EEA9BA: hue angle of 345.22º 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 #EEA9BA is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 186 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.07 |
| HSL | 345.22º | 0.67% | 0.8% | - |
| HSV(B) | 345.22º | 0.29% | 0.93% | - |
| XYZ | 58.31 | 50.1 | 53.05 | - |
| YUV | 191.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 186 | 0 | 0.29 | 0.22 | 0.07 | 345.22 | 0.67 | 0.8 |
| Hex | EE | A9 | BA | 0 | 1D | 16 | 7 | 159 | 43 | 50 |
| Octal | 356 | 251 | 272 | 0 | 35 | 26 | 7 | 531 | 103 | 120 |
| Binary | 11101110 | 10101001 | 10111010 | 0 | 11101 | 10110 | 111 | 101011001 | 1000011 | 1010000 |
Color Harmonies of #EEA9BA
Complementary color
Monochromatic Colors of #EEA9BA
Black with #EEA9BA
Text Example
Text Example
White with #EEA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9BA; }
p { color: rgb(238,169,186); }
H1.HeaderClassName
{
color: #EEA9BA;
}
.AnyTagClassName
{
color: #EEA9BA;
}
</style>
background-color css
<style>
a { background-color: #EEA9BA; }
a { background-color: rgb(238,169,186); }
div.DivClassName
{
background-color: #EEA9BA;
}
.BgClassName
{
background-color: #EEA9BA;
}
</style>
border-color css
<style>
span { border-color: #EEA9BA; }
span { border-color: rgb(238,169,186); }
td.TdClassName
{
border-color: #EEA9BA;
}
.TagClassName
{
border-color: #EEA9BA;
}
</style>