Shades of Cupid #EDACBE
Tints of Cupid #EDACBE
RGB
CMYK
RGB Variations
Color information
#EDACBE (or 0xEDACBE) is known color: Cupid. HEX triplet: ED, AC and BE. RGB value is (237,172,190). Sum of RGB (Red+Green+Blue) = 237+172+190=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACBE is #125341. Grayscale: #C1C1C1. Windows color (decimal): -1200962 or 12496109. OLE color: 12496109.
HSL color Cylindrical-coordinate representation of color #EDACBE: hue angle of 343.38º 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 #EDACBE is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 190 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.07 |
| HSL | 343.38º | 0.64% | 0.8% | - |
| HSV(B) | 343.38º | 0.27% | 0.93% | - |
| XYZ | 58.97 | 51.23 | 55.49 | - |
| YUV | 193.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 190 | 0 | 0.27 | 0.20 | 0.07 | 343.38 | 0.64 | 0.8 |
| Hex | ED | AC | BE | 0 | 1B | 14 | 7 | 157 | 40 | 50 |
| Octal | 355 | 254 | 276 | 0 | 33 | 24 | 7 | 527 | 100 | 120 |
| Binary | 11101101 | 10101100 | 10111110 | 0 | 11011 | 10100 | 111 | 101010111 | 1000000 | 1010000 |
Color Harmonies of #EDACBE
Complementary color
Monochromatic Colors of #EDACBE
Black with #EDACBE
Text Example
Text Example
White with #EDACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACBE; }
p { color: rgb(237,172,190); }
H1.HeaderClassName
{
color: #EDACBE;
}
.AnyTagClassName
{
color: #EDACBE;
}
</style>
background-color css
<style>
a { background-color: #EDACBE; }
a { background-color: rgb(237,172,190); }
div.DivClassName
{
background-color: #EDACBE;
}
.BgClassName
{
background-color: #EDACBE;
}
</style>
border-color css
<style>
span { border-color: #EDACBE; }
span { border-color: rgb(237,172,190); }
td.TdClassName
{
border-color: #EDACBE;
}
.TagClassName
{
border-color: #EDACBE;
}
</style>