Shades of Cupid #EFABC1
Tints of Cupid #EFABC1
RGB
CMYK
RGB Variations
Color information
#EFABC1 (or 0xEFABC1) is known color: Cupid. HEX triplet: EF, AB and C1. RGB value is (239,171,193). Sum of RGB (Red+Green+Blue) = 239+171+193=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC1 is #10543E. Grayscale: #C1C1C1. Windows color (decimal): -1070143 or 12692463. OLE color: 12692463.
HSL color Cylindrical-coordinate representation of color #EFABC1: hue angle of 340.59º 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 #EFABC1 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 193 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.06 |
| HSL | 340.59º | 0.68% | 0.8% | - |
| HSV(B) | 340.59º | 0.28% | 0.94% | - |
| XYZ | 59.79 | 51.33 | 57.21 | - |
| YUV | 193.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 193 | 0 | 0.28 | 0.19 | 0.06 | 340.59 | 0.68 | 0.8 |
| Hex | EF | AB | C1 | 0 | 1C | 13 | 6 | 155 | 44 | 50 |
| Octal | 357 | 253 | 301 | 0 | 34 | 23 | 6 | 525 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11000001 | 0 | 11100 | 10011 | 110 | 101010101 | 1000100 | 1010000 |
Color Harmonies of #EFABC1
Complementary color
Monochromatic Colors of #EFABC1
Black with #EFABC1
Text Example
Text Example
White with #EFABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABC1; }
p { color: rgb(239,171,193); }
H1.HeaderClassName
{
color: #EFABC1;
}
.AnyTagClassName
{
color: #EFABC1;
}
</style>
background-color css
<style>
a { background-color: #EFABC1; }
a { background-color: rgb(239,171,193); }
div.DivClassName
{
background-color: #EFABC1;
}
.BgClassName
{
background-color: #EFABC1;
}
</style>
border-color css
<style>
span { border-color: #EFABC1; }
span { border-color: rgb(239,171,193); }
td.TdClassName
{
border-color: #EFABC1;
}
.TagClassName
{
border-color: #EFABC1;
}
</style>