Shades of Cupid #EEABC8
Tints of Cupid #EEABC8
RGB
CMYK
RGB Variations
Color information
#EEABC8 (or 0xEEABC8) is known color: Cupid. HEX triplet: EE, AB and C8. RGB value is (238,171,200). Sum of RGB (Red+Green+Blue) = 238+171+200=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABC8 is #115437. Grayscale: #C2C2C2. Windows color (decimal): -1135672 or 13151214. OLE color: 13151214.
HSL color Cylindrical-coordinate representation of color #EEABC8: hue angle of 334.03º 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 #EEABC8 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 200 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.07 |
| HSL | 334.03º | 0.66% | 0.8% | - |
| HSV(B) | 334.03º | 0.28% | 0.93% | - |
| XYZ | 60.25 | 51.47 | 61.4 | - |
| YUV | 194.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 200 | 0 | 0.28 | 0.16 | 0.07 | 334.03 | 0.66 | 0.8 |
| Hex | EE | AB | C8 | 0 | 1C | 10 | 7 | 14E | 42 | 50 |
| Octal | 356 | 253 | 310 | 0 | 34 | 20 | 7 | 516 | 102 | 120 |
| Binary | 11101110 | 10101011 | 11001000 | 0 | 11100 | 10000 | 111 | 101001110 | 1000010 | 1010000 |
Color Harmonies of #EEABC8
Complementary color
Monochromatic Colors of #EEABC8
Black with #EEABC8
Text Example
Text Example
White with #EEABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABC8; }
p { color: rgb(238,171,200); }
H1.HeaderClassName
{
color: #EEABC8;
}
.AnyTagClassName
{
color: #EEABC8;
}
</style>
background-color css
<style>
a { background-color: #EEABC8; }
a { background-color: rgb(238,171,200); }
div.DivClassName
{
background-color: #EEABC8;
}
.BgClassName
{
background-color: #EEABC8;
}
</style>
border-color css
<style>
span { border-color: #EEABC8; }
span { border-color: rgb(238,171,200); }
td.TdClassName
{
border-color: #EEABC8;
}
.TagClassName
{
border-color: #EEABC8;
}
</style>