Shades of Cupid #EFB0BE
Tints of Cupid #EFB0BE
RGB
CMYK
RGB Variations
Color information
#EFB0BE (or 0xEFB0BE) is known color: Cupid. HEX triplet: EF, B0 and BE. RGB value is (239,176,190). Sum of RGB (Red+Green+Blue) = 239+176+190=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0BE is #104F41. Grayscale: #C4C4C4. Windows color (decimal): -1068866 or 12497135. OLE color: 12497135.
HSL color Cylindrical-coordinate representation of color #EFB0BE: hue angle of 346.67º 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 #EFB0BE is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 190 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.06 |
| HSL | 346.67º | 0.66% | 0.81% | - |
| HSV(B) | 346.67º | 0.26% | 0.94% | - |
| XYZ | 60.42 | 53.12 | 55.78 | - |
| YUV | 196.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 190 | 0 | 0.26 | 0.21 | 0.06 | 346.67 | 0.66 | 0.81 |
| Hex | EF | B0 | BE | 0 | 1A | 15 | 6 | 15B | 42 | 51 |
| Octal | 357 | 260 | 276 | 0 | 32 | 25 | 6 | 533 | 102 | 121 |
| Binary | 11101111 | 10110000 | 10111110 | 0 | 11010 | 10101 | 110 | 101011011 | 1000010 | 1010001 |
Color Harmonies of #EFB0BE
Complementary color
Monochromatic Colors of #EFB0BE
Black with #EFB0BE
Text Example
Text Example
White with #EFB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0BE; }
p { color: rgb(239,176,190); }
H1.HeaderClassName
{
color: #EFB0BE;
}
.AnyTagClassName
{
color: #EFB0BE;
}
</style>
background-color css
<style>
a { background-color: #EFB0BE; }
a { background-color: rgb(239,176,190); }
div.DivClassName
{
background-color: #EFB0BE;
}
.BgClassName
{
background-color: #EFB0BE;
}
</style>
border-color css
<style>
span { border-color: #EFB0BE; }
span { border-color: rgb(239,176,190); }
td.TdClassName
{
border-color: #EFB0BE;
}
.TagClassName
{
border-color: #EFB0BE;
}
</style>