Shades of Cupid #EEABC2
Tints of Cupid #EEABC2
RGB
CMYK
RGB Variations
Color information
#EEABC2 (or 0xEEABC2) is known color: Cupid. HEX triplet: EE, AB and C2. RGB value is (238,171,194). Sum of RGB (Red+Green+Blue) = 238+171+194=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABC2 is #11543D. Grayscale: #C1C1C1. Windows color (decimal): -1135678 or 12757998. OLE color: 12757998.
HSL color Cylindrical-coordinate representation of color #EEABC2: hue angle of 339.4º 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 #EEABC2 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 194 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.07 |
| HSL | 339.4º | 0.66% | 0.8% | - |
| HSV(B) | 339.4º | 0.28% | 0.93% | - |
| XYZ | 59.56 | 51.2 | 57.78 | - |
| YUV | 193.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 194 | 0 | 0.28 | 0.18 | 0.07 | 339.4 | 0.66 | 0.8 |
| Hex | EE | AB | C2 | 0 | 1C | 12 | 7 | 153 | 42 | 50 |
| Octal | 356 | 253 | 302 | 0 | 34 | 22 | 7 | 523 | 102 | 120 |
| Binary | 11101110 | 10101011 | 11000010 | 0 | 11100 | 10010 | 111 | 101010011 | 1000010 | 1010000 |
Color Harmonies of #EEABC2
Complementary color
Monochromatic Colors of #EEABC2
Black with #EEABC2
Text Example
Text Example
White with #EEABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABC2; }
p { color: rgb(238,171,194); }
H1.HeaderClassName
{
color: #EEABC2;
}
.AnyTagClassName
{
color: #EEABC2;
}
</style>
background-color css
<style>
a { background-color: #EEABC2; }
a { background-color: rgb(238,171,194); }
div.DivClassName
{
background-color: #EEABC2;
}
.BgClassName
{
background-color: #EEABC2;
}
</style>
border-color css
<style>
span { border-color: #EEABC2; }
span { border-color: rgb(238,171,194); }
td.TdClassName
{
border-color: #EEABC2;
}
.TagClassName
{
border-color: #EEABC2;
}
</style>