Shades of Cupid #EFABB8
Tints of Cupid #EFABB8
RGB
CMYK
RGB Variations
Color information
#EFABB8 (or 0xEFABB8) is known color: Cupid. HEX triplet: EF, AB and B8. RGB value is (239,171,184). Sum of RGB (Red+Green+Blue) = 239+171+184=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABB8 is #105447. Grayscale: #C0C0C0. Windows color (decimal): -1070152 or 12102639. OLE color: 12102639.
HSL color Cylindrical-coordinate representation of color #EFABB8: hue angle of 348.53º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABB8 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 184 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.06 |
| HSL | 348.53º | 0.68% | 0.8% | - |
| HSV(B) | 348.53º | 0.28% | 0.94% | - |
| XYZ | 58.81 | 50.94 | 52.08 | - |
| YUV | 192.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 184 | 0 | 0.28 | 0.23 | 0.06 | 348.53 | 0.68 | 0.8 |
| Hex | EF | AB | B8 | 0 | 1C | 17 | 6 | 15D | 44 | 50 |
| Octal | 357 | 253 | 270 | 0 | 34 | 27 | 6 | 535 | 104 | 120 |
| Binary | 11101111 | 10101011 | 10111000 | 0 | 11100 | 10111 | 110 | 101011101 | 1000100 | 1010000 |
Color Harmonies of #EFABB8
Complementary color
Monochromatic Colors of #EFABB8
Black with #EFABB8
Text Example
Text Example
White with #EFABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABB8; }
p { color: rgb(239,171,184); }
H1.HeaderClassName
{
color: #EFABB8;
}
.AnyTagClassName
{
color: #EFABB8;
}
</style>
background-color css
<style>
a { background-color: #EFABB8; }
a { background-color: rgb(239,171,184); }
div.DivClassName
{
background-color: #EFABB8;
}
.BgClassName
{
background-color: #EFABB8;
}
</style>
border-color css
<style>
span { border-color: #EFABB8; }
span { border-color: rgb(239,171,184); }
td.TdClassName
{
border-color: #EFABB8;
}
.TagClassName
{
border-color: #EFABB8;
}
</style>