Shades of Cupid #EFB0BC
Tints of Cupid #EFB0BC
RGB
CMYK
RGB Variations
Color information
#EFB0BC (or 0xEFB0BC) is known color: Cupid. HEX triplet: EF, B0 and BC. RGB value is (239,176,188). Sum of RGB (Red+Green+Blue) = 239+176+188=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0BC is #104F43. Grayscale: #C4C4C4. Windows color (decimal): -1068868 or 12366063. OLE color: 12366063.
HSL color Cylindrical-coordinate representation of color #EFB0BC: hue angle of 348.57º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0BC is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 188 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.06 |
| HSL | 348.57º | 0.66% | 0.81% | - |
| HSV(B) | 348.57º | 0.26% | 0.94% | - |
| XYZ | 60.2 | 53.03 | 54.64 | - |
| YUV | 196.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 188 | 0 | 0.26 | 0.21 | 0.06 | 348.57 | 0.66 | 0.81 |
| Hex | EF | B0 | BC | 0 | 1A | 15 | 6 | 15D | 42 | 51 |
| Octal | 357 | 260 | 274 | 0 | 32 | 25 | 6 | 535 | 102 | 121 |
| Binary | 11101111 | 10110000 | 10111100 | 0 | 11010 | 10101 | 110 | 101011101 | 1000010 | 1010001 |
Color Harmonies of #EFB0BC
Complementary color
Monochromatic Colors of #EFB0BC
Black with #EFB0BC
Text Example
Text Example
White with #EFB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0BC; }
p { color: rgb(239,176,188); }
H1.HeaderClassName
{
color: #EFB0BC;
}
.AnyTagClassName
{
color: #EFB0BC;
}
</style>
background-color css
<style>
a { background-color: #EFB0BC; }
a { background-color: rgb(239,176,188); }
div.DivClassName
{
background-color: #EFB0BC;
}
.BgClassName
{
background-color: #EFB0BC;
}
</style>
border-color css
<style>
span { border-color: #EFB0BC; }
span { border-color: rgb(239,176,188); }
td.TdClassName
{
border-color: #EFB0BC;
}
.TagClassName
{
border-color: #EFB0BC;
}
</style>