Shades of Deep Blush #ED7686
Tints of Deep Blush #ED7686
RGB
CMYK
RGB Variations
Color information
#ED7686 (or 0xED7686) is known color: Deep Blush. HEX triplet: ED, 76 and 86. RGB value is (237,118,134). Sum of RGB (Red+Green+Blue) = 237+118+134=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7686 is #128979. Grayscale: #9B9B9B. Windows color (decimal): -1214842 or 8812269. OLE color: 8812269.
HSL color Cylindrical-coordinate representation of color #ED7686: hue angle of 351.93º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7686 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 134 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.07 |
| HSL | 351.93º | 0.77% | 0.7% | - |
| HSV(B) | 351.93º | 0.5% | 0.93% | - |
| XYZ | 45.71 | 32.68 | 26.45 | - |
| YUV | 155.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 134 | 0 | 0.50 | 0.43 | 0.07 | 351.93 | 0.77 | 0.7 |
| Hex | ED | 76 | 86 | 0 | 32 | 2B | 7 | 160 | 4D | 46 |
| Octal | 355 | 166 | 206 | 0 | 62 | 53 | 7 | 540 | 115 | 106 |
| Binary | 11101101 | 1110110 | 10000110 | 0 | 110010 | 101011 | 111 | 101100000 | 1001101 | 1000110 |
Color Harmonies of #ED7686
Complementary color
Monochromatic Colors of #ED7686
Black with #ED7686
Text Example
Text Example
White with #ED7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7686; }
p { color: rgb(237,118,134); }
H1.HeaderClassName
{
color: #ED7686;
}
.AnyTagClassName
{
color: #ED7686;
}
</style>
background-color css
<style>
a { background-color: #ED7686; }
a { background-color: rgb(237,118,134); }
div.DivClassName
{
background-color: #ED7686;
}
.BgClassName
{
background-color: #ED7686;
}
</style>
border-color css
<style>
span { border-color: #ED7686; }
span { border-color: rgb(237,118,134); }
td.TdClassName
{
border-color: #ED7686;
}
.TagClassName
{
border-color: #ED7686;
}
</style>