Shades of Cupid #EFA8BA
Tints of Cupid #EFA8BA
RGB
CMYK
RGB Variations
Color information
#EFA8BA (or 0xEFA8BA) is known color: Cupid. HEX triplet: EF, A8 and BA. RGB value is (239,168,186). Sum of RGB (Red+Green+Blue) = 239+168+186=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8BA is #105745. Grayscale: #BFBFBF. Windows color (decimal): -1070918 or 12232943. OLE color: 12232943.
HSL color Cylindrical-coordinate representation of color #EFA8BA: hue angle of 344.79º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8BA is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 186 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.06 |
| HSL | 344.79º | 0.69% | 0.8% | - |
| HSV(B) | 344.79º | 0.3% | 0.94% | - |
| XYZ | 58.46 | 49.9 | 53 | - |
| YUV | 191.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 186 | 0 | 0.30 | 0.22 | 0.06 | 344.79 | 0.69 | 0.8 |
| Hex | EF | A8 | BA | 0 | 1E | 16 | 6 | 159 | 45 | 50 |
| Octal | 357 | 250 | 272 | 0 | 36 | 26 | 6 | 531 | 105 | 120 |
| Binary | 11101111 | 10101000 | 10111010 | 0 | 11110 | 10110 | 110 | 101011001 | 1000101 | 1010000 |
Color Harmonies of #EFA8BA
Complementary color
Monochromatic Colors of #EFA8BA
Black with #EFA8BA
Text Example
Text Example
White with #EFA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8BA; }
p { color: rgb(239,168,186); }
H1.HeaderClassName
{
color: #EFA8BA;
}
.AnyTagClassName
{
color: #EFA8BA;
}
</style>
background-color css
<style>
a { background-color: #EFA8BA; }
a { background-color: rgb(239,168,186); }
div.DivClassName
{
background-color: #EFA8BA;
}
.BgClassName
{
background-color: #EFA8BA;
}
</style>
border-color css
<style>
span { border-color: #EFA8BA; }
span { border-color: rgb(239,168,186); }
td.TdClassName
{
border-color: #EFA8BA;
}
.TagClassName
{
border-color: #EFA8BA;
}
</style>