Shades of Cupid #EDABB9
Tints of Cupid #EDABB9
RGB
CMYK
RGB Variations
Color information
#EDABB9 (or 0xEDABB9) is known color: Cupid. HEX triplet: ED, AB and B9. RGB value is (237,171,185). Sum of RGB (Red+Green+Blue) = 237+171+185=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABB9 is #125446. Grayscale: #C0C0C0. Windows color (decimal): -1201223 or 12168173. OLE color: 12168173.
HSL color Cylindrical-coordinate representation of color #EDABB9: hue angle of 347.27º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABB9 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 185 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.07 |
| HSL | 347.27º | 0.65% | 0.8% | - |
| HSV(B) | 347.27º | 0.28% | 0.93% | - |
| XYZ | 58.24 | 50.63 | 52.6 | - |
| YUV | 192.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 185 | 0 | 0.28 | 0.22 | 0.07 | 347.27 | 0.65 | 0.8 |
| Hex | ED | AB | B9 | 0 | 1C | 16 | 7 | 15B | 41 | 50 |
| Octal | 355 | 253 | 271 | 0 | 34 | 26 | 7 | 533 | 101 | 120 |
| Binary | 11101101 | 10101011 | 10111001 | 0 | 11100 | 10110 | 111 | 101011011 | 1000001 | 1010000 |
Color Harmonies of #EDABB9
Complementary color
Monochromatic Colors of #EDABB9
Black with #EDABB9
Text Example
Text Example
White with #EDABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABB9; }
p { color: rgb(237,171,185); }
H1.HeaderClassName
{
color: #EDABB9;
}
.AnyTagClassName
{
color: #EDABB9;
}
</style>
background-color css
<style>
a { background-color: #EDABB9; }
a { background-color: rgb(237,171,185); }
div.DivClassName
{
background-color: #EDABB9;
}
.BgClassName
{
background-color: #EDABB9;
}
</style>
border-color css
<style>
span { border-color: #EDABB9; }
span { border-color: rgb(237,171,185); }
td.TdClassName
{
border-color: #EDABB9;
}
.TagClassName
{
border-color: #EDABB9;
}
</style>