Shades of Cupid #EFB3BC
Tints of Cupid #EFB3BC
RGB
CMYK
RGB Variations
Color information
#EFB3BC (or 0xEFB3BC) is known color: Cupid. HEX triplet: EF, B3 and BC. RGB value is (239,179,188). Sum of RGB (Red+Green+Blue) = 239+179+188=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3BC is #104C43. Grayscale: #C5C5C5. Windows color (decimal): -1068100 or 12366831. OLE color: 12366831.
HSL color Cylindrical-coordinate representation of color #EFB3BC: hue angle of 351º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB3BC is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 188 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.06 |
| HSL | 351º | 0.65% | 0.82% | - |
| HSV(B) | 351º | 0.25% | 0.94% | - |
| XYZ | 60.79 | 54.22 | 54.84 | - |
| YUV | 197.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 188 | 0 | 0.25 | 0.21 | 0.06 | 351 | 0.65 | 0.82 |
| Hex | EF | B3 | BC | 0 | 19 | 15 | 6 | 15F | 41 | 52 |
| Octal | 357 | 263 | 274 | 0 | 31 | 25 | 6 | 537 | 101 | 122 |
| Binary | 11101111 | 10110011 | 10111100 | 0 | 11001 | 10101 | 110 | 101011111 | 1000001 | 1010010 |
Color Harmonies of #EFB3BC
Complementary color
Monochromatic Colors of #EFB3BC
Black with #EFB3BC
Text Example
Text Example
White with #EFB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB3BC; }
p { color: rgb(239,179,188); }
H1.HeaderClassName
{
color: #EFB3BC;
}
.AnyTagClassName
{
color: #EFB3BC;
}
</style>
background-color css
<style>
a { background-color: #EFB3BC; }
a { background-color: rgb(239,179,188); }
div.DivClassName
{
background-color: #EFB3BC;
}
.BgClassName
{
background-color: #EFB3BC;
}
</style>
border-color css
<style>
span { border-color: #EFB3BC; }
span { border-color: rgb(239,179,188); }
td.TdClassName
{
border-color: #EFB3BC;
}
.TagClassName
{
border-color: #EFB3BC;
}
</style>