Shades of Cupid #EAAABC
Tints of Cupid #EAAABC
RGB
CMYK
RGB Variations
Color information
#EAAABC (or 0xEAAABC) is known color: Cupid. HEX triplet: EA, AA and BC. RGB value is (234,170,188). Sum of RGB (Red+Green+Blue) = 234+170+188=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAABC is #155543. Grayscale: #BFBFBF. Windows color (decimal): -1398084 or 12364522. OLE color: 12364522.
HSL color Cylindrical-coordinate representation of color #EAAABC: hue angle of 343.12º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAABC is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 188 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.08 |
| HSL | 343.13º | 0.6% | 0.79% | - |
| HSV(B) | 343.13º | 0.27% | 0.92% | - |
| XYZ | 57.38 | 49.87 | 54.18 | - |
| YUV | 191.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 188 | 0 | 0.27 | 0.20 | 0.08 | 343.13 | 0.6 | 0.79 |
| Hex | EA | AA | BC | 0 | 1B | 14 | 8 | 157 | 3C | 4F |
| Octal | 352 | 252 | 274 | 0 | 33 | 24 | 10 | 527 | 74 | 117 |
| Binary | 11101010 | 10101010 | 10111100 | 0 | 11011 | 10100 | 1000 | 101010111 | 111100 | 1001111 |
Color Harmonies of #EAAABC
Complementary color
Monochromatic Colors of #EAAABC
Black with #EAAABC
Text Example
Text Example
White with #EAAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAABC; }
p { color: rgb(234,170,188); }
H1.HeaderClassName
{
color: #EAAABC;
}
.AnyTagClassName
{
color: #EAAABC;
}
</style>
background-color css
<style>
a { background-color: #EAAABC; }
a { background-color: rgb(234,170,188); }
div.DivClassName
{
background-color: #EAAABC;
}
.BgClassName
{
background-color: #EAAABC;
}
</style>
border-color css
<style>
span { border-color: #EAAABC; }
span { border-color: rgb(234,170,188); }
td.TdClassName
{
border-color: #EAAABC;
}
.TagClassName
{
border-color: #EAAABC;
}
</style>