Shades of Cupid #EFA4BA
Tints of Cupid #EFA4BA
RGB
CMYK
RGB Variations
Color information
#EFA4BA (or 0xEFA4BA) is known color: Cupid. HEX triplet: EF, A4 and BA. RGB value is (239,164,186). Sum of RGB (Red+Green+Blue) = 239+164+186=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4BA is #105B45. Grayscale: #BCBCBC. Windows color (decimal): -1071942 or 12231919. OLE color: 12231919.
HSL color Cylindrical-coordinate representation of color #EFA4BA: hue angle of 342.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4BA is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 186 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.06 |
| HSL | 342.4º | 0.7% | 0.79% | - |
| HSV(B) | 342.4º | 0.31% | 0.94% | - |
| XYZ | 57.73 | 48.45 | 52.76 | - |
| YUV | 188.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 186 | 0 | 0.31 | 0.22 | 0.06 | 342.4 | 0.7 | 0.79 |
| Hex | EF | A4 | BA | 0 | 1F | 16 | 6 | 156 | 46 | 4F |
| Octal | 357 | 244 | 272 | 0 | 37 | 26 | 6 | 526 | 106 | 117 |
| Binary | 11101111 | 10100100 | 10111010 | 0 | 11111 | 10110 | 110 | 101010110 | 1000110 | 1001111 |
Color Harmonies of #EFA4BA
Complementary color
Monochromatic Colors of #EFA4BA
Black with #EFA4BA
Text Example
Text Example
White with #EFA4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4BA; }
p { color: rgb(239,164,186); }
H1.HeaderClassName
{
color: #EFA4BA;
}
.AnyTagClassName
{
color: #EFA4BA;
}
</style>
background-color css
<style>
a { background-color: #EFA4BA; }
a { background-color: rgb(239,164,186); }
div.DivClassName
{
background-color: #EFA4BA;
}
.BgClassName
{
background-color: #EFA4BA;
}
</style>
border-color css
<style>
span { border-color: #EFA4BA; }
span { border-color: rgb(239,164,186); }
td.TdClassName
{
border-color: #EFA4BA;
}
.TagClassName
{
border-color: #EFA4BA;
}
</style>