Shades of Cupid #EEABBC
Tints of Cupid #EEABBC
RGB
CMYK
RGB Variations
Color information
#EEABBC (or 0xEEABBC) is known color: Cupid. HEX triplet: EE, AB and BC. RGB value is (238,171,188). Sum of RGB (Red+Green+Blue) = 238+171+188=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABBC is #115443. Grayscale: #C0C0C0. Windows color (decimal): -1135684 or 12364782. OLE color: 12364782.
HSL color Cylindrical-coordinate representation of color #EEABBC: hue angle of 344.78º 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 #EEABBC is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 188 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.07 |
| HSL | 344.78º | 0.66% | 0.8% | - |
| HSV(B) | 344.78º | 0.28% | 0.93% | - |
| XYZ | 58.9 | 50.93 | 54.3 | - |
| YUV | 192.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 188 | 0 | 0.28 | 0.21 | 0.07 | 344.78 | 0.66 | 0.8 |
| Hex | EE | AB | BC | 0 | 1C | 15 | 7 | 159 | 42 | 50 |
| Octal | 356 | 253 | 274 | 0 | 34 | 25 | 7 | 531 | 102 | 120 |
| Binary | 11101110 | 10101011 | 10111100 | 0 | 11100 | 10101 | 111 | 101011001 | 1000010 | 1010000 |
Color Harmonies of #EEABBC
Complementary color
Monochromatic Colors of #EEABBC
Black with #EEABBC
Text Example
Text Example
White with #EEABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABBC; }
p { color: rgb(238,171,188); }
H1.HeaderClassName
{
color: #EEABBC;
}
.AnyTagClassName
{
color: #EEABBC;
}
</style>
background-color css
<style>
a { background-color: #EEABBC; }
a { background-color: rgb(238,171,188); }
div.DivClassName
{
background-color: #EEABBC;
}
.BgClassName
{
background-color: #EEABBC;
}
</style>
border-color css
<style>
span { border-color: #EEABBC; }
span { border-color: rgb(238,171,188); }
td.TdClassName
{
border-color: #EEABBC;
}
.TagClassName
{
border-color: #EEABBC;
}
</style>