Shades of Cupid #EFADBA
Tints of Cupid #EFADBA
RGB
CMYK
RGB Variations
Color information
#EFADBA (or 0xEFADBA) is known color: Cupid. HEX triplet: EF, AD and BA. RGB value is (239,173,186). Sum of RGB (Red+Green+Blue) = 239+173+186=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADBA is #105245. Grayscale: #C2C2C2. Windows color (decimal): -1069638 or 12234223. OLE color: 12234223.
HSL color Cylindrical-coordinate representation of color #EFADBA: hue angle of 348.18º degrees, saturation: 0.67, 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 #EFADBA is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 186 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.06 |
| HSL | 348.18º | 0.67% | 0.81% | - |
| HSV(B) | 348.18º | 0.28% | 0.94% | - |
| XYZ | 59.4 | 51.78 | 53.32 | - |
| YUV | 194.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 186 | 0 | 0.28 | 0.22 | 0.06 | 348.18 | 0.67 | 0.81 |
| Hex | EF | AD | BA | 0 | 1C | 16 | 6 | 15C | 43 | 51 |
| Octal | 357 | 255 | 272 | 0 | 34 | 26 | 6 | 534 | 103 | 121 |
| Binary | 11101111 | 10101101 | 10111010 | 0 | 11100 | 10110 | 110 | 101011100 | 1000011 | 1010001 |
Color Harmonies of #EFADBA
Complementary color
Monochromatic Colors of #EFADBA
Black with #EFADBA
Text Example
Text Example
White with #EFADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADBA; }
p { color: rgb(239,173,186); }
H1.HeaderClassName
{
color: #EFADBA;
}
.AnyTagClassName
{
color: #EFADBA;
}
</style>
background-color css
<style>
a { background-color: #EFADBA; }
a { background-color: rgb(239,173,186); }
div.DivClassName
{
background-color: #EFADBA;
}
.BgClassName
{
background-color: #EFADBA;
}
</style>
border-color css
<style>
span { border-color: #EFADBA; }
span { border-color: rgb(239,173,186); }
td.TdClassName
{
border-color: #EFADBA;
}
.TagClassName
{
border-color: #EFADBA;
}
</style>