Shades of Cupid #EFA9C0
Tints of Cupid #EFA9C0
RGB
CMYK
RGB Variations
Color information
#EFA9C0 (or 0xEFA9C0) is known color: Cupid. HEX triplet: EF, A9 and C0. RGB value is (239,169,192). Sum of RGB (Red+Green+Blue) = 239+169+192=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9C0 is #10563F. Grayscale: #C0C0C0. Windows color (decimal): -1070656 or 12626415. OLE color: 12626415.
HSL color Cylindrical-coordinate representation of color #EFA9C0: hue angle of 340.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9C0 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 192 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.06 |
| HSL | 340.29º | 0.69% | 0.8% | - |
| HSV(B) | 340.29º | 0.29% | 0.94% | - |
| XYZ | 59.3 | 50.53 | 56.5 | - |
| YUV | 192.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 192 | 0 | 0.29 | 0.20 | 0.06 | 340.29 | 0.69 | 0.8 |
| Hex | EF | A9 | C0 | 0 | 1D | 14 | 6 | 154 | 45 | 50 |
| Octal | 357 | 251 | 300 | 0 | 35 | 24 | 6 | 524 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11000000 | 0 | 11101 | 10100 | 110 | 101010100 | 1000101 | 1010000 |
Color Harmonies of #EFA9C0
Complementary color
Monochromatic Colors of #EFA9C0
Black with #EFA9C0
Text Example
Text Example
White with #EFA9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9C0; }
p { color: rgb(239,169,192); }
H1.HeaderClassName
{
color: #EFA9C0;
}
.AnyTagClassName
{
color: #EFA9C0;
}
</style>
background-color css
<style>
a { background-color: #EFA9C0; }
a { background-color: rgb(239,169,192); }
div.DivClassName
{
background-color: #EFA9C0;
}
.BgClassName
{
background-color: #EFA9C0;
}
</style>
border-color css
<style>
span { border-color: #EFA9C0; }
span { border-color: rgb(239,169,192); }
td.TdClassName
{
border-color: #EFA9C0;
}
.TagClassName
{
border-color: #EFA9C0;
}
</style>