Shades of Deep Blush #E56A83
Tints of Deep Blush #E56A83
RGB
CMYK
RGB Variations
Color information
#E56A83 (or 0xE56A83) is known color: Deep Blush. HEX triplet: E5, 6A and 83. RGB value is (229,106,131). Sum of RGB (Red+Green+Blue) = 229+106+131=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56A83 is #1A957C. Grayscale: #919191. Windows color (decimal): -1742205 or 8612581. OLE color: 8612581.
HSL color Cylindrical-coordinate representation of color #E56A83: hue angle of 347.8º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56A83 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 131 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.10 |
| HSL | 347.8º | 0.7% | 0.66% | - |
| HSV(B) | 347.8º | 0.54% | 0.9% | - |
| XYZ | 41.56 | 28.6 | 24.8 | - |
| YUV | 145.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 131 | 0 | 0.54 | 0.43 | 0.10 | 347.8 | 0.7 | 0.66 |
| Hex | E5 | 6A | 83 | 0 | 36 | 2B | A | 15C | 46 | 42 |
| Octal | 345 | 152 | 203 | 0 | 66 | 53 | 12 | 534 | 106 | 102 |
| Binary | 11100101 | 1101010 | 10000011 | 0 | 110110 | 101011 | 1010 | 101011100 | 1000110 | 1000010 |
Color Harmonies of #E56A83
Complementary color
Monochromatic Colors of #E56A83
Black with #E56A83
Text Example
Text Example
White with #E56A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A83; }
p { color: rgb(229,106,131); }
H1.HeaderClassName
{
color: #E56A83;
}
.AnyTagClassName
{
color: #E56A83;
}
</style>
background-color css
<style>
a { background-color: #E56A83; }
a { background-color: rgb(229,106,131); }
div.DivClassName
{
background-color: #E56A83;
}
.BgClassName
{
background-color: #E56A83;
}
</style>
border-color css
<style>
span { border-color: #E56A83; }
span { border-color: rgb(229,106,131); }
td.TdClassName
{
border-color: #E56A83;
}
.TagClassName
{
border-color: #E56A83;
}
</style>