Shades of Cupid #EFAAC0
Tints of Cupid #EFAAC0
RGB
CMYK
RGB Variations
Color information
#EFAAC0 (or 0xEFAAC0) is known color: Cupid. HEX triplet: EF, AA and C0. RGB value is (239,170,192). Sum of RGB (Red+Green+Blue) = 239+170+192=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAC0 is #10553F. Grayscale: #C1C1C1. Windows color (decimal): -1070400 or 12626671. OLE color: 12626671.
HSL color Cylindrical-coordinate representation of color #EFAAC0: hue angle of 340.87º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAC0 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 192 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.06 |
| HSL | 340.87º | 0.68% | 0.8% | - |
| HSV(B) | 340.87º | 0.29% | 0.94% | - |
| XYZ | 59.49 | 50.91 | 56.56 | - |
| YUV | 193.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 192 | 0 | 0.29 | 0.20 | 0.06 | 340.87 | 0.68 | 0.8 |
| Hex | EF | AA | C0 | 0 | 1D | 14 | 6 | 155 | 44 | 50 |
| Octal | 357 | 252 | 300 | 0 | 35 | 24 | 6 | 525 | 104 | 120 |
| Binary | 11101111 | 10101010 | 11000000 | 0 | 11101 | 10100 | 110 | 101010101 | 1000100 | 1010000 |
Color Harmonies of #EFAAC0
Complementary color
Monochromatic Colors of #EFAAC0
Black with #EFAAC0
Text Example
Text Example
White with #EFAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAC0; }
p { color: rgb(239,170,192); }
H1.HeaderClassName
{
color: #EFAAC0;
}
.AnyTagClassName
{
color: #EFAAC0;
}
</style>
background-color css
<style>
a { background-color: #EFAAC0; }
a { background-color: rgb(239,170,192); }
div.DivClassName
{
background-color: #EFAAC0;
}
.BgClassName
{
background-color: #EFAAC0;
}
</style>
border-color css
<style>
span { border-color: #EFAAC0; }
span { border-color: rgb(239,170,192); }
td.TdClassName
{
border-color: #EFAAC0;
}
.TagClassName
{
border-color: #EFAAC0;
}
</style>