Shades of Deep Blush #E07C86
Tints of Deep Blush #E07C86
RGB
CMYK
RGB Variations
Color information
#E07C86 (or 0xE07C86) is known color: Deep Blush. HEX triplet: E0, 7C and 86. RGB value is (224,124,134). Sum of RGB (Red+Green+Blue) = 224+124+134=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C86 is #1F8379. Grayscale: #9B9B9B. Windows color (decimal): -2065274 or 8813792. OLE color: 8813792.
HSL color Cylindrical-coordinate representation of color #E07C86: hue angle of 354º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07C86 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 134 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.12 |
| HSL | 354º | 0.62% | 0.68% | - |
| HSV(B) | 354º | 0.45% | 0.88% | - |
| XYZ | 42.25 | 31.98 | 26.5 | - |
| YUV | 155.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 134 | 0 | 0.45 | 0.40 | 0.12 | 354 | 0.62 | 0.68 |
| Hex | E0 | 7C | 86 | 0 | 2D | 28 | C | 162 | 3E | 44 |
| Octal | 340 | 174 | 206 | 0 | 55 | 50 | 14 | 542 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10000110 | 0 | 101101 | 101000 | 1100 | 101100010 | 111110 | 1000100 |
Color Harmonies of #E07C86
Complementary color
Monochromatic Colors of #E07C86
Black with #E07C86
Text Example
Text Example
White with #E07C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C86; }
p { color: rgb(224,124,134); }
H1.HeaderClassName
{
color: #E07C86;
}
.AnyTagClassName
{
color: #E07C86;
}
</style>
background-color css
<style>
a { background-color: #E07C86; }
a { background-color: rgb(224,124,134); }
div.DivClassName
{
background-color: #E07C86;
}
.BgClassName
{
background-color: #E07C86;
}
</style>
border-color css
<style>
span { border-color: #E07C86; }
span { border-color: rgb(224,124,134); }
td.TdClassName
{
border-color: #E07C86;
}
.TagClassName
{
border-color: #E07C86;
}
</style>