Shades of Cupid #EDACBA
Tints of Cupid #EDACBA
RGB
CMYK
RGB Variations
Color information
#EDACBA (or 0xEDACBA) is known color: Cupid. HEX triplet: ED, AC and BA. RGB value is (237,172,186). Sum of RGB (Red+Green+Blue) = 237+172+186=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACBA is #125345. Grayscale: #C1C1C1. Windows color (decimal): -1200966 or 12233965. OLE color: 12233965.
HSL color Cylindrical-coordinate representation of color #EDACBA: hue angle of 347.08º 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 #EDACBA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 186 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.07 |
| HSL | 347.08º | 0.64% | 0.8% | - |
| HSV(B) | 347.08º | 0.27% | 0.93% | - |
| XYZ | 58.54 | 51.05 | 53.22 | - |
| YUV | 193.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 186 | 0 | 0.27 | 0.22 | 0.07 | 347.08 | 0.64 | 0.8 |
| Hex | ED | AC | BA | 0 | 1B | 16 | 7 | 15B | 40 | 50 |
| Octal | 355 | 254 | 272 | 0 | 33 | 26 | 7 | 533 | 100 | 120 |
| Binary | 11101101 | 10101100 | 10111010 | 0 | 11011 | 10110 | 111 | 101011011 | 1000000 | 1010000 |
Color Harmonies of #EDACBA
Complementary color
Monochromatic Colors of #EDACBA
Black with #EDACBA
Text Example
Text Example
White with #EDACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACBA; }
p { color: rgb(237,172,186); }
H1.HeaderClassName
{
color: #EDACBA;
}
.AnyTagClassName
{
color: #EDACBA;
}
</style>
background-color css
<style>
a { background-color: #EDACBA; }
a { background-color: rgb(237,172,186); }
div.DivClassName
{
background-color: #EDACBA;
}
.BgClassName
{
background-color: #EDACBA;
}
</style>
border-color css
<style>
span { border-color: #EDACBA; }
span { border-color: rgb(237,172,186); }
td.TdClassName
{
border-color: #EDACBA;
}
.TagClassName
{
border-color: #EDACBA;
}
</style>