Shades of Cupid #EFADBD
Tints of Cupid #EFADBD
RGB
CMYK
RGB Variations
Color information
#EFADBD (or 0xEFADBD) is known color: Cupid. HEX triplet: EF, AD and BD. RGB value is (239,173,189). Sum of RGB (Red+Green+Blue) = 239+173+189=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADBD is #105242. Grayscale: #C2C2C2. Windows color (decimal): -1069635 or 12430831. OLE color: 12430831.
HSL color Cylindrical-coordinate representation of color #EFADBD: hue angle of 345.45º 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 #EFADBD is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 189 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.06 |
| HSL | 345.45º | 0.67% | 0.81% | - |
| HSV(B) | 345.45º | 0.28% | 0.94% | - |
| XYZ | 59.73 | 51.91 | 55.02 | - |
| YUV | 194.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 189 | 0 | 0.28 | 0.21 | 0.06 | 345.45 | 0.67 | 0.81 |
| Hex | EF | AD | BD | 0 | 1C | 15 | 6 | 159 | 43 | 51 |
| Octal | 357 | 255 | 275 | 0 | 34 | 25 | 6 | 531 | 103 | 121 |
| Binary | 11101111 | 10101101 | 10111101 | 0 | 11100 | 10101 | 110 | 101011001 | 1000011 | 1010001 |
Color Harmonies of #EFADBD
Complementary color
Monochromatic Colors of #EFADBD
Black with #EFADBD
Text Example
Text Example
White with #EFADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADBD; }
p { color: rgb(239,173,189); }
H1.HeaderClassName
{
color: #EFADBD;
}
.AnyTagClassName
{
color: #EFADBD;
}
</style>
background-color css
<style>
a { background-color: #EFADBD; }
a { background-color: rgb(239,173,189); }
div.DivClassName
{
background-color: #EFADBD;
}
.BgClassName
{
background-color: #EFADBD;
}
</style>
border-color css
<style>
span { border-color: #EFADBD; }
span { border-color: rgb(239,173,189); }
td.TdClassName
{
border-color: #EFADBD;
}
.TagClassName
{
border-color: #EFADBD;
}
</style>