Shades of Cupid #EFADBE
Tints of Cupid #EFADBE
RGB
CMYK
RGB Variations
Color information
#EFADBE (or 0xEFADBE) is known color: Cupid. HEX triplet: EF, AD and BE. RGB value is (239,173,190). Sum of RGB (Red+Green+Blue) = 239+173+190=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADBE is #105241. Grayscale: #C2C2C2. Windows color (decimal): -1069634 or 12496367. OLE color: 12496367.
HSL color Cylindrical-coordinate representation of color #EFADBE: hue angle of 344.55º 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 #EFADBE is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 190 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.06 |
| HSL | 344.55º | 0.67% | 0.81% | - |
| HSV(B) | 344.55º | 0.28% | 0.94% | - |
| XYZ | 59.83 | 51.96 | 55.59 | - |
| YUV | 194.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 190 | 0 | 0.28 | 0.21 | 0.06 | 344.55 | 0.67 | 0.81 |
| Hex | EF | AD | BE | 0 | 1C | 15 | 6 | 159 | 43 | 51 |
| Octal | 357 | 255 | 276 | 0 | 34 | 25 | 6 | 531 | 103 | 121 |
| Binary | 11101111 | 10101101 | 10111110 | 0 | 11100 | 10101 | 110 | 101011001 | 1000011 | 1010001 |
Color Harmonies of #EFADBE
Complementary color
Monochromatic Colors of #EFADBE
Black with #EFADBE
Text Example
Text Example
White with #EFADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADBE; }
p { color: rgb(239,173,190); }
H1.HeaderClassName
{
color: #EFADBE;
}
.AnyTagClassName
{
color: #EFADBE;
}
</style>
background-color css
<style>
a { background-color: #EFADBE; }
a { background-color: rgb(239,173,190); }
div.DivClassName
{
background-color: #EFADBE;
}
.BgClassName
{
background-color: #EFADBE;
}
</style>
border-color css
<style>
span { border-color: #EFADBE; }
span { border-color: rgb(239,173,190); }
td.TdClassName
{
border-color: #EFADBE;
}
.TagClassName
{
border-color: #EFADBE;
}
</style>