Shades of Deep Blush #E56986
Tints of Deep Blush #E56986
RGB
CMYK
RGB Variations
Color information
#E56986 (or 0xE56986) is known color: Deep Blush. HEX triplet: E5, 69 and 86. RGB value is (229,105,134). Sum of RGB (Red+Green+Blue) = 229+105+134=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E56986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56986 is #1A9679. Grayscale: #919191. Windows color (decimal): -1742458 or 8808933. OLE color: 8808933.
HSL color Cylindrical-coordinate representation of color #E56986: hue angle of 345.97º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56986 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 134 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.10 |
| HSL | 345.97º | 0.7% | 0.65% | - |
| HSV(B) | 345.97º | 0.54% | 0.9% | - |
| XYZ | 41.67 | 28.48 | 25.86 | - |
| YUV | 145.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 134 | 0 | 0.54 | 0.41 | 0.10 | 345.97 | 0.7 | 0.65 |
| Hex | E5 | 69 | 86 | 0 | 36 | 29 | A | 15A | 46 | 41 |
| Octal | 345 | 151 | 206 | 0 | 66 | 51 | 12 | 532 | 106 | 101 |
| Binary | 11100101 | 1101001 | 10000110 | 0 | 110110 | 101001 | 1010 | 101011010 | 1000110 | 1000001 |
Color Harmonies of #E56986
Complementary color
Monochromatic Colors of #E56986
Black with #E56986
Text Example
Text Example
White with #E56986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56986; }
p { color: rgb(229,105,134); }
H1.HeaderClassName
{
color: #E56986;
}
.AnyTagClassName
{
color: #E56986;
}
</style>
background-color css
<style>
a { background-color: #E56986; }
a { background-color: rgb(229,105,134); }
div.DivClassName
{
background-color: #E56986;
}
.BgClassName
{
background-color: #E56986;
}
</style>
border-color css
<style>
span { border-color: #E56986; }
span { border-color: rgb(229,105,134); }
td.TdClassName
{
border-color: #E56986;
}
.TagClassName
{
border-color: #E56986;
}
</style>