Shades of Deep Blush #E56A8A
Tints of Deep Blush #E56A8A
RGB
CMYK
RGB Variations
Color information
#E56A8A (or 0xE56A8A) is known color: Deep Blush. HEX triplet: E5, 6A and 8A. RGB value is (229,106,138). Sum of RGB (Red+Green+Blue) = 229+106+138=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56A8A is #1A9575. Grayscale: #929292. Windows color (decimal): -1742198 or 9071333. OLE color: 9071333.
HSL color Cylindrical-coordinate representation of color #E56A8A: hue angle of 344.39º 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 #E56A8A is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 138 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.10 |
| HSL | 344.39º | 0.7% | 0.66% | - |
| HSV(B) | 344.39º | 0.54% | 0.9% | - |
| XYZ | 42.05 | 28.8 | 27.39 | - |
| YUV | 146.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 138 | 0 | 0.54 | 0.40 | 0.10 | 344.39 | 0.7 | 0.66 |
| Hex | E5 | 6A | 8A | 0 | 36 | 28 | A | 158 | 46 | 42 |
| Octal | 345 | 152 | 212 | 0 | 66 | 50 | 12 | 530 | 106 | 102 |
| Binary | 11100101 | 1101010 | 10001010 | 0 | 110110 | 101000 | 1010 | 101011000 | 1000110 | 1000010 |
Color Harmonies of #E56A8A
Complementary color
Monochromatic Colors of #E56A8A
Black with #E56A8A
Text Example
Text Example
White with #E56A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A8A; }
p { color: rgb(229,106,138); }
H1.HeaderClassName
{
color: #E56A8A;
}
.AnyTagClassName
{
color: #E56A8A;
}
</style>
background-color css
<style>
a { background-color: #E56A8A; }
a { background-color: rgb(229,106,138); }
div.DivClassName
{
background-color: #E56A8A;
}
.BgClassName
{
background-color: #E56A8A;
}
</style>
border-color css
<style>
span { border-color: #E56A8A; }
span { border-color: rgb(229,106,138); }
td.TdClassName
{
border-color: #E56A8A;
}
.TagClassName
{
border-color: #E56A8A;
}
</style>