Shades of Cupid #EDA9B9
Tints of Cupid #EDA9B9
RGB
CMYK
RGB Variations
Color information
#EDA9B9 (or 0xEDA9B9) is known color: Cupid. HEX triplet: ED, A9 and B9. RGB value is (237,169,185). Sum of RGB (Red+Green+Blue) = 237+169+185=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9B9 is #125646. Grayscale: #BFBFBF. Windows color (decimal): -1201735 or 12167661. OLE color: 12167661.
HSL color Cylindrical-coordinate representation of color #EDA9B9: hue angle of 345.88º 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 #EDA9B9 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 185 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.07 |
| HSL | 345.88º | 0.65% | 0.8% | - |
| HSV(B) | 345.88º | 0.29% | 0.93% | - |
| XYZ | 57.87 | 49.88 | 52.48 | - |
| YUV | 191.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 185 | 0 | 0.29 | 0.22 | 0.07 | 345.88 | 0.65 | 0.8 |
| Hex | ED | A9 | B9 | 0 | 1D | 16 | 7 | 15A | 41 | 50 |
| Octal | 355 | 251 | 271 | 0 | 35 | 26 | 7 | 532 | 101 | 120 |
| Binary | 11101101 | 10101001 | 10111001 | 0 | 11101 | 10110 | 111 | 101011010 | 1000001 | 1010000 |
Color Harmonies of #EDA9B9
Complementary color
Monochromatic Colors of #EDA9B9
Black with #EDA9B9
Text Example
Text Example
White with #EDA9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9B9; }
p { color: rgb(237,169,185); }
H1.HeaderClassName
{
color: #EDA9B9;
}
.AnyTagClassName
{
color: #EDA9B9;
}
</style>
background-color css
<style>
a { background-color: #EDA9B9; }
a { background-color: rgb(237,169,185); }
div.DivClassName
{
background-color: #EDA9B9;
}
.BgClassName
{
background-color: #EDA9B9;
}
</style>
border-color css
<style>
span { border-color: #EDA9B9; }
span { border-color: rgb(237,169,185); }
td.TdClassName
{
border-color: #EDA9B9;
}
.TagClassName
{
border-color: #EDA9B9;
}
</style>