Shades of Cupid #EFA6BF
Tints of Cupid #EFA6BF
RGB
CMYK
RGB Variations
Color information
#EFA6BF (or 0xEFA6BF) is known color: Cupid. HEX triplet: EF, A6 and BF. RGB value is (239,166,191). Sum of RGB (Red+Green+Blue) = 239+166+191=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6BF is #105940. Grayscale: #BEBEBE. Windows color (decimal): -1071425 or 12560111. OLE color: 12560111.
HSL color Cylindrical-coordinate representation of color #EFA6BF: hue angle of 339.45º 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 #EFA6BF is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 191 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.06 |
| HSL | 339.45º | 0.7% | 0.79% | - |
| HSV(B) | 339.45º | 0.31% | 0.94% | - |
| XYZ | 58.64 | 49.38 | 55.73 | - |
| YUV | 190.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 191 | 0 | 0.31 | 0.20 | 0.06 | 339.45 | 0.7 | 0.79 |
| Hex | EF | A6 | BF | 0 | 1F | 14 | 6 | 153 | 46 | 4F |
| Octal | 357 | 246 | 277 | 0 | 37 | 24 | 6 | 523 | 106 | 117 |
| Binary | 11101111 | 10100110 | 10111111 | 0 | 11111 | 10100 | 110 | 101010011 | 1000110 | 1001111 |
Color Harmonies of #EFA6BF
Complementary color
Monochromatic Colors of #EFA6BF
Black with #EFA6BF
Text Example
Text Example
White with #EFA6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6BF; }
p { color: rgb(239,166,191); }
H1.HeaderClassName
{
color: #EFA6BF;
}
.AnyTagClassName
{
color: #EFA6BF;
}
</style>
background-color css
<style>
a { background-color: #EFA6BF; }
a { background-color: rgb(239,166,191); }
div.DivClassName
{
background-color: #EFA6BF;
}
.BgClassName
{
background-color: #EFA6BF;
}
</style>
border-color css
<style>
span { border-color: #EFA6BF; }
span { border-color: rgb(239,166,191); }
td.TdClassName
{
border-color: #EFA6BF;
}
.TagClassName
{
border-color: #EFA6BF;
}
</style>