Shades of Cupid #EFACBE
Tints of Cupid #EFACBE
RGB
CMYK
RGB Variations
Color information
#EFACBE (or 0xEFACBE) is known color: Cupid. HEX triplet: EF, AC and BE. RGB value is (239,172,190). Sum of RGB (Red+Green+Blue) = 239+172+190=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACBE is #105341. Grayscale: #C2C2C2. Windows color (decimal): -1069890 or 12496111. OLE color: 12496111.
HSL color Cylindrical-coordinate representation of color #EFACBE: hue angle of 343.88º 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 #EFACBE is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 190 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.06 |
| HSL | 343.88º | 0.68% | 0.81% | - |
| HSV(B) | 343.88º | 0.28% | 0.94% | - |
| XYZ | 59.64 | 51.57 | 55.53 | - |
| YUV | 194.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 190 | 0 | 0.28 | 0.21 | 0.06 | 343.88 | 0.68 | 0.81 |
| Hex | EF | AC | BE | 0 | 1C | 15 | 6 | 158 | 44 | 51 |
| Octal | 357 | 254 | 276 | 0 | 34 | 25 | 6 | 530 | 104 | 121 |
| Binary | 11101111 | 10101100 | 10111110 | 0 | 11100 | 10101 | 110 | 101011000 | 1000100 | 1010001 |
Color Harmonies of #EFACBE
Complementary color
Monochromatic Colors of #EFACBE
Black with #EFACBE
Text Example
Text Example
White with #EFACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACBE; }
p { color: rgb(239,172,190); }
H1.HeaderClassName
{
color: #EFACBE;
}
.AnyTagClassName
{
color: #EFACBE;
}
</style>
background-color css
<style>
a { background-color: #EFACBE; }
a { background-color: rgb(239,172,190); }
div.DivClassName
{
background-color: #EFACBE;
}
.BgClassName
{
background-color: #EFACBE;
}
</style>
border-color css
<style>
span { border-color: #EFACBE; }
span { border-color: rgb(239,172,190); }
td.TdClassName
{
border-color: #EFACBE;
}
.TagClassName
{
border-color: #EFACBE;
}
</style>