Shades of Cupid #EFABB9
Tints of Cupid #EFABB9
RGB
CMYK
RGB Variations
Color information
#EFABB9 (or 0xEFABB9) is known color: Cupid. HEX triplet: EF, AB and B9. RGB value is (239,171,185). Sum of RGB (Red+Green+Blue) = 239+171+185=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABB9 is #105446. Grayscale: #C0C0C0. Windows color (decimal): -1070151 or 12168175. OLE color: 12168175.
HSL color Cylindrical-coordinate representation of color #EFABB9: hue angle of 347.65º 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 #EFABB9 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 185 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.06 |
| HSL | 347.65º | 0.68% | 0.8% | - |
| HSV(B) | 347.65º | 0.28% | 0.94% | - |
| XYZ | 58.92 | 50.98 | 52.63 | - |
| YUV | 192.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 185 | 0 | 0.28 | 0.23 | 0.06 | 347.65 | 0.68 | 0.8 |
| Hex | EF | AB | B9 | 0 | 1C | 17 | 6 | 15C | 44 | 50 |
| Octal | 357 | 253 | 271 | 0 | 34 | 27 | 6 | 534 | 104 | 120 |
| Binary | 11101111 | 10101011 | 10111001 | 0 | 11100 | 10111 | 110 | 101011100 | 1000100 | 1010000 |
Color Harmonies of #EFABB9
Complementary color
Monochromatic Colors of #EFABB9
Black with #EFABB9
Text Example
Text Example
White with #EFABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABB9; }
p { color: rgb(239,171,185); }
H1.HeaderClassName
{
color: #EFABB9;
}
.AnyTagClassName
{
color: #EFABB9;
}
</style>
background-color css
<style>
a { background-color: #EFABB9; }
a { background-color: rgb(239,171,185); }
div.DivClassName
{
background-color: #EFABB9;
}
.BgClassName
{
background-color: #EFABB9;
}
</style>
border-color css
<style>
span { border-color: #EFABB9; }
span { border-color: rgb(239,171,185); }
td.TdClassName
{
border-color: #EFABB9;
}
.TagClassName
{
border-color: #EFABB9;
}
</style>