Shades of Cupid #EFA8C0
Tints of Cupid #EFA8C0
RGB
CMYK
RGB Variations
Color information
#EFA8C0 (or 0xEFA8C0) is known color: Cupid. HEX triplet: EF, A8 and C0. RGB value is (239,168,192). Sum of RGB (Red+Green+Blue) = 239+168+192=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C0 is #10573F. Grayscale: #BFBFBF. Windows color (decimal): -1070912 or 12626159. OLE color: 12626159.
HSL color Cylindrical-coordinate representation of color #EFA8C0: hue angle of 339.72º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8C0 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 192 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.06 |
| HSL | 339.72º | 0.69% | 0.8% | - |
| HSV(B) | 339.72º | 0.3% | 0.94% | - |
| XYZ | 59.11 | 50.16 | 56.44 | - |
| YUV | 191.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 192 | 0 | 0.30 | 0.20 | 0.06 | 339.72 | 0.69 | 0.8 |
| Hex | EF | A8 | C0 | 0 | 1E | 14 | 6 | 154 | 45 | 50 |
| Octal | 357 | 250 | 300 | 0 | 36 | 24 | 6 | 524 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11000000 | 0 | 11110 | 10100 | 110 | 101010100 | 1000101 | 1010000 |
Color Harmonies of #EFA8C0
Complementary color
Monochromatic Colors of #EFA8C0
Black with #EFA8C0
Text Example
Text Example
White with #EFA8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8C0; }
p { color: rgb(239,168,192); }
H1.HeaderClassName
{
color: #EFA8C0;
}
.AnyTagClassName
{
color: #EFA8C0;
}
</style>
background-color css
<style>
a { background-color: #EFA8C0; }
a { background-color: rgb(239,168,192); }
div.DivClassName
{
background-color: #EFA8C0;
}
.BgClassName
{
background-color: #EFA8C0;
}
</style>
border-color css
<style>
span { border-color: #EFA8C0; }
span { border-color: rgb(239,168,192); }
td.TdClassName
{
border-color: #EFA8C0;
}
.TagClassName
{
border-color: #EFA8C0;
}
</style>