Shades of Cupid #EFA9C5
Tints of Cupid #EFA9C5
RGB
CMYK
RGB Variations
Color information
#EFA9C5 (or 0xEFA9C5) is known color: Cupid. HEX triplet: EF, A9 and C5. RGB value is (239,169,197). Sum of RGB (Red+Green+Blue) = 239+169+197=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9C5 is #10563A. Grayscale: #C1C1C1. Windows color (decimal): -1070651 or 12954095. OLE color: 12954095.
HSL color Cylindrical-coordinate representation of color #EFA9C5: hue angle of 336º 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 #EFA9C5 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 197 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.06 |
| HSL | 336º | 0.69% | 0.8% | - |
| HSV(B) | 336º | 0.29% | 0.94% | - |
| XYZ | 59.86 | 50.76 | 59.47 | - |
| YUV | 193.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 197 | 0 | 0.29 | 0.18 | 0.06 | 336 | 0.69 | 0.8 |
| Hex | EF | A9 | C5 | 0 | 1D | 12 | 6 | 150 | 45 | 50 |
| Octal | 357 | 251 | 305 | 0 | 35 | 22 | 6 | 520 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11000101 | 0 | 11101 | 10010 | 110 | 101010000 | 1000101 | 1010000 |
Color Harmonies of #EFA9C5
Complementary color
Monochromatic Colors of #EFA9C5
Black with #EFA9C5
Text Example
Text Example
White with #EFA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9C5; }
p { color: rgb(239,169,197); }
H1.HeaderClassName
{
color: #EFA9C5;
}
.AnyTagClassName
{
color: #EFA9C5;
}
</style>
background-color css
<style>
a { background-color: #EFA9C5; }
a { background-color: rgb(239,169,197); }
div.DivClassName
{
background-color: #EFA9C5;
}
.BgClassName
{
background-color: #EFA9C5;
}
</style>
border-color css
<style>
span { border-color: #EFA9C5; }
span { border-color: rgb(239,169,197); }
td.TdClassName
{
border-color: #EFA9C5;
}
.TagClassName
{
border-color: #EFA9C5;
}
</style>