Shades of Cupid #EFACBB
Tints of Cupid #EFACBB
RGB
CMYK
RGB Variations
Color information
#EFACBB (or 0xEFACBB) is known color: Cupid. HEX triplet: EF, AC and BB. RGB value is (239,172,187). Sum of RGB (Red+Green+Blue) = 239+172+187=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACBB is #105344. Grayscale: #C1C1C1. Windows color (decimal): -1069893 or 12299503. OLE color: 12299503.
HSL color Cylindrical-coordinate representation of color #EFACBB: hue angle of 346.57º 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 #EFACBB is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 187 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.06 |
| HSL | 346.57º | 0.68% | 0.81% | - |
| HSV(B) | 346.57º | 0.28% | 0.94% | - |
| XYZ | 59.32 | 51.44 | 53.82 | - |
| YUV | 193.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 187 | 0 | 0.28 | 0.22 | 0.06 | 346.57 | 0.68 | 0.81 |
| Hex | EF | AC | BB | 0 | 1C | 16 | 6 | 15B | 44 | 51 |
| Octal | 357 | 254 | 273 | 0 | 34 | 26 | 6 | 533 | 104 | 121 |
| Binary | 11101111 | 10101100 | 10111011 | 0 | 11100 | 10110 | 110 | 101011011 | 1000100 | 1010001 |
Color Harmonies of #EFACBB
Complementary color
Monochromatic Colors of #EFACBB
Black with #EFACBB
Text Example
Text Example
White with #EFACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACBB; }
p { color: rgb(239,172,187); }
H1.HeaderClassName
{
color: #EFACBB;
}
.AnyTagClassName
{
color: #EFACBB;
}
</style>
background-color css
<style>
a { background-color: #EFACBB; }
a { background-color: rgb(239,172,187); }
div.DivClassName
{
background-color: #EFACBB;
}
.BgClassName
{
background-color: #EFACBB;
}
</style>
border-color css
<style>
span { border-color: #EFACBB; }
span { border-color: rgb(239,172,187); }
td.TdClassName
{
border-color: #EFACBB;
}
.TagClassName
{
border-color: #EFACBB;
}
</style>