Shades of Cupid #EFACC8
Tints of Cupid #EFACC8
RGB
CMYK
RGB Variations
Color information
#EFACC8 (or 0xEFACC8) is known color: Cupid. HEX triplet: EF, AC and C8. RGB value is (239,172,200). Sum of RGB (Red+Green+Blue) = 239+172+200=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC8 is #105337. Grayscale: #C3C3C3. Windows color (decimal): -1069880 or 13151471. OLE color: 13151471.
HSL color Cylindrical-coordinate representation of color #EFACC8: hue angle of 334.93º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACC8 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 200 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.06 |
| HSL | 334.93º | 0.68% | 0.81% | - |
| HSV(B) | 334.93º | 0.28% | 0.94% | - |
| XYZ | 60.77 | 52.03 | 61.48 | - |
| YUV | 195.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 200 | 0 | 0.28 | 0.16 | 0.06 | 334.93 | 0.68 | 0.81 |
| Hex | EF | AC | C8 | 0 | 1C | 10 | 6 | 14F | 44 | 51 |
| Octal | 357 | 254 | 310 | 0 | 34 | 20 | 6 | 517 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11001000 | 0 | 11100 | 10000 | 110 | 101001111 | 1000100 | 1010001 |
Color Harmonies of #EFACC8
Complementary color
Monochromatic Colors of #EFACC8
Black with #EFACC8
Text Example
Text Example
White with #EFACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACC8; }
p { color: rgb(239,172,200); }
H1.HeaderClassName
{
color: #EFACC8;
}
.AnyTagClassName
{
color: #EFACC8;
}
</style>
background-color css
<style>
a { background-color: #EFACC8; }
a { background-color: rgb(239,172,200); }
div.DivClassName
{
background-color: #EFACC8;
}
.BgClassName
{
background-color: #EFACC8;
}
</style>
border-color css
<style>
span { border-color: #EFACC8; }
span { border-color: rgb(239,172,200); }
td.TdClassName
{
border-color: #EFACC8;
}
.TagClassName
{
border-color: #EFACC8;
}
</style>