Shades of Cupid #EFA8C5
Tints of Cupid #EFA8C5
RGB
CMYK
RGB Variations
Color information
#EFA8C5 (or 0xEFA8C5) is known color: Cupid. HEX triplet: EF, A8 and C5. RGB value is (239,168,197). Sum of RGB (Red+Green+Blue) = 239+168+197=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C5 is #10573A. Grayscale: #C0C0C0. Windows color (decimal): -1070907 or 12953839. OLE color: 12953839.
HSL color Cylindrical-coordinate representation of color #EFA8C5: hue angle of 335.49º 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 #EFA8C5 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 197 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.06 |
| HSL | 335.49º | 0.69% | 0.8% | - |
| HSV(B) | 335.49º | 0.3% | 0.94% | - |
| XYZ | 59.68 | 50.39 | 59.4 | - |
| YUV | 192.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 197 | 0 | 0.30 | 0.18 | 0.06 | 335.49 | 0.69 | 0.8 |
| Hex | EF | A8 | C5 | 0 | 1E | 12 | 6 | 14F | 45 | 50 |
| Octal | 357 | 250 | 305 | 0 | 36 | 22 | 6 | 517 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11000101 | 0 | 11110 | 10010 | 110 | 101001111 | 1000101 | 1010000 |
Color Harmonies of #EFA8C5
Complementary color
Monochromatic Colors of #EFA8C5
Black with #EFA8C5
Text Example
Text Example
White with #EFA8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8C5; }
p { color: rgb(239,168,197); }
H1.HeaderClassName
{
color: #EFA8C5;
}
.AnyTagClassName
{
color: #EFA8C5;
}
</style>
background-color css
<style>
a { background-color: #EFA8C5; }
a { background-color: rgb(239,168,197); }
div.DivClassName
{
background-color: #EFA8C5;
}
.BgClassName
{
background-color: #EFA8C5;
}
</style>
border-color css
<style>
span { border-color: #EFA8C5; }
span { border-color: rgb(239,168,197); }
td.TdClassName
{
border-color: #EFA8C5;
}
.TagClassName
{
border-color: #EFA8C5;
}
</style>