Shades of Cupid #EFA7C1
Tints of Cupid #EFA7C1
RGB
CMYK
RGB Variations
Color information
#EFA7C1 (or 0xEFA7C1) is known color: Cupid. HEX triplet: EF, A7 and C1. RGB value is (239,167,193). Sum of RGB (Red+Green+Blue) = 239+167+193=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7C1 is #10583E. Grayscale: #BFBFBF. Windows color (decimal): -1071167 or 12691439. OLE color: 12691439.
HSL color Cylindrical-coordinate representation of color #EFA7C1: hue angle of 338.33º 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 #EFA7C1 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 193 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.06 |
| HSL | 338.33º | 0.69% | 0.8% | - |
| HSV(B) | 338.33º | 0.3% | 0.94% | - |
| XYZ | 59.04 | 49.84 | 56.96 | - |
| YUV | 191.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 193 | 0 | 0.30 | 0.19 | 0.06 | 338.33 | 0.69 | 0.8 |
| Hex | EF | A7 | C1 | 0 | 1E | 13 | 6 | 152 | 45 | 50 |
| Octal | 357 | 247 | 301 | 0 | 36 | 23 | 6 | 522 | 105 | 120 |
| Binary | 11101111 | 10100111 | 11000001 | 0 | 11110 | 10011 | 110 | 101010010 | 1000101 | 1010000 |
Color Harmonies of #EFA7C1
Complementary color
Monochromatic Colors of #EFA7C1
Black with #EFA7C1
Text Example
Text Example
White with #EFA7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7C1; }
p { color: rgb(239,167,193); }
H1.HeaderClassName
{
color: #EFA7C1;
}
.AnyTagClassName
{
color: #EFA7C1;
}
</style>
background-color css
<style>
a { background-color: #EFA7C1; }
a { background-color: rgb(239,167,193); }
div.DivClassName
{
background-color: #EFA7C1;
}
.BgClassName
{
background-color: #EFA7C1;
}
</style>
border-color css
<style>
span { border-color: #EFA7C1; }
span { border-color: rgb(239,167,193); }
td.TdClassName
{
border-color: #EFA7C1;
}
.TagClassName
{
border-color: #EFA7C1;
}
</style>