Shades of Cupid #EFAABA
Tints of Cupid #EFAABA
RGB
CMYK
RGB Variations
Color information
#EFAABA (or 0xEFAABA) is known color: Cupid. HEX triplet: EF, AA and BA. RGB value is (239,170,186). Sum of RGB (Red+Green+Blue) = 239+170+186=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAABA is #105545. Grayscale: #C0C0C0. Windows color (decimal): -1070406 or 12233455. OLE color: 12233455.
HSL color Cylindrical-coordinate representation of color #EFAABA: hue angle of 346.09º 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 #EFAABA is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 186 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.06 |
| HSL | 346.09º | 0.68% | 0.8% | - |
| HSV(B) | 346.09º | 0.29% | 0.94% | - |
| XYZ | 58.83 | 50.65 | 53.13 | - |
| YUV | 192.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 186 | 0 | 0.29 | 0.22 | 0.06 | 346.09 | 0.68 | 0.8 |
| Hex | EF | AA | BA | 0 | 1D | 16 | 6 | 15A | 44 | 50 |
| Octal | 357 | 252 | 272 | 0 | 35 | 26 | 6 | 532 | 104 | 120 |
| Binary | 11101111 | 10101010 | 10111010 | 0 | 11101 | 10110 | 110 | 101011010 | 1000100 | 1010000 |
Color Harmonies of #EFAABA
Complementary color
Monochromatic Colors of #EFAABA
Black with #EFAABA
Text Example
Text Example
White with #EFAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAABA; }
p { color: rgb(239,170,186); }
H1.HeaderClassName
{
color: #EFAABA;
}
.AnyTagClassName
{
color: #EFAABA;
}
</style>
background-color css
<style>
a { background-color: #EFAABA; }
a { background-color: rgb(239,170,186); }
div.DivClassName
{
background-color: #EFAABA;
}
.BgClassName
{
background-color: #EFAABA;
}
</style>
border-color css
<style>
span { border-color: #EFAABA; }
span { border-color: rgb(239,170,186); }
td.TdClassName
{
border-color: #EFAABA;
}
.TagClassName
{
border-color: #EFAABA;
}
</style>