Shades of Cupid #EFA8BD
Tints of Cupid #EFA8BD
RGB
CMYK
RGB Variations
Color information
#EFA8BD (or 0xEFA8BD) is known color: Cupid. HEX triplet: EF, A8 and BD. RGB value is (239,168,189). Sum of RGB (Red+Green+Blue) = 239+168+189=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8BD is #105742. Grayscale: #BFBFBF. Windows color (decimal): -1070915 or 12429551. OLE color: 12429551.
HSL color Cylindrical-coordinate representation of color #EFA8BD: hue angle of 342.25º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8BD is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 189 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.06 |
| HSL | 342.25º | 0.69% | 0.8% | - |
| HSV(B) | 342.25º | 0.3% | 0.94% | - |
| XYZ | 58.78 | 50.03 | 54.7 | - |
| YUV | 191.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 189 | 0 | 0.30 | 0.21 | 0.06 | 342.25 | 0.69 | 0.8 |
| Hex | EF | A8 | BD | 0 | 1E | 15 | 6 | 156 | 45 | 50 |
| Octal | 357 | 250 | 275 | 0 | 36 | 25 | 6 | 526 | 105 | 120 |
| Binary | 11101111 | 10101000 | 10111101 | 0 | 11110 | 10101 | 110 | 101010110 | 1000101 | 1010000 |
Color Harmonies of #EFA8BD
Complementary color
Monochromatic Colors of #EFA8BD
Black with #EFA8BD
Text Example
Text Example
White with #EFA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8BD; }
p { color: rgb(239,168,189); }
H1.HeaderClassName
{
color: #EFA8BD;
}
.AnyTagClassName
{
color: #EFA8BD;
}
</style>
background-color css
<style>
a { background-color: #EFA8BD; }
a { background-color: rgb(239,168,189); }
div.DivClassName
{
background-color: #EFA8BD;
}
.BgClassName
{
background-color: #EFA8BD;
}
</style>
border-color css
<style>
span { border-color: #EFA8BD; }
span { border-color: rgb(239,168,189); }
td.TdClassName
{
border-color: #EFA8BD;
}
.TagClassName
{
border-color: #EFA8BD;
}
</style>