Shades of Deep Blush #E06D86
Tints of Deep Blush #E06D86
RGB
CMYK
RGB Variations
Color information
#E06D86 (or 0xE06D86) is known color: Deep Blush. HEX triplet: E0, 6D and 86. RGB value is (224,109,134). Sum of RGB (Red+Green+Blue) = 224+109+134=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06D86 is #1F9279. Grayscale: #929292. Windows color (decimal): -2069114 or 8809952. OLE color: 8809952.
HSL color Cylindrical-coordinate representation of color #E06D86: hue angle of 346.96º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06D86 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 134 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.12 |
| HSL | 346.96º | 0.65% | 0.65% | - |
| HSV(B) | 346.96º | 0.51% | 0.88% | - |
| XYZ | 40.51 | 28.51 | 25.92 | - |
| YUV | 146.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 134 | 0 | 0.51 | 0.40 | 0.12 | 346.96 | 0.65 | 0.65 |
| Hex | E0 | 6D | 86 | 0 | 33 | 28 | C | 15B | 41 | 41 |
| Octal | 340 | 155 | 206 | 0 | 63 | 50 | 14 | 533 | 101 | 101 |
| Binary | 11100000 | 1101101 | 10000110 | 0 | 110011 | 101000 | 1100 | 101011011 | 1000001 | 1000001 |
Color Harmonies of #E06D86
Complementary color
Monochromatic Colors of #E06D86
Black with #E06D86
Text Example
Text Example
White with #E06D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D86; }
p { color: rgb(224,109,134); }
H1.HeaderClassName
{
color: #E06D86;
}
.AnyTagClassName
{
color: #E06D86;
}
</style>
background-color css
<style>
a { background-color: #E06D86; }
a { background-color: rgb(224,109,134); }
div.DivClassName
{
background-color: #E06D86;
}
.BgClassName
{
background-color: #E06D86;
}
</style>
border-color css
<style>
span { border-color: #E06D86; }
span { border-color: rgb(224,109,134); }
td.TdClassName
{
border-color: #E06D86;
}
.TagClassName
{
border-color: #E06D86;
}
</style>