Shades of Cupid #EFA9C6
Tints of Cupid #EFA9C6
RGB
CMYK
RGB Variations
Color information
#EFA9C6 (or 0xEFA9C6) is known color: Cupid. HEX triplet: EF, A9 and C6. RGB value is (239,169,198). Sum of RGB (Red+Green+Blue) = 239+169+198=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9C6 is #105639. Grayscale: #C1C1C1. Windows color (decimal): -1070650 or 13019631. OLE color: 13019631.
HSL color Cylindrical-coordinate representation of color #EFA9C6: hue angle of 335.14º 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 #EFA9C6 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 198 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.06 |
| HSL | 335.14º | 0.69% | 0.8% | - |
| HSV(B) | 335.14º | 0.29% | 0.94% | - |
| XYZ | 59.98 | 50.8 | 60.07 | - |
| YUV | 193.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 198 | 0 | 0.29 | 0.17 | 0.06 | 335.14 | 0.69 | 0.8 |
| Hex | EF | A9 | C6 | 0 | 1D | 11 | 6 | 14F | 45 | 50 |
| Octal | 357 | 251 | 306 | 0 | 35 | 21 | 6 | 517 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11000110 | 0 | 11101 | 10001 | 110 | 101001111 | 1000101 | 1010000 |
Color Harmonies of #EFA9C6
Complementary color
Monochromatic Colors of #EFA9C6
Black with #EFA9C6
Text Example
Text Example
White with #EFA9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9C6; }
p { color: rgb(239,169,198); }
H1.HeaderClassName
{
color: #EFA9C6;
}
.AnyTagClassName
{
color: #EFA9C6;
}
</style>
background-color css
<style>
a { background-color: #EFA9C6; }
a { background-color: rgb(239,169,198); }
div.DivClassName
{
background-color: #EFA9C6;
}
.BgClassName
{
background-color: #EFA9C6;
}
</style>
border-color css
<style>
span { border-color: #EFA9C6; }
span { border-color: rgb(239,169,198); }
td.TdClassName
{
border-color: #EFA9C6;
}
.TagClassName
{
border-color: #EFA9C6;
}
</style>