Shades of Cupid #EDADBB
Tints of Cupid #EDADBB
RGB
CMYK
RGB Variations
Color information
#EDADBB (or 0xEDADBB) is known color: Cupid. HEX triplet: ED, AD and BB. RGB value is (237,173,187). Sum of RGB (Red+Green+Blue) = 237+173+187=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADBB is #125244. Grayscale: #C1C1C1. Windows color (decimal): -1200709 or 12299757. OLE color: 12299757.
HSL color Cylindrical-coordinate representation of color #EDADBB: hue angle of 346.88º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDADBB is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 187 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.07 |
| HSL | 346.88º | 0.64% | 0.8% | - |
| HSV(B) | 346.88º | 0.27% | 0.93% | - |
| XYZ | 58.84 | 51.48 | 53.85 | - |
| YUV | 193.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 187 | 0 | 0.27 | 0.21 | 0.07 | 346.88 | 0.64 | 0.8 |
| Hex | ED | AD | BB | 0 | 1B | 15 | 7 | 15B | 40 | 50 |
| Octal | 355 | 255 | 273 | 0 | 33 | 25 | 7 | 533 | 100 | 120 |
| Binary | 11101101 | 10101101 | 10111011 | 0 | 11011 | 10101 | 111 | 101011011 | 1000000 | 1010000 |
Color Harmonies of #EDADBB
Complementary color
Monochromatic Colors of #EDADBB
Black with #EDADBB
Text Example
Text Example
White with #EDADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADBB; }
p { color: rgb(237,173,187); }
H1.HeaderClassName
{
color: #EDADBB;
}
.AnyTagClassName
{
color: #EDADBB;
}
</style>
background-color css
<style>
a { background-color: #EDADBB; }
a { background-color: rgb(237,173,187); }
div.DivClassName
{
background-color: #EDADBB;
}
.BgClassName
{
background-color: #EDADBB;
}
</style>
border-color css
<style>
span { border-color: #EDADBB; }
span { border-color: rgb(237,173,187); }
td.TdClassName
{
border-color: #EDADBB;
}
.TagClassName
{
border-color: #EDADBB;
}
</style>