Shades of Cupid #EFACC6
Tints of Cupid #EFACC6
RGB
CMYK
RGB Variations
Color information
#EFACC6 (or 0xEFACC6) is known color: Cupid. HEX triplet: EF, AC and C6. RGB value is (239,172,198). Sum of RGB (Red+Green+Blue) = 239+172+198=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC6 is #105339. Grayscale: #C2C2C2. Windows color (decimal): -1069882 or 13020399. OLE color: 13020399.
HSL color Cylindrical-coordinate representation of color #EFACC6: hue angle of 336.72º 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 #EFACC6 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 198 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.06 |
| HSL | 336.72º | 0.68% | 0.81% | - |
| HSV(B) | 336.72º | 0.28% | 0.94% | - |
| XYZ | 60.54 | 51.93 | 60.26 | - |
| YUV | 195 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 198 | 0 | 0.28 | 0.17 | 0.06 | 336.72 | 0.68 | 0.81 |
| Hex | EF | AC | C6 | 0 | 1C | 11 | 6 | 151 | 44 | 51 |
| Octal | 357 | 254 | 306 | 0 | 34 | 21 | 6 | 521 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11000110 | 0 | 11100 | 10001 | 110 | 101010001 | 1000100 | 1010001 |
Color Harmonies of #EFACC6
Complementary color
Monochromatic Colors of #EFACC6
Black with #EFACC6
Text Example
Text Example
White with #EFACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACC6; }
p { color: rgb(239,172,198); }
H1.HeaderClassName
{
color: #EFACC6;
}
.AnyTagClassName
{
color: #EFACC6;
}
</style>
background-color css
<style>
a { background-color: #EFACC6; }
a { background-color: rgb(239,172,198); }
div.DivClassName
{
background-color: #EFACC6;
}
.BgClassName
{
background-color: #EFACC6;
}
</style>
border-color css
<style>
span { border-color: #EFACC6; }
span { border-color: rgb(239,172,198); }
td.TdClassName
{
border-color: #EFACC6;
}
.TagClassName
{
border-color: #EFACC6;
}
</style>