Shades of Cupid #EAAABA
Tints of Cupid #EAAABA
RGB
CMYK
RGB Variations
Color information
#EAAABA (or 0xEAAABA) is known color: Cupid. HEX triplet: EA, AA and BA. RGB value is (234,170,186). Sum of RGB (Red+Green+Blue) = 234+170+186=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAABA is #155545. Grayscale: #BEBEBE. Windows color (decimal): -1398086 or 12233450. OLE color: 12233450.
HSL color Cylindrical-coordinate representation of color #EAAABA: hue angle of 345º 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 #EAAABA is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 186 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.08 |
| HSL | 345º | 0.6% | 0.79% | - |
| HSV(B) | 345º | 0.27% | 0.92% | - |
| XYZ | 57.17 | 49.79 | 53.05 | - |
| YUV | 190.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 186 | 0 | 0.27 | 0.21 | 0.08 | 345 | 0.6 | 0.79 |
| Hex | EA | AA | BA | 0 | 1B | 15 | 8 | 159 | 3C | 4F |
| Octal | 352 | 252 | 272 | 0 | 33 | 25 | 10 | 531 | 74 | 117 |
| Binary | 11101010 | 10101010 | 10111010 | 0 | 11011 | 10101 | 1000 | 101011001 | 111100 | 1001111 |
Color Harmonies of #EAAABA
Complementary color
Monochromatic Colors of #EAAABA
Black with #EAAABA
Text Example
Text Example
White with #EAAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAABA; }
p { color: rgb(234,170,186); }
H1.HeaderClassName
{
color: #EAAABA;
}
.AnyTagClassName
{
color: #EAAABA;
}
</style>
background-color css
<style>
a { background-color: #EAAABA; }
a { background-color: rgb(234,170,186); }
div.DivClassName
{
background-color: #EAAABA;
}
.BgClassName
{
background-color: #EAAABA;
}
</style>
border-color css
<style>
span { border-color: #EAAABA; }
span { border-color: rgb(234,170,186); }
td.TdClassName
{
border-color: #EAAABA;
}
.TagClassName
{
border-color: #EAAABA;
}
</style>