Shades of Cupid #EFABBD
Tints of Cupid #EFABBD
RGB
CMYK
RGB Variations
Color information
#EFABBD (or 0xEFABBD) is known color: Cupid. HEX triplet: EF, AB and BD. RGB value is (239,171,189). Sum of RGB (Red+Green+Blue) = 239+171+189=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABBD is #105442. Grayscale: #C1C1C1. Windows color (decimal): -1070147 or 12430319. OLE color: 12430319.
HSL color Cylindrical-coordinate representation of color #EFABBD: hue angle of 344.12º 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 #EFABBD is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 189 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.06 |
| HSL | 344.12º | 0.68% | 0.8% | - |
| HSV(B) | 344.12º | 0.28% | 0.94% | - |
| XYZ | 59.34 | 51.15 | 54.89 | - |
| YUV | 193.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 189 | 0 | 0.28 | 0.21 | 0.06 | 344.12 | 0.68 | 0.8 |
| Hex | EF | AB | BD | 0 | 1C | 15 | 6 | 158 | 44 | 50 |
| Octal | 357 | 253 | 275 | 0 | 34 | 25 | 6 | 530 | 104 | 120 |
| Binary | 11101111 | 10101011 | 10111101 | 0 | 11100 | 10101 | 110 | 101011000 | 1000100 | 1010000 |
Color Harmonies of #EFABBD
Complementary color
Monochromatic Colors of #EFABBD
Black with #EFABBD
Text Example
Text Example
White with #EFABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABBD; }
p { color: rgb(239,171,189); }
H1.HeaderClassName
{
color: #EFABBD;
}
.AnyTagClassName
{
color: #EFABBD;
}
</style>
background-color css
<style>
a { background-color: #EFABBD; }
a { background-color: rgb(239,171,189); }
div.DivClassName
{
background-color: #EFABBD;
}
.BgClassName
{
background-color: #EFABBD;
}
</style>
border-color css
<style>
span { border-color: #EFABBD; }
span { border-color: rgb(239,171,189); }
td.TdClassName
{
border-color: #EFABBD;
}
.TagClassName
{
border-color: #EFABBD;
}
</style>