Shades of Cupid #EFACC7
Tints of Cupid #EFACC7
RGB
CMYK
RGB Variations
Color information
#EFACC7 (or 0xEFACC7) is known color: Cupid. HEX triplet: EF, AC and C7. RGB value is (239,172,199). Sum of RGB (Red+Green+Blue) = 239+172+199=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC7 is #105338. Grayscale: #C3C3C3. Windows color (decimal): -1069881 or 13085935. OLE color: 13085935.
HSL color Cylindrical-coordinate representation of color #EFACC7: hue angle of 335.82º 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 #EFACC7 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 199 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.06 |
| HSL | 335.82º | 0.68% | 0.81% | - |
| HSV(B) | 335.82º | 0.28% | 0.94% | - |
| XYZ | 60.66 | 51.98 | 60.87 | - |
| YUV | 195.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 199 | 0 | 0.28 | 0.17 | 0.06 | 335.82 | 0.68 | 0.81 |
| Hex | EF | AC | C7 | 0 | 1C | 11 | 6 | 150 | 44 | 51 |
| Octal | 357 | 254 | 307 | 0 | 34 | 21 | 6 | 520 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11000111 | 0 | 11100 | 10001 | 110 | 101010000 | 1000100 | 1010001 |
Color Harmonies of #EFACC7
Complementary color
Monochromatic Colors of #EFACC7
Black with #EFACC7
Text Example
Text Example
White with #EFACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACC7; }
p { color: rgb(239,172,199); }
H1.HeaderClassName
{
color: #EFACC7;
}
.AnyTagClassName
{
color: #EFACC7;
}
</style>
background-color css
<style>
a { background-color: #EFACC7; }
a { background-color: rgb(239,172,199); }
div.DivClassName
{
background-color: #EFACC7;
}
.BgClassName
{
background-color: #EFACC7;
}
</style>
border-color css
<style>
span { border-color: #EFACC7; }
span { border-color: rgb(239,172,199); }
td.TdClassName
{
border-color: #EFACC7;
}
.TagClassName
{
border-color: #EFACC7;
}
</style>