Shades of Cupid #EEA9BB
Tints of Cupid #EEA9BB
RGB
CMYK
RGB Variations
Color information
#EEA9BB (or 0xEEA9BB) is known color: Cupid. HEX triplet: EE, A9 and BB. RGB value is (238,169,187). Sum of RGB (Red+Green+Blue) = 238+169+187=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9BB is #115644. Grayscale: #BFBFBF. Windows color (decimal): -1136197 or 12298734. OLE color: 12298734.
HSL color Cylindrical-coordinate representation of color #EEA9BB: hue angle of 344.35º 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 #EEA9BB is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 187 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.07 |
| HSL | 344.35º | 0.67% | 0.8% | - |
| HSV(B) | 344.35º | 0.29% | 0.93% | - |
| XYZ | 58.42 | 50.14 | 53.61 | - |
| YUV | 191.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 187 | 0 | 0.29 | 0.21 | 0.07 | 344.35 | 0.67 | 0.8 |
| Hex | EE | A9 | BB | 0 | 1D | 15 | 7 | 158 | 43 | 50 |
| Octal | 356 | 251 | 273 | 0 | 35 | 25 | 7 | 530 | 103 | 120 |
| Binary | 11101110 | 10101001 | 10111011 | 0 | 11101 | 10101 | 111 | 101011000 | 1000011 | 1010000 |
Color Harmonies of #EEA9BB
Complementary color
Monochromatic Colors of #EEA9BB
Black with #EEA9BB
Text Example
Text Example
White with #EEA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9BB; }
p { color: rgb(238,169,187); }
H1.HeaderClassName
{
color: #EEA9BB;
}
.AnyTagClassName
{
color: #EEA9BB;
}
</style>
background-color css
<style>
a { background-color: #EEA9BB; }
a { background-color: rgb(238,169,187); }
div.DivClassName
{
background-color: #EEA9BB;
}
.BgClassName
{
background-color: #EEA9BB;
}
</style>
border-color css
<style>
span { border-color: #EEA9BB; }
span { border-color: rgb(238,169,187); }
td.TdClassName
{
border-color: #EEA9BB;
}
.TagClassName
{
border-color: #EEA9BB;
}
</style>