Shades of Cupid #EFABBA
Tints of Cupid #EFABBA
RGB
CMYK
RGB Variations
Color information
#EFABBA (or 0xEFABBA) is known color: Cupid. HEX triplet: EF, AB and BA. RGB value is (239,171,186). Sum of RGB (Red+Green+Blue) = 239+171+186=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABBA is #105445. Grayscale: #C1C1C1. Windows color (decimal): -1070150 or 12233711. OLE color: 12233711.
HSL color Cylindrical-coordinate representation of color #EFABBA: hue angle of 346.76º 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 #EFABBA is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 186 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.06 |
| HSL | 346.76º | 0.68% | 0.8% | - |
| HSV(B) | 346.76º | 0.28% | 0.94% | - |
| XYZ | 59.02 | 51.02 | 53.19 | - |
| YUV | 193.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 186 | 0 | 0.28 | 0.22 | 0.06 | 346.76 | 0.68 | 0.8 |
| Hex | EF | AB | BA | 0 | 1C | 16 | 6 | 15B | 44 | 50 |
| Octal | 357 | 253 | 272 | 0 | 34 | 26 | 6 | 533 | 104 | 120 |
| Binary | 11101111 | 10101011 | 10111010 | 0 | 11100 | 10110 | 110 | 101011011 | 1000100 | 1010000 |
Color Harmonies of #EFABBA
Complementary color
Monochromatic Colors of #EFABBA
Black with #EFABBA
Text Example
Text Example
White with #EFABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABBA; }
p { color: rgb(239,171,186); }
H1.HeaderClassName
{
color: #EFABBA;
}
.AnyTagClassName
{
color: #EFABBA;
}
</style>
background-color css
<style>
a { background-color: #EFABBA; }
a { background-color: rgb(239,171,186); }
div.DivClassName
{
background-color: #EFABBA;
}
.BgClassName
{
background-color: #EFABBA;
}
</style>
border-color css
<style>
span { border-color: #EFABBA; }
span { border-color: rgb(239,171,186); }
td.TdClassName
{
border-color: #EFABBA;
}
.TagClassName
{
border-color: #EFABBA;
}
</style>