Shades of Cupid #EFABC5
Tints of Cupid #EFABC5
RGB
CMYK
RGB Variations
Color information
#EFABC5 (or 0xEFABC5) is known color: Cupid. HEX triplet: EF, AB and C5. RGB value is (239,171,197). Sum of RGB (Red+Green+Blue) = 239+171+197=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC5 is #10543A. Grayscale: #C2C2C2. Windows color (decimal): -1070139 or 12954607. OLE color: 12954607.
HSL color Cylindrical-coordinate representation of color #EFABC5: hue angle of 337.06º 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 #EFABC5 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 197 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.06 |
| HSL | 337.06º | 0.68% | 0.8% | - |
| HSV(B) | 337.06º | 0.28% | 0.94% | - |
| XYZ | 60.24 | 51.51 | 59.59 | - |
| YUV | 194.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 197 | 0 | 0.28 | 0.18 | 0.06 | 337.06 | 0.68 | 0.8 |
| Hex | EF | AB | C5 | 0 | 1C | 12 | 6 | 151 | 44 | 50 |
| Octal | 357 | 253 | 305 | 0 | 34 | 22 | 6 | 521 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11000101 | 0 | 11100 | 10010 | 110 | 101010001 | 1000100 | 1010000 |
Color Harmonies of #EFABC5
Complementary color
Monochromatic Colors of #EFABC5
Black with #EFABC5
Text Example
Text Example
White with #EFABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABC5; }
p { color: rgb(239,171,197); }
H1.HeaderClassName
{
color: #EFABC5;
}
.AnyTagClassName
{
color: #EFABC5;
}
</style>
background-color css
<style>
a { background-color: #EFABC5; }
a { background-color: rgb(239,171,197); }
div.DivClassName
{
background-color: #EFABC5;
}
.BgClassName
{
background-color: #EFABC5;
}
</style>
border-color css
<style>
span { border-color: #EFABC5; }
span { border-color: rgb(239,171,197); }
td.TdClassName
{
border-color: #EFABC5;
}
.TagClassName
{
border-color: #EFABC5;
}
</style>