Shades of Cupid #EFAEBA
Tints of Cupid #EFAEBA
RGB
CMYK
RGB Variations
Color information
#EFAEBA (or 0xEFAEBA) is known color: Cupid. HEX triplet: EF, AE and BA. RGB value is (239,174,186). Sum of RGB (Red+Green+Blue) = 239+174+186=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEBA is #105145. Grayscale: #C2C2C2. Windows color (decimal): -1069382 or 12234479. OLE color: 12234479.
HSL color Cylindrical-coordinate representation of color #EFAEBA: hue angle of 348.92º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEBA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 186 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.06 |
| HSL | 348.92º | 0.67% | 0.81% | - |
| HSV(B) | 348.92º | 0.27% | 0.94% | - |
| XYZ | 59.6 | 52.17 | 53.38 | - |
| YUV | 194.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 186 | 0 | 0.27 | 0.22 | 0.06 | 348.92 | 0.67 | 0.81 |
| Hex | EF | AE | BA | 0 | 1B | 16 | 6 | 15D | 43 | 51 |
| Octal | 357 | 256 | 272 | 0 | 33 | 26 | 6 | 535 | 103 | 121 |
| Binary | 11101111 | 10101110 | 10111010 | 0 | 11011 | 10110 | 110 | 101011101 | 1000011 | 1010001 |
Color Harmonies of #EFAEBA
Complementary color
Monochromatic Colors of #EFAEBA
Black with #EFAEBA
Text Example
Text Example
White with #EFAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEBA; }
p { color: rgb(239,174,186); }
H1.HeaderClassName
{
color: #EFAEBA;
}
.AnyTagClassName
{
color: #EFAEBA;
}
</style>
background-color css
<style>
a { background-color: #EFAEBA; }
a { background-color: rgb(239,174,186); }
div.DivClassName
{
background-color: #EFAEBA;
}
.BgClassName
{
background-color: #EFAEBA;
}
</style>
border-color css
<style>
span { border-color: #EFAEBA; }
span { border-color: rgb(239,174,186); }
td.TdClassName
{
border-color: #EFAEBA;
}
.TagClassName
{
border-color: #EFAEBA;
}
</style>