Shades of Cupid #EFA8C1
Tints of Cupid #EFA8C1
RGB
CMYK
RGB Variations
Color information
#EFA8C1 (or 0xEFA8C1) is known color: Cupid. HEX triplet: EF, A8 and C1. RGB value is (239,168,193). Sum of RGB (Red+Green+Blue) = 239+168+193=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C1 is #10573E. Grayscale: #C0C0C0. Windows color (decimal): -1070911 or 12691695. OLE color: 12691695.
HSL color Cylindrical-coordinate representation of color #EFA8C1: hue angle of 338.87º 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 #EFA8C1 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 193 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.06 |
| HSL | 338.87º | 0.69% | 0.8% | - |
| HSV(B) | 338.87º | 0.3% | 0.94% | - |
| XYZ | 59.22 | 50.21 | 57.02 | - |
| YUV | 192.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 193 | 0 | 0.30 | 0.19 | 0.06 | 338.87 | 0.69 | 0.8 |
| Hex | EF | A8 | C1 | 0 | 1E | 13 | 6 | 153 | 45 | 50 |
| Octal | 357 | 250 | 301 | 0 | 36 | 23 | 6 | 523 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11000001 | 0 | 11110 | 10011 | 110 | 101010011 | 1000101 | 1010000 |
Color Harmonies of #EFA8C1
Complementary color
Monochromatic Colors of #EFA8C1
Black with #EFA8C1
Text Example
Text Example
White with #EFA8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8C1; }
p { color: rgb(239,168,193); }
H1.HeaderClassName
{
color: #EFA8C1;
}
.AnyTagClassName
{
color: #EFA8C1;
}
</style>
background-color css
<style>
a { background-color: #EFA8C1; }
a { background-color: rgb(239,168,193); }
div.DivClassName
{
background-color: #EFA8C1;
}
.BgClassName
{
background-color: #EFA8C1;
}
</style>
border-color css
<style>
span { border-color: #EFA8C1; }
span { border-color: rgb(239,168,193); }
td.TdClassName
{
border-color: #EFA8C1;
}
.TagClassName
{
border-color: #EFA8C1;
}
</style>