Shades of Cupid #EFA8B7
Tints of Cupid #EFA8B7
RGB
CMYK
RGB Variations
Color information
#EFA8B7 (or 0xEFA8B7) is known color: Cupid. HEX triplet: EF, A8 and B7. RGB value is (239,168,183). Sum of RGB (Red+Green+Blue) = 239+168+183=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8B7 is #105748. Grayscale: #BEBEBE. Windows color (decimal): -1070921 or 12036335. OLE color: 12036335.
HSL color Cylindrical-coordinate representation of color #EFA8B7: hue angle of 347.32º 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 #EFA8B7 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 183 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.06 |
| HSL | 347.32º | 0.69% | 0.8% | - |
| HSV(B) | 347.32º | 0.3% | 0.94% | - |
| XYZ | 58.15 | 49.77 | 51.34 | - |
| YUV | 190.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 183 | 0 | 0.30 | 0.23 | 0.06 | 347.32 | 0.69 | 0.8 |
| Hex | EF | A8 | B7 | 0 | 1E | 17 | 6 | 15B | 45 | 50 |
| Octal | 357 | 250 | 267 | 0 | 36 | 27 | 6 | 533 | 105 | 120 |
| Binary | 11101111 | 10101000 | 10110111 | 0 | 11110 | 10111 | 110 | 101011011 | 1000101 | 1010000 |
Color Harmonies of #EFA8B7
Complementary color
Monochromatic Colors of #EFA8B7
Black with #EFA8B7
Text Example
Text Example
White with #EFA8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8B7; }
p { color: rgb(239,168,183); }
H1.HeaderClassName
{
color: #EFA8B7;
}
.AnyTagClassName
{
color: #EFA8B7;
}
</style>
background-color css
<style>
a { background-color: #EFA8B7; }
a { background-color: rgb(239,168,183); }
div.DivClassName
{
background-color: #EFA8B7;
}
.BgClassName
{
background-color: #EFA8B7;
}
</style>
border-color css
<style>
span { border-color: #EFA8B7; }
span { border-color: rgb(239,168,183); }
td.TdClassName
{
border-color: #EFA8B7;
}
.TagClassName
{
border-color: #EFA8B7;
}
</style>