Shades of Cupid #EFA6C3
Tints of Cupid #EFA6C3
RGB
CMYK
RGB Variations
Color information
#EFA6C3 (or 0xEFA6C3) is known color: Cupid. HEX triplet: EF, A6 and C3. RGB value is (239,166,195). Sum of RGB (Red+Green+Blue) = 239+166+195=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6C3 is #10593C. Grayscale: #BFBFBF. Windows color (decimal): -1071421 or 12822255. OLE color: 12822255.
HSL color Cylindrical-coordinate representation of color #EFA6C3: hue angle of 336.16º 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 #EFA6C3 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 195 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.06 |
| HSL | 336.16º | 0.7% | 0.79% | - |
| HSV(B) | 336.16º | 0.31% | 0.94% | - |
| XYZ | 59.08 | 49.56 | 58.08 | - |
| YUV | 191.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 195 | 0 | 0.31 | 0.18 | 0.06 | 336.16 | 0.7 | 0.79 |
| Hex | EF | A6 | C3 | 0 | 1F | 12 | 6 | 150 | 46 | 4F |
| Octal | 357 | 246 | 303 | 0 | 37 | 22 | 6 | 520 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11000011 | 0 | 11111 | 10010 | 110 | 101010000 | 1000110 | 1001111 |
Color Harmonies of #EFA6C3
Complementary color
Monochromatic Colors of #EFA6C3
Black with #EFA6C3
Text Example
Text Example
White with #EFA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6C3; }
p { color: rgb(239,166,195); }
H1.HeaderClassName
{
color: #EFA6C3;
}
.AnyTagClassName
{
color: #EFA6C3;
}
</style>
background-color css
<style>
a { background-color: #EFA6C3; }
a { background-color: rgb(239,166,195); }
div.DivClassName
{
background-color: #EFA6C3;
}
.BgClassName
{
background-color: #EFA6C3;
}
</style>
border-color css
<style>
span { border-color: #EFA6C3; }
span { border-color: rgb(239,166,195); }
td.TdClassName
{
border-color: #EFA6C3;
}
.TagClassName
{
border-color: #EFA6C3;
}
</style>