Shades of Cupid #EEABBA
Tints of Cupid #EEABBA
RGB
CMYK
RGB Variations
Color information
#EEABBA (or 0xEEABBA) is known color: Cupid. HEX triplet: EE, AB and BA. RGB value is (238,171,186). Sum of RGB (Red+Green+Blue) = 238+171+186=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABBA is #115445. Grayscale: #C0C0C0. Windows color (decimal): -1135686 or 12233710. OLE color: 12233710.
HSL color Cylindrical-coordinate representation of color #EEABBA: hue angle of 346.57º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABBA is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 186 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.07 |
| HSL | 346.57º | 0.66% | 0.8% | - |
| HSV(B) | 346.57º | 0.28% | 0.93% | - |
| XYZ | 58.69 | 50.85 | 53.18 | - |
| YUV | 192.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 186 | 0 | 0.28 | 0.22 | 0.07 | 346.57 | 0.66 | 0.8 |
| Hex | EE | AB | BA | 0 | 1C | 16 | 7 | 15B | 42 | 50 |
| Octal | 356 | 253 | 272 | 0 | 34 | 26 | 7 | 533 | 102 | 120 |
| Binary | 11101110 | 10101011 | 10111010 | 0 | 11100 | 10110 | 111 | 101011011 | 1000010 | 1010000 |
Color Harmonies of #EEABBA
Complementary color
Monochromatic Colors of #EEABBA
Black with #EEABBA
Text Example
Text Example
White with #EEABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABBA; }
p { color: rgb(238,171,186); }
H1.HeaderClassName
{
color: #EEABBA;
}
.AnyTagClassName
{
color: #EEABBA;
}
</style>
background-color css
<style>
a { background-color: #EEABBA; }
a { background-color: rgb(238,171,186); }
div.DivClassName
{
background-color: #EEABBA;
}
.BgClassName
{
background-color: #EEABBA;
}
</style>
border-color css
<style>
span { border-color: #EEABBA; }
span { border-color: rgb(238,171,186); }
td.TdClassName
{
border-color: #EEABBA;
}
.TagClassName
{
border-color: #EEABBA;
}
</style>