Shades of Cupid #EEAABA
Tints of Cupid #EEAABA
RGB
CMYK
RGB Variations
Color information
#EEAABA (or 0xEEAABA) is known color: Cupid. HEX triplet: EE, AA and BA. RGB value is (238,170,186). Sum of RGB (Red+Green+Blue) = 238+170+186=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAABA is #115545. Grayscale: #C0C0C0. Windows color (decimal): -1135942 or 12233454. OLE color: 12233454.
HSL color Cylindrical-coordinate representation of color #EEAABA: hue angle of 345.88º 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 #EEAABA is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 186 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.07 |
| HSL | 345.88º | 0.67% | 0.8% | - |
| HSV(B) | 345.88º | 0.29% | 0.93% | - |
| XYZ | 58.5 | 50.47 | 53.11 | - |
| YUV | 192.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 186 | 0 | 0.29 | 0.22 | 0.07 | 345.88 | 0.67 | 0.8 |
| Hex | EE | AA | BA | 0 | 1D | 16 | 7 | 15A | 43 | 50 |
| Octal | 356 | 252 | 272 | 0 | 35 | 26 | 7 | 532 | 103 | 120 |
| Binary | 11101110 | 10101010 | 10111010 | 0 | 11101 | 10110 | 111 | 101011010 | 1000011 | 1010000 |
Color Harmonies of #EEAABA
Complementary color
Monochromatic Colors of #EEAABA
Black with #EEAABA
Text Example
Text Example
White with #EEAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAABA; }
p { color: rgb(238,170,186); }
H1.HeaderClassName
{
color: #EEAABA;
}
.AnyTagClassName
{
color: #EEAABA;
}
</style>
background-color css
<style>
a { background-color: #EEAABA; }
a { background-color: rgb(238,170,186); }
div.DivClassName
{
background-color: #EEAABA;
}
.BgClassName
{
background-color: #EEAABA;
}
</style>
border-color css
<style>
span { border-color: #EEAABA; }
span { border-color: rgb(238,170,186); }
td.TdClassName
{
border-color: #EEAABA;
}
.TagClassName
{
border-color: #EEAABA;
}
</style>