Shades of Cupid #EDA6BC
Tints of Cupid #EDA6BC
RGB
CMYK
RGB Variations
Color information
#EDA6BC (or 0xEDA6BC) is known color: Cupid. HEX triplet: ED, A6 and BC. RGB value is (237,166,188). Sum of RGB (Red+Green+Blue) = 237+166+188=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6BC is #125943. Grayscale: #BDBDBD. Windows color (decimal): -1202500 or 12363501. OLE color: 12363501.
HSL color Cylindrical-coordinate representation of color #EDA6BC: hue angle of 341.41º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6BC is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 188 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.07 |
| HSL | 341.41º | 0.66% | 0.79% | - |
| HSV(B) | 341.41º | 0.3% | 0.93% | - |
| XYZ | 57.64 | 48.91 | 53.98 | - |
| YUV | 189.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 188 | 0 | 0.30 | 0.21 | 0.07 | 341.41 | 0.66 | 0.79 |
| Hex | ED | A6 | BC | 0 | 1E | 15 | 7 | 155 | 42 | 4F |
| Octal | 355 | 246 | 274 | 0 | 36 | 25 | 7 | 525 | 102 | 117 |
| Binary | 11101101 | 10100110 | 10111100 | 0 | 11110 | 10101 | 111 | 101010101 | 1000010 | 1001111 |
Color Harmonies of #EDA6BC
Complementary color
Monochromatic Colors of #EDA6BC
Black with #EDA6BC
Text Example
Text Example
White with #EDA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6BC; }
p { color: rgb(237,166,188); }
H1.HeaderClassName
{
color: #EDA6BC;
}
.AnyTagClassName
{
color: #EDA6BC;
}
</style>
background-color css
<style>
a { background-color: #EDA6BC; }
a { background-color: rgb(237,166,188); }
div.DivClassName
{
background-color: #EDA6BC;
}
.BgClassName
{
background-color: #EDA6BC;
}
</style>
border-color css
<style>
span { border-color: #EDA6BC; }
span { border-color: rgb(237,166,188); }
td.TdClassName
{
border-color: #EDA6BC;
}
.TagClassName
{
border-color: #EDA6BC;
}
</style>