Shades of Cupid #EFA6BC
Tints of Cupid #EFA6BC
RGB
CMYK
RGB Variations
Color information
#EFA6BC (or 0xEFA6BC) is known color: Cupid. HEX triplet: EF, A6 and BC. RGB value is (239,166,188). Sum of RGB (Red+Green+Blue) = 239+166+188=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6BC is #105943. Grayscale: #BEBEBE. Windows color (decimal): -1071428 or 12363503. OLE color: 12363503.
HSL color Cylindrical-coordinate representation of color #EFA6BC: hue angle of 341.92º 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 #EFA6BC is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 188 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.06 |
| HSL | 341.92º | 0.7% | 0.79% | - |
| HSV(B) | 341.92º | 0.31% | 0.94% | - |
| XYZ | 58.31 | 49.25 | 54.01 | - |
| YUV | 190.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 188 | 0 | 0.31 | 0.21 | 0.06 | 341.92 | 0.7 | 0.79 |
| Hex | EF | A6 | BC | 0 | 1F | 15 | 6 | 156 | 46 | 4F |
| Octal | 357 | 246 | 274 | 0 | 37 | 25 | 6 | 526 | 106 | 117 |
| Binary | 11101111 | 10100110 | 10111100 | 0 | 11111 | 10101 | 110 | 101010110 | 1000110 | 1001111 |
Color Harmonies of #EFA6BC
Complementary color
Monochromatic Colors of #EFA6BC
Black with #EFA6BC
Text Example
Text Example
White with #EFA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6BC; }
p { color: rgb(239,166,188); }
H1.HeaderClassName
{
color: #EFA6BC;
}
.AnyTagClassName
{
color: #EFA6BC;
}
</style>
background-color css
<style>
a { background-color: #EFA6BC; }
a { background-color: rgb(239,166,188); }
div.DivClassName
{
background-color: #EFA6BC;
}
.BgClassName
{
background-color: #EFA6BC;
}
</style>
border-color css
<style>
span { border-color: #EFA6BC; }
span { border-color: rgb(239,166,188); }
td.TdClassName
{
border-color: #EFA6BC;
}
.TagClassName
{
border-color: #EFA6BC;
}
</style>