Shades of Cupid #EEA8BC
Tints of Cupid #EEA8BC
RGB
CMYK
RGB Variations
Color information
#EEA8BC (or 0xEEA8BC) is known color: Cupid. HEX triplet: EE, A8 and BC. RGB value is (238,168,188). Sum of RGB (Red+Green+Blue) = 238+168+188=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8BC is #115743. Grayscale: #BFBFBF. Windows color (decimal): -1136452 or 12364014. OLE color: 12364014.
HSL color Cylindrical-coordinate representation of color #EEA8BC: hue angle of 342.86º 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 #EEA8BC is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 188 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.07 |
| HSL | 342.86º | 0.67% | 0.8% | - |
| HSV(B) | 342.86º | 0.29% | 0.93% | - |
| XYZ | 58.34 | 49.81 | 54.12 | - |
| YUV | 191.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 188 | 0 | 0.29 | 0.21 | 0.07 | 342.86 | 0.67 | 0.8 |
| Hex | EE | A8 | BC | 0 | 1D | 15 | 7 | 157 | 43 | 50 |
| Octal | 356 | 250 | 274 | 0 | 35 | 25 | 7 | 527 | 103 | 120 |
| Binary | 11101110 | 10101000 | 10111100 | 0 | 11101 | 10101 | 111 | 101010111 | 1000011 | 1010000 |
Color Harmonies of #EEA8BC
Complementary color
Monochromatic Colors of #EEA8BC
Black with #EEA8BC
Text Example
Text Example
White with #EEA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8BC; }
p { color: rgb(238,168,188); }
H1.HeaderClassName
{
color: #EEA8BC;
}
.AnyTagClassName
{
color: #EEA8BC;
}
</style>
background-color css
<style>
a { background-color: #EEA8BC; }
a { background-color: rgb(238,168,188); }
div.DivClassName
{
background-color: #EEA8BC;
}
.BgClassName
{
background-color: #EEA8BC;
}
</style>
border-color css
<style>
span { border-color: #EEA8BC; }
span { border-color: rgb(238,168,188); }
td.TdClassName
{
border-color: #EEA8BC;
}
.TagClassName
{
border-color: #EEA8BC;
}
</style>