Shades of Cupid #EFAABC
Tints of Cupid #EFAABC
RGB
CMYK
RGB Variations
Color information
#EFAABC (or 0xEFAABC) is known color: Cupid. HEX triplet: EF, AA and BC. RGB value is (239,170,188). Sum of RGB (Red+Green+Blue) = 239+170+188=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAABC is #105543. Grayscale: #C0C0C0. Windows color (decimal): -1070404 or 12364527. OLE color: 12364527.
HSL color Cylindrical-coordinate representation of color #EFAABC: hue angle of 344.35º 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 #EFAABC is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 188 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.06 |
| HSL | 344.35º | 0.68% | 0.8% | - |
| HSV(B) | 344.35º | 0.29% | 0.94% | - |
| XYZ | 59.05 | 50.73 | 54.26 | - |
| YUV | 192.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 188 | 0 | 0.29 | 0.21 | 0.06 | 344.35 | 0.68 | 0.8 |
| Hex | EF | AA | BC | 0 | 1D | 15 | 6 | 158 | 44 | 50 |
| Octal | 357 | 252 | 274 | 0 | 35 | 25 | 6 | 530 | 104 | 120 |
| Binary | 11101111 | 10101010 | 10111100 | 0 | 11101 | 10101 | 110 | 101011000 | 1000100 | 1010000 |
Color Harmonies of #EFAABC
Complementary color
Monochromatic Colors of #EFAABC
Black with #EFAABC
Text Example
Text Example
White with #EFAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAABC; }
p { color: rgb(239,170,188); }
H1.HeaderClassName
{
color: #EFAABC;
}
.AnyTagClassName
{
color: #EFAABC;
}
</style>
background-color css
<style>
a { background-color: #EFAABC; }
a { background-color: rgb(239,170,188); }
div.DivClassName
{
background-color: #EFAABC;
}
.BgClassName
{
background-color: #EFAABC;
}
</style>
border-color css
<style>
span { border-color: #EFAABC; }
span { border-color: rgb(239,170,188); }
td.TdClassName
{
border-color: #EFAABC;
}
.TagClassName
{
border-color: #EFAABC;
}
</style>