Shades of Cupid #EFADBC
Tints of Cupid #EFADBC
RGB
CMYK
RGB Variations
Color information
#EFADBC (or 0xEFADBC) is known color: Cupid. HEX triplet: EF, AD and BC. RGB value is (239,173,188). Sum of RGB (Red+Green+Blue) = 239+173+188=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADBC is #105243. Grayscale: #C2C2C2. Windows color (decimal): -1069636 or 12365295. OLE color: 12365295.
HSL color Cylindrical-coordinate representation of color #EFADBC: hue angle of 346.36º 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 #EFADBC is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 188 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.06 |
| HSL | 346.36º | 0.67% | 0.81% | - |
| HSV(B) | 346.36º | 0.28% | 0.94% | - |
| XYZ | 59.62 | 51.87 | 54.45 | - |
| YUV | 194.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 188 | 0 | 0.28 | 0.21 | 0.06 | 346.36 | 0.67 | 0.81 |
| Hex | EF | AD | BC | 0 | 1C | 15 | 6 | 15A | 43 | 51 |
| Octal | 357 | 255 | 274 | 0 | 34 | 25 | 6 | 532 | 103 | 121 |
| Binary | 11101111 | 10101101 | 10111100 | 0 | 11100 | 10101 | 110 | 101011010 | 1000011 | 1010001 |
Color Harmonies of #EFADBC
Complementary color
Monochromatic Colors of #EFADBC
Black with #EFADBC
Text Example
Text Example
White with #EFADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADBC; }
p { color: rgb(239,173,188); }
H1.HeaderClassName
{
color: #EFADBC;
}
.AnyTagClassName
{
color: #EFADBC;
}
</style>
background-color css
<style>
a { background-color: #EFADBC; }
a { background-color: rgb(239,173,188); }
div.DivClassName
{
background-color: #EFADBC;
}
.BgClassName
{
background-color: #EFADBC;
}
</style>
border-color css
<style>
span { border-color: #EFADBC; }
span { border-color: rgb(239,173,188); }
td.TdClassName
{
border-color: #EFADBC;
}
.TagClassName
{
border-color: #EFADBC;
}
</style>