Shades of Cupid #EFA6C2
Tints of Cupid #EFA6C2
RGB
CMYK
RGB Variations
Color information
#EFA6C2 (or 0xEFA6C2) is known color: Cupid. HEX triplet: EF, A6 and C2. RGB value is (239,166,194). Sum of RGB (Red+Green+Blue) = 239+166+194=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6C2 is #10593D. Grayscale: #BEBEBE. Windows color (decimal): -1071422 or 12756719. OLE color: 12756719.
HSL color Cylindrical-coordinate representation of color #EFA6C2: hue angle of 336.99º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6C2 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 194 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.06 |
| HSL | 336.99º | 0.7% | 0.79% | - |
| HSV(B) | 336.99º | 0.31% | 0.94% | - |
| XYZ | 58.97 | 49.52 | 57.49 | - |
| YUV | 191.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 194 | 0 | 0.31 | 0.19 | 0.06 | 336.99 | 0.7 | 0.79 |
| Hex | EF | A6 | C2 | 0 | 1F | 13 | 6 | 151 | 46 | 4F |
| Octal | 357 | 246 | 302 | 0 | 37 | 23 | 6 | 521 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11000010 | 0 | 11111 | 10011 | 110 | 101010001 | 1000110 | 1001111 |
Color Harmonies of #EFA6C2
Complementary color
Monochromatic Colors of #EFA6C2
Black with #EFA6C2
Text Example
Text Example
White with #EFA6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6C2; }
p { color: rgb(239,166,194); }
H1.HeaderClassName
{
color: #EFA6C2;
}
.AnyTagClassName
{
color: #EFA6C2;
}
</style>
background-color css
<style>
a { background-color: #EFA6C2; }
a { background-color: rgb(239,166,194); }
div.DivClassName
{
background-color: #EFA6C2;
}
.BgClassName
{
background-color: #EFA6C2;
}
</style>
border-color css
<style>
span { border-color: #EFA6C2; }
span { border-color: rgb(239,166,194); }
td.TdClassName
{
border-color: #EFA6C2;
}
.TagClassName
{
border-color: #EFA6C2;
}
</style>