Shades of Cupid #EEAAB8
Tints of Cupid #EEAAB8
RGB
CMYK
RGB Variations
Color information
#EEAAB8 (or 0xEEAAB8) is known color: Cupid. HEX triplet: EE, AA and B8. RGB value is (238,170,184). Sum of RGB (Red+Green+Blue) = 238+170+184=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAB8 is #115547. Grayscale: #BFBFBF. Windows color (decimal): -1135944 or 12102382. OLE color: 12102382.
HSL color Cylindrical-coordinate representation of color #EEAAB8: hue angle of 347.65º 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 #EEAAB8 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 184 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.07 |
| HSL | 347.65º | 0.67% | 0.8% | - |
| HSV(B) | 347.65º | 0.29% | 0.93% | - |
| XYZ | 58.29 | 50.39 | 52 | - |
| YUV | 191.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 184 | 0 | 0.29 | 0.23 | 0.07 | 347.65 | 0.67 | 0.8 |
| Hex | EE | AA | B8 | 0 | 1D | 17 | 7 | 15C | 43 | 50 |
| Octal | 356 | 252 | 270 | 0 | 35 | 27 | 7 | 534 | 103 | 120 |
| Binary | 11101110 | 10101010 | 10111000 | 0 | 11101 | 10111 | 111 | 101011100 | 1000011 | 1010000 |
Color Harmonies of #EEAAB8
Complementary color
Monochromatic Colors of #EEAAB8
Black with #EEAAB8
Text Example
Text Example
White with #EEAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAAB8; }
p { color: rgb(238,170,184); }
H1.HeaderClassName
{
color: #EEAAB8;
}
.AnyTagClassName
{
color: #EEAAB8;
}
</style>
background-color css
<style>
a { background-color: #EEAAB8; }
a { background-color: rgb(238,170,184); }
div.DivClassName
{
background-color: #EEAAB8;
}
.BgClassName
{
background-color: #EEAAB8;
}
</style>
border-color css
<style>
span { border-color: #EEAAB8; }
span { border-color: rgb(238,170,184); }
td.TdClassName
{
border-color: #EEAAB8;
}
.TagClassName
{
border-color: #EEAAB8;
}
</style>