Shades of Cupid #EAA8BC
Tints of Cupid #EAA8BC
RGB
CMYK
RGB Variations
Color information
#EAA8BC (or 0xEAA8BC) is known color: Cupid. HEX triplet: EA, A8 and BC. RGB value is (234,168,188). Sum of RGB (Red+Green+Blue) = 234+168+188=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8BC is #155743. Grayscale: #BEBEBE. Windows color (decimal): -1398596 or 12364010. OLE color: 12364010.
HSL color Cylindrical-coordinate representation of color #EAA8BC: hue angle of 341.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8BC is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 188 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.08 |
| HSL | 341.82º | 0.61% | 0.79% | - |
| HSV(B) | 341.82º | 0.28% | 0.92% | - |
| XYZ | 57.01 | 49.13 | 54.05 | - |
| YUV | 190.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 188 | 0 | 0.28 | 0.20 | 0.08 | 341.82 | 0.61 | 0.79 |
| Hex | EA | A8 | BC | 0 | 1C | 14 | 8 | 156 | 3D | 4F |
| Octal | 352 | 250 | 274 | 0 | 34 | 24 | 10 | 526 | 75 | 117 |
| Binary | 11101010 | 10101000 | 10111100 | 0 | 11100 | 10100 | 1000 | 101010110 | 111101 | 1001111 |
Color Harmonies of #EAA8BC
Complementary color
Monochromatic Colors of #EAA8BC
Black with #EAA8BC
Text Example
Text Example
White with #EAA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8BC; }
p { color: rgb(234,168,188); }
H1.HeaderClassName
{
color: #EAA8BC;
}
.AnyTagClassName
{
color: #EAA8BC;
}
</style>
background-color css
<style>
a { background-color: #EAA8BC; }
a { background-color: rgb(234,168,188); }
div.DivClassName
{
background-color: #EAA8BC;
}
.BgClassName
{
background-color: #EAA8BC;
}
</style>
border-color css
<style>
span { border-color: #EAA8BC; }
span { border-color: rgb(234,168,188); }
td.TdClassName
{
border-color: #EAA8BC;
}
.TagClassName
{
border-color: #EAA8BC;
}
</style>