Shades of Cupid #EFA8BB
Tints of Cupid #EFA8BB
RGB
CMYK
RGB Variations
Color information
#EFA8BB (or 0xEFA8BB) is known color: Cupid. HEX triplet: EF, A8 and BB. RGB value is (239,168,187). Sum of RGB (Red+Green+Blue) = 239+168+187=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8BB is #105744. Grayscale: #BFBFBF. Windows color (decimal): -1070917 or 12298479. OLE color: 12298479.
HSL color Cylindrical-coordinate representation of color #EFA8BB: hue angle of 343.94º 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 #EFA8BB is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 187 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.06 |
| HSL | 343.94º | 0.69% | 0.8% | - |
| HSV(B) | 343.94º | 0.3% | 0.94% | - |
| XYZ | 58.57 | 49.94 | 53.57 | - |
| YUV | 191.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 187 | 0 | 0.30 | 0.22 | 0.06 | 343.94 | 0.69 | 0.8 |
| Hex | EF | A8 | BB | 0 | 1E | 16 | 6 | 158 | 45 | 50 |
| Octal | 357 | 250 | 273 | 0 | 36 | 26 | 6 | 530 | 105 | 120 |
| Binary | 11101111 | 10101000 | 10111011 | 0 | 11110 | 10110 | 110 | 101011000 | 1000101 | 1010000 |
Color Harmonies of #EFA8BB
Complementary color
Monochromatic Colors of #EFA8BB
Black with #EFA8BB
Text Example
Text Example
White with #EFA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8BB; }
p { color: rgb(239,168,187); }
H1.HeaderClassName
{
color: #EFA8BB;
}
.AnyTagClassName
{
color: #EFA8BB;
}
</style>
background-color css
<style>
a { background-color: #EFA8BB; }
a { background-color: rgb(239,168,187); }
div.DivClassName
{
background-color: #EFA8BB;
}
.BgClassName
{
background-color: #EFA8BB;
}
</style>
border-color css
<style>
span { border-color: #EFA8BB; }
span { border-color: rgb(239,168,187); }
td.TdClassName
{
border-color: #EFA8BB;
}
.TagClassName
{
border-color: #EFA8BB;
}
</style>