Shades of Cupid #EFB1BB
Tints of Cupid #EFB1BB
RGB
CMYK
RGB Variations
Color information
#EFB1BB (or 0xEFB1BB) is known color: Cupid. HEX triplet: EF, B1 and BB. RGB value is (239,177,187). Sum of RGB (Red+Green+Blue) = 239+177+187=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1BB is #104E44. Grayscale: #C4C4C4. Windows color (decimal): -1068613 or 12300783. OLE color: 12300783.
HSL color Cylindrical-coordinate representation of color #EFB1BB: hue angle of 350.32º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1BB is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 187 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.06 |
| HSL | 350.32º | 0.66% | 0.82% | - |
| HSV(B) | 350.32º | 0.26% | 0.94% | - |
| XYZ | 60.29 | 53.38 | 54.14 | - |
| YUV | 196.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 187 | 0 | 0.26 | 0.22 | 0.06 | 350.32 | 0.66 | 0.82 |
| Hex | EF | B1 | BB | 0 | 1A | 16 | 6 | 15E | 42 | 52 |
| Octal | 357 | 261 | 273 | 0 | 32 | 26 | 6 | 536 | 102 | 122 |
| Binary | 11101111 | 10110001 | 10111011 | 0 | 11010 | 10110 | 110 | 101011110 | 1000010 | 1010010 |
Color Harmonies of #EFB1BB
Complementary color
Monochromatic Colors of #EFB1BB
Black with #EFB1BB
Text Example
Text Example
White with #EFB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1BB; }
p { color: rgb(239,177,187); }
H1.HeaderClassName
{
color: #EFB1BB;
}
.AnyTagClassName
{
color: #EFB1BB;
}
</style>
background-color css
<style>
a { background-color: #EFB1BB; }
a { background-color: rgb(239,177,187); }
div.DivClassName
{
background-color: #EFB1BB;
}
.BgClassName
{
background-color: #EFB1BB;
}
</style>
border-color css
<style>
span { border-color: #EFB1BB; }
span { border-color: rgb(239,177,187); }
td.TdClassName
{
border-color: #EFB1BB;
}
.TagClassName
{
border-color: #EFB1BB;
}
</style>