Shades of Cupid #EFB2BB
Tints of Cupid #EFB2BB
RGB
CMYK
RGB Variations
Color information
#EFB2BB (or 0xEFB2BB) is known color: Cupid. HEX triplet: EF, B2 and BB. RGB value is (239,178,187). Sum of RGB (Red+Green+Blue) = 239+178+187=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2BB is #104D44. Grayscale: #C5C5C5. Windows color (decimal): -1068357 or 12301039. OLE color: 12301039.
HSL color Cylindrical-coordinate representation of color #EFB2BB: hue angle of 351.15º 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 #EFB2BB is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 187 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.06 |
| HSL | 351.15º | 0.66% | 0.82% | - |
| HSV(B) | 351.15º | 0.26% | 0.94% | - |
| XYZ | 60.49 | 53.78 | 54.21 | - |
| YUV | 197.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 187 | 0 | 0.26 | 0.22 | 0.06 | 351.15 | 0.66 | 0.82 |
| Hex | EF | B2 | BB | 0 | 1A | 16 | 6 | 15F | 42 | 52 |
| Octal | 357 | 262 | 273 | 0 | 32 | 26 | 6 | 537 | 102 | 122 |
| Binary | 11101111 | 10110010 | 10111011 | 0 | 11010 | 10110 | 110 | 101011111 | 1000010 | 1010010 |
Color Harmonies of #EFB2BB
Complementary color
Monochromatic Colors of #EFB2BB
Black with #EFB2BB
Text Example
Text Example
White with #EFB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2BB; }
p { color: rgb(239,178,187); }
H1.HeaderClassName
{
color: #EFB2BB;
}
.AnyTagClassName
{
color: #EFB2BB;
}
</style>
background-color css
<style>
a { background-color: #EFB2BB; }
a { background-color: rgb(239,178,187); }
div.DivClassName
{
background-color: #EFB2BB;
}
.BgClassName
{
background-color: #EFB2BB;
}
</style>
border-color css
<style>
span { border-color: #EFB2BB; }
span { border-color: rgb(239,178,187); }
td.TdClassName
{
border-color: #EFB2BB;
}
.TagClassName
{
border-color: #EFB2BB;
}
</style>