Shades of Cupid #EFA7B7
Tints of Cupid #EFA7B7
RGB
CMYK
RGB Variations
Color information
#EFA7B7 (or 0xEFA7B7) is known color: Cupid. HEX triplet: EF, A7 and B7. RGB value is (239,167,183). Sum of RGB (Red+Green+Blue) = 239+167+183=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7B7 is #105848. Grayscale: #BEBEBE. Windows color (decimal): -1071177 or 12036079. OLE color: 12036079.
HSL color Cylindrical-coordinate representation of color #EFA7B7: hue angle of 346.67º 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 #EFA7B7 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 183 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.06 |
| HSL | 346.67º | 0.69% | 0.8% | - |
| HSV(B) | 346.67º | 0.3% | 0.94% | - |
| XYZ | 57.96 | 49.41 | 51.28 | - |
| YUV | 190.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 183 | 0 | 0.30 | 0.23 | 0.06 | 346.67 | 0.69 | 0.8 |
| Hex | EF | A7 | B7 | 0 | 1E | 17 | 6 | 15B | 45 | 50 |
| Octal | 357 | 247 | 267 | 0 | 36 | 27 | 6 | 533 | 105 | 120 |
| Binary | 11101111 | 10100111 | 10110111 | 0 | 11110 | 10111 | 110 | 101011011 | 1000101 | 1010000 |
Color Harmonies of #EFA7B7
Complementary color
Monochromatic Colors of #EFA7B7
Black with #EFA7B7
Text Example
Text Example
White with #EFA7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7B7; }
p { color: rgb(239,167,183); }
H1.HeaderClassName
{
color: #EFA7B7;
}
.AnyTagClassName
{
color: #EFA7B7;
}
</style>
background-color css
<style>
a { background-color: #EFA7B7; }
a { background-color: rgb(239,167,183); }
div.DivClassName
{
background-color: #EFA7B7;
}
.BgClassName
{
background-color: #EFA7B7;
}
</style>
border-color css
<style>
span { border-color: #EFA7B7; }
span { border-color: rgb(239,167,183); }
td.TdClassName
{
border-color: #EFA7B7;
}
.TagClassName
{
border-color: #EFA7B7;
}
</style>