Shades of Cupid #EFACBA
Tints of Cupid #EFACBA
RGB
CMYK
RGB Variations
Color information
#EFACBA (or 0xEFACBA) is known color: Cupid. HEX triplet: EF, AC and BA. RGB value is (239,172,186). Sum of RGB (Red+Green+Blue) = 239+172+186=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACBA is #105345. Grayscale: #C1C1C1. Windows color (decimal): -1069894 or 12233967. OLE color: 12233967.
HSL color Cylindrical-coordinate representation of color #EFACBA: hue angle of 347.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACBA is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 186 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.06 |
| HSL | 347.46º | 0.68% | 0.81% | - |
| HSV(B) | 347.46º | 0.28% | 0.94% | - |
| XYZ | 59.21 | 51.4 | 53.25 | - |
| YUV | 193.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 186 | 0 | 0.28 | 0.22 | 0.06 | 347.46 | 0.68 | 0.81 |
| Hex | EF | AC | BA | 0 | 1C | 16 | 6 | 15B | 44 | 51 |
| Octal | 357 | 254 | 272 | 0 | 34 | 26 | 6 | 533 | 104 | 121 |
| Binary | 11101111 | 10101100 | 10111010 | 0 | 11100 | 10110 | 110 | 101011011 | 1000100 | 1010001 |
Color Harmonies of #EFACBA
Complementary color
Monochromatic Colors of #EFACBA
Black with #EFACBA
Text Example
Text Example
White with #EFACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACBA; }
p { color: rgb(239,172,186); }
H1.HeaderClassName
{
color: #EFACBA;
}
.AnyTagClassName
{
color: #EFACBA;
}
</style>
background-color css
<style>
a { background-color: #EFACBA; }
a { background-color: rgb(239,172,186); }
div.DivClassName
{
background-color: #EFACBA;
}
.BgClassName
{
background-color: #EFACBA;
}
</style>
border-color css
<style>
span { border-color: #EFACBA; }
span { border-color: rgb(239,172,186); }
td.TdClassName
{
border-color: #EFACBA;
}
.TagClassName
{
border-color: #EFACBA;
}
</style>