Shades of Cupid #EFA5BA
Tints of Cupid #EFA5BA
RGB
CMYK
RGB Variations
Color information
#EFA5BA (or 0xEFA5BA) is known color: Cupid. HEX triplet: EF, A5 and BA. RGB value is (239,165,186). Sum of RGB (Red+Green+Blue) = 239+165+186=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5BA is #105A45. Grayscale: #BDBDBD. Windows color (decimal): -1071686 or 12232175. OLE color: 12232175.
HSL color Cylindrical-coordinate representation of color #EFA5BA: hue angle of 342.97º 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 #EFA5BA is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 186 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.06 |
| HSL | 342.97º | 0.7% | 0.79% | - |
| HSV(B) | 342.97º | 0.31% | 0.94% | - |
| XYZ | 57.91 | 48.81 | 52.82 | - |
| YUV | 189.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 186 | 0 | 0.31 | 0.22 | 0.06 | 342.97 | 0.7 | 0.79 |
| Hex | EF | A5 | BA | 0 | 1F | 16 | 6 | 157 | 46 | 4F |
| Octal | 357 | 245 | 272 | 0 | 37 | 26 | 6 | 527 | 106 | 117 |
| Binary | 11101111 | 10100101 | 10111010 | 0 | 11111 | 10110 | 110 | 101010111 | 1000110 | 1001111 |
Color Harmonies of #EFA5BA
Complementary color
Monochromatic Colors of #EFA5BA
Black with #EFA5BA
Text Example
Text Example
White with #EFA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5BA; }
p { color: rgb(239,165,186); }
H1.HeaderClassName
{
color: #EFA5BA;
}
.AnyTagClassName
{
color: #EFA5BA;
}
</style>
background-color css
<style>
a { background-color: #EFA5BA; }
a { background-color: rgb(239,165,186); }
div.DivClassName
{
background-color: #EFA5BA;
}
.BgClassName
{
background-color: #EFA5BA;
}
</style>
border-color css
<style>
span { border-color: #EFA5BA; }
span { border-color: rgb(239,165,186); }
td.TdClassName
{
border-color: #EFA5BA;
}
.TagClassName
{
border-color: #EFA5BA;
}
</style>