Shades of Cupid #EFA6B8
Tints of Cupid #EFA6B8
RGB
CMYK
RGB Variations
Color information
#EFA6B8 (or 0xEFA6B8) is known color: Cupid. HEX triplet: EF, A6 and B8. RGB value is (239,166,184). Sum of RGB (Red+Green+Blue) = 239+166+184=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6B8 is #105947. Grayscale: #BDBDBD. Windows color (decimal): -1071432 or 12101359. OLE color: 12101359.
HSL color Cylindrical-coordinate representation of color #EFA6B8: hue angle of 345.21º 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 #EFA6B8 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 184 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.06 |
| HSL | 345.21º | 0.7% | 0.79% | - |
| HSV(B) | 345.21º | 0.31% | 0.94% | - |
| XYZ | 57.88 | 49.08 | 51.77 | - |
| YUV | 189.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 184 | 0 | 0.31 | 0.23 | 0.06 | 345.21 | 0.7 | 0.79 |
| Hex | EF | A6 | B8 | 0 | 1F | 17 | 6 | 159 | 46 | 4F |
| Octal | 357 | 246 | 270 | 0 | 37 | 27 | 6 | 531 | 106 | 117 |
| Binary | 11101111 | 10100110 | 10111000 | 0 | 11111 | 10111 | 110 | 101011001 | 1000110 | 1001111 |
Color Harmonies of #EFA6B8
Complementary color
Monochromatic Colors of #EFA6B8
Black with #EFA6B8
Text Example
Text Example
White with #EFA6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6B8; }
p { color: rgb(239,166,184); }
H1.HeaderClassName
{
color: #EFA6B8;
}
.AnyTagClassName
{
color: #EFA6B8;
}
</style>
background-color css
<style>
a { background-color: #EFA6B8; }
a { background-color: rgb(239,166,184); }
div.DivClassName
{
background-color: #EFA6B8;
}
.BgClassName
{
background-color: #EFA6B8;
}
</style>
border-color css
<style>
span { border-color: #EFA6B8; }
span { border-color: rgb(239,166,184); }
td.TdClassName
{
border-color: #EFA6B8;
}
.TagClassName
{
border-color: #EFA6B8;
}
</style>