Shades of Cupid #EFAFC8
Tints of Cupid #EFAFC8
RGB
CMYK
RGB Variations
Color information
#EFAFC8 (or 0xEFAFC8) is known color: Cupid. HEX triplet: EF, AF and C8. RGB value is (239,175,200). Sum of RGB (Red+Green+Blue) = 239+175+200=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFC8 is #105037. Grayscale: #C4C4C4. Windows color (decimal): -1069112 or 13152239. OLE color: 13152239.
HSL color Cylindrical-coordinate representation of color #EFAFC8: hue angle of 336.56º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFC8 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 200 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.06 |
| HSL | 336.56º | 0.67% | 0.81% | - |
| HSV(B) | 336.56º | 0.27% | 0.94% | - |
| XYZ | 61.35 | 53.18 | 61.67 | - |
| YUV | 196.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 200 | 0 | 0.27 | 0.16 | 0.06 | 336.56 | 0.67 | 0.81 |
| Hex | EF | AF | C8 | 0 | 1B | 10 | 6 | 151 | 43 | 51 |
| Octal | 357 | 257 | 310 | 0 | 33 | 20 | 6 | 521 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11001000 | 0 | 11011 | 10000 | 110 | 101010001 | 1000011 | 1010001 |
Color Harmonies of #EFAFC8
Complementary color
Monochromatic Colors of #EFAFC8
Black with #EFAFC8
Text Example
Text Example
White with #EFAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFC8; }
p { color: rgb(239,175,200); }
H1.HeaderClassName
{
color: #EFAFC8;
}
.AnyTagClassName
{
color: #EFAFC8;
}
</style>
background-color css
<style>
a { background-color: #EFAFC8; }
a { background-color: rgb(239,175,200); }
div.DivClassName
{
background-color: #EFAFC8;
}
.BgClassName
{
background-color: #EFAFC8;
}
</style>
border-color css
<style>
span { border-color: #EFAFC8; }
span { border-color: rgb(239,175,200); }
td.TdClassName
{
border-color: #EFAFC8;
}
.TagClassName
{
border-color: #EFAFC8;
}
</style>