Shades of Cupid #EEA8BB
Tints of Cupid #EEA8BB
RGB
CMYK
RGB Variations
Color information
#EEA8BB (or 0xEEA8BB) is known color: Cupid. HEX triplet: EE, A8 and BB. RGB value is (238,168,187). Sum of RGB (Red+Green+Blue) = 238+168+187=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8BB is #115744. Grayscale: #BFBFBF. Windows color (decimal): -1136453 or 12298478. OLE color: 12298478.
HSL color Cylindrical-coordinate representation of color #EEA8BB: hue angle of 343.71º 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 #EEA8BB is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 187 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.07 |
| HSL | 343.71º | 0.67% | 0.8% | - |
| HSV(B) | 343.71º | 0.29% | 0.93% | - |
| XYZ | 58.23 | 49.77 | 53.55 | - |
| YUV | 191.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 187 | 0 | 0.29 | 0.21 | 0.07 | 343.71 | 0.67 | 0.8 |
| Hex | EE | A8 | BB | 0 | 1D | 15 | 7 | 158 | 43 | 50 |
| Octal | 356 | 250 | 273 | 0 | 35 | 25 | 7 | 530 | 103 | 120 |
| Binary | 11101110 | 10101000 | 10111011 | 0 | 11101 | 10101 | 111 | 101011000 | 1000011 | 1010000 |
Color Harmonies of #EEA8BB
Complementary color
Monochromatic Colors of #EEA8BB
Black with #EEA8BB
Text Example
Text Example
White with #EEA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8BB; }
p { color: rgb(238,168,187); }
H1.HeaderClassName
{
color: #EEA8BB;
}
.AnyTagClassName
{
color: #EEA8BB;
}
</style>
background-color css
<style>
a { background-color: #EEA8BB; }
a { background-color: rgb(238,168,187); }
div.DivClassName
{
background-color: #EEA8BB;
}
.BgClassName
{
background-color: #EEA8BB;
}
</style>
border-color css
<style>
span { border-color: #EEA8BB; }
span { border-color: rgb(238,168,187); }
td.TdClassName
{
border-color: #EEA8BB;
}
.TagClassName
{
border-color: #EEA8BB;
}
</style>