Shades of Cupid #EFA9C2
Tints of Cupid #EFA9C2
RGB
CMYK
RGB Variations
Color information
#EFA9C2 (or 0xEFA9C2) is known color: Cupid. HEX triplet: EF, A9 and C2. RGB value is (239,169,194). Sum of RGB (Red+Green+Blue) = 239+169+194=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9C2 is #10563D. Grayscale: #C0C0C0. Windows color (decimal): -1070654 or 12757487. OLE color: 12757487.
HSL color Cylindrical-coordinate representation of color #EFA9C2: hue angle of 338.57º 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 #EFA9C2 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 194 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.06 |
| HSL | 338.57º | 0.69% | 0.8% | - |
| HSV(B) | 338.57º | 0.29% | 0.94% | - |
| XYZ | 59.52 | 50.62 | 57.67 | - |
| YUV | 192.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 194 | 0 | 0.29 | 0.19 | 0.06 | 338.57 | 0.69 | 0.8 |
| Hex | EF | A9 | C2 | 0 | 1D | 13 | 6 | 153 | 45 | 50 |
| Octal | 357 | 251 | 302 | 0 | 35 | 23 | 6 | 523 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11000010 | 0 | 11101 | 10011 | 110 | 101010011 | 1000101 | 1010000 |
Color Harmonies of #EFA9C2
Complementary color
Monochromatic Colors of #EFA9C2
Black with #EFA9C2
Text Example
Text Example
White with #EFA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9C2; }
p { color: rgb(239,169,194); }
H1.HeaderClassName
{
color: #EFA9C2;
}
.AnyTagClassName
{
color: #EFA9C2;
}
</style>
background-color css
<style>
a { background-color: #EFA9C2; }
a { background-color: rgb(239,169,194); }
div.DivClassName
{
background-color: #EFA9C2;
}
.BgClassName
{
background-color: #EFA9C2;
}
</style>
border-color css
<style>
span { border-color: #EFA9C2; }
span { border-color: rgb(239,169,194); }
td.TdClassName
{
border-color: #EFA9C2;
}
.TagClassName
{
border-color: #EFA9C2;
}
</style>