Shades of Deep Blush #E56380
Tints of Deep Blush #E56380
RGB
CMYK
RGB Variations
Color information
#E56380 (or 0xE56380) is known color: Deep Blush. HEX triplet: E5, 63 and 80. RGB value is (229,99,128). Sum of RGB (Red+Green+Blue) = 229+99+128=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E56380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56380 is #1A9C7F. Grayscale: #8D8D8D. Windows color (decimal): -1744000 or 8414181. OLE color: 8414181.
HSL color Cylindrical-coordinate representation of color #E56380: hue angle of 346.62º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56380 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 128 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.10 |
| HSL | 346.62º | 0.71% | 0.64% | - |
| HSV(B) | 346.62º | 0.57% | 0.9% | - |
| XYZ | 40.67 | 27.14 | 23.52 | - |
| YUV | 141.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 128 | 0 | 0.57 | 0.44 | 0.10 | 346.62 | 0.71 | 0.64 |
| Hex | E5 | 63 | 80 | 0 | 39 | 2C | A | 15B | 47 | 40 |
| Octal | 345 | 143 | 200 | 0 | 71 | 54 | 12 | 533 | 107 | 100 |
| Binary | 11100101 | 1100011 | 10000000 | 0 | 111001 | 101100 | 1010 | 101011011 | 1000111 | 1000000 |
Color Harmonies of #E56380
Complementary color
Monochromatic Colors of #E56380
Black with #E56380
Text Example
Text Example
White with #E56380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56380; }
p { color: rgb(229,99,128); }
H1.HeaderClassName
{
color: #E56380;
}
.AnyTagClassName
{
color: #E56380;
}
</style>
background-color css
<style>
a { background-color: #E56380; }
a { background-color: rgb(229,99,128); }
div.DivClassName
{
background-color: #E56380;
}
.BgClassName
{
background-color: #E56380;
}
</style>
border-color css
<style>
span { border-color: #E56380; }
span { border-color: rgb(229,99,128); }
td.TdClassName
{
border-color: #E56380;
}
.TagClassName
{
border-color: #E56380;
}
</style>