Shades of Cupid #EFABBB
Tints of Cupid #EFABBB
RGB
CMYK
RGB Variations
Color information
#EFABBB (or 0xEFABBB) is known color: Cupid. HEX triplet: EF, AB and BB. RGB value is (239,171,187). Sum of RGB (Red+Green+Blue) = 239+171+187=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABBB is #105444. Grayscale: #C1C1C1. Windows color (decimal): -1070149 or 12299247. OLE color: 12299247.
HSL color Cylindrical-coordinate representation of color #EFABBB: hue angle of 345.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABBB is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 187 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.06 |
| HSL | 345.88º | 0.68% | 0.8% | - |
| HSV(B) | 345.88º | 0.28% | 0.94% | - |
| XYZ | 59.13 | 51.06 | 53.75 | - |
| YUV | 193.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 187 | 0 | 0.28 | 0.22 | 0.06 | 345.88 | 0.68 | 0.8 |
| Hex | EF | AB | BB | 0 | 1C | 16 | 6 | 15A | 44 | 50 |
| Octal | 357 | 253 | 273 | 0 | 34 | 26 | 6 | 532 | 104 | 120 |
| Binary | 11101111 | 10101011 | 10111011 | 0 | 11100 | 10110 | 110 | 101011010 | 1000100 | 1010000 |
Color Harmonies of #EFABBB
Complementary color
Monochromatic Colors of #EFABBB
Black with #EFABBB
Text Example
Text Example
White with #EFABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABBB; }
p { color: rgb(239,171,187); }
H1.HeaderClassName
{
color: #EFABBB;
}
.AnyTagClassName
{
color: #EFABBB;
}
</style>
background-color css
<style>
a { background-color: #EFABBB; }
a { background-color: rgb(239,171,187); }
div.DivClassName
{
background-color: #EFABBB;
}
.BgClassName
{
background-color: #EFABBB;
}
</style>
border-color css
<style>
span { border-color: #EFABBB; }
span { border-color: rgb(239,171,187); }
td.TdClassName
{
border-color: #EFABBB;
}
.TagClassName
{
border-color: #EFABBB;
}
</style>