Shades of Deep Blush #E56A8B
Tints of Deep Blush #E56A8B
RGB
CMYK
RGB Variations
Color information
#E56A8B (or 0xE56A8B) is known color: Deep Blush. HEX triplet: E5, 6A and 8B. RGB value is (229,106,139). Sum of RGB (Red+Green+Blue) = 229+106+139=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56A8B is #1A9574. Grayscale: #929292. Windows color (decimal): -1742197 or 9136869. OLE color: 9136869.
HSL color Cylindrical-coordinate representation of color #E56A8B: hue angle of 343.9º 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 #E56A8B is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 139 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.10 |
| HSL | 343.9º | 0.7% | 0.66% | - |
| HSV(B) | 343.9º | 0.54% | 0.9% | - |
| XYZ | 42.13 | 28.83 | 27.77 | - |
| YUV | 146.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 139 | 0 | 0.54 | 0.39 | 0.10 | 343.9 | 0.7 | 0.66 |
| Hex | E5 | 6A | 8B | 0 | 36 | 27 | A | 158 | 46 | 42 |
| Octal | 345 | 152 | 213 | 0 | 66 | 47 | 12 | 530 | 106 | 102 |
| Binary | 11100101 | 1101010 | 10001011 | 0 | 110110 | 100111 | 1010 | 101011000 | 1000110 | 1000010 |
Color Harmonies of #E56A8B
Complementary color
Monochromatic Colors of #E56A8B
Black with #E56A8B
Text Example
Text Example
White with #E56A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A8B; }
p { color: rgb(229,106,139); }
H1.HeaderClassName
{
color: #E56A8B;
}
.AnyTagClassName
{
color: #E56A8B;
}
</style>
background-color css
<style>
a { background-color: #E56A8B; }
a { background-color: rgb(229,106,139); }
div.DivClassName
{
background-color: #E56A8B;
}
.BgClassName
{
background-color: #E56A8B;
}
</style>
border-color css
<style>
span { border-color: #E56A8B; }
span { border-color: rgb(229,106,139); }
td.TdClassName
{
border-color: #E56A8B;
}
.TagClassName
{
border-color: #E56A8B;
}
</style>