Shades of Cupid #EFA7B8
Tints of Cupid #EFA7B8
RGB
CMYK
RGB Variations
Color information
#EFA7B8 (or 0xEFA7B8) is known color: Cupid. HEX triplet: EF, A7 and B8. RGB value is (239,167,184). Sum of RGB (Red+Green+Blue) = 239+167+184=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7B8 is #105847. Grayscale: #BEBEBE. Windows color (decimal): -1071176 or 12101615. OLE color: 12101615.
HSL color Cylindrical-coordinate representation of color #EFA7B8: hue angle of 345.83º 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 #EFA7B8 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 184 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.06 |
| HSL | 345.83º | 0.69% | 0.8% | - |
| HSV(B) | 345.83º | 0.3% | 0.94% | - |
| XYZ | 58.07 | 49.45 | 51.83 | - |
| YUV | 190.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 184 | 0 | 0.30 | 0.23 | 0.06 | 345.83 | 0.69 | 0.8 |
| Hex | EF | A7 | B8 | 0 | 1E | 17 | 6 | 15A | 45 | 50 |
| Octal | 357 | 247 | 270 | 0 | 36 | 27 | 6 | 532 | 105 | 120 |
| Binary | 11101111 | 10100111 | 10111000 | 0 | 11110 | 10111 | 110 | 101011010 | 1000101 | 1010000 |
Color Harmonies of #EFA7B8
Complementary color
Monochromatic Colors of #EFA7B8
Black with #EFA7B8
Text Example
Text Example
White with #EFA7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7B8; }
p { color: rgb(239,167,184); }
H1.HeaderClassName
{
color: #EFA7B8;
}
.AnyTagClassName
{
color: #EFA7B8;
}
</style>
background-color css
<style>
a { background-color: #EFA7B8; }
a { background-color: rgb(239,167,184); }
div.DivClassName
{
background-color: #EFA7B8;
}
.BgClassName
{
background-color: #EFA7B8;
}
</style>
border-color css
<style>
span { border-color: #EFA7B8; }
span { border-color: rgb(239,167,184); }
td.TdClassName
{
border-color: #EFA7B8;
}
.TagClassName
{
border-color: #EFA7B8;
}
</style>