Shades of Cupid #EDA9BE
Tints of Cupid #EDA9BE
RGB
CMYK
RGB Variations
Color information
#EDA9BE (or 0xEDA9BE) is known color: Cupid. HEX triplet: ED, A9 and BE. RGB value is (237,169,190). Sum of RGB (Red+Green+Blue) = 237+169+190=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9BE is #125641. Grayscale: #BFBFBF. Windows color (decimal): -1201730 or 12495341. OLE color: 12495341.
HSL color Cylindrical-coordinate representation of color #EDA9BE: hue angle of 341.47º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9BE is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 190 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.07 |
| HSL | 341.47º | 0.65% | 0.8% | - |
| HSV(B) | 341.47º | 0.29% | 0.93% | - |
| XYZ | 58.41 | 50.1 | 55.31 | - |
| YUV | 191.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 190 | 0 | 0.29 | 0.20 | 0.07 | 341.47 | 0.65 | 0.8 |
| Hex | ED | A9 | BE | 0 | 1D | 14 | 7 | 155 | 41 | 50 |
| Octal | 355 | 251 | 276 | 0 | 35 | 24 | 7 | 525 | 101 | 120 |
| Binary | 11101101 | 10101001 | 10111110 | 0 | 11101 | 10100 | 111 | 101010101 | 1000001 | 1010000 |
Color Harmonies of #EDA9BE
Complementary color
Monochromatic Colors of #EDA9BE
Black with #EDA9BE
Text Example
Text Example
White with #EDA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9BE; }
p { color: rgb(237,169,190); }
H1.HeaderClassName
{
color: #EDA9BE;
}
.AnyTagClassName
{
color: #EDA9BE;
}
</style>
background-color css
<style>
a { background-color: #EDA9BE; }
a { background-color: rgb(237,169,190); }
div.DivClassName
{
background-color: #EDA9BE;
}
.BgClassName
{
background-color: #EDA9BE;
}
</style>
border-color css
<style>
span { border-color: #EDA9BE; }
span { border-color: rgb(237,169,190); }
td.TdClassName
{
border-color: #EDA9BE;
}
.TagClassName
{
border-color: #EDA9BE;
}
</style>