Shades of Cupid #EFACB9
Tints of Cupid #EFACB9
RGB
CMYK
RGB Variations
Color information
#EFACB9 (or 0xEFACB9) is known color: Cupid. HEX triplet: EF, AC and B9. RGB value is (239,172,185). Sum of RGB (Red+Green+Blue) = 239+172+185=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACB9 is #105346. Grayscale: #C1C1C1. Windows color (decimal): -1069895 or 12168431. OLE color: 12168431.
HSL color Cylindrical-coordinate representation of color #EFACB9: hue angle of 348.36º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACB9 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 185 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.06 |
| HSL | 348.36º | 0.68% | 0.81% | - |
| HSV(B) | 348.36º | 0.28% | 0.94% | - |
| XYZ | 59.11 | 51.36 | 52.7 | - |
| YUV | 193.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 185 | 0 | 0.28 | 0.23 | 0.06 | 348.36 | 0.68 | 0.81 |
| Hex | EF | AC | B9 | 0 | 1C | 17 | 6 | 15C | 44 | 51 |
| Octal | 357 | 254 | 271 | 0 | 34 | 27 | 6 | 534 | 104 | 121 |
| Binary | 11101111 | 10101100 | 10111001 | 0 | 11100 | 10111 | 110 | 101011100 | 1000100 | 1010001 |
Color Harmonies of #EFACB9
Complementary color
Monochromatic Colors of #EFACB9
Black with #EFACB9
Text Example
Text Example
White with #EFACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACB9; }
p { color: rgb(239,172,185); }
H1.HeaderClassName
{
color: #EFACB9;
}
.AnyTagClassName
{
color: #EFACB9;
}
</style>
background-color css
<style>
a { background-color: #EFACB9; }
a { background-color: rgb(239,172,185); }
div.DivClassName
{
background-color: #EFACB9;
}
.BgClassName
{
background-color: #EFACB9;
}
</style>
border-color css
<style>
span { border-color: #EFACB9; }
span { border-color: rgb(239,172,185); }
td.TdClassName
{
border-color: #EFACB9;
}
.TagClassName
{
border-color: #EFACB9;
}
</style>