Shades of Deep Blush #E56384
Tints of Deep Blush #E56384
RGB
CMYK
RGB Variations
Color information
#E56384 (or 0xE56384) is known color: Deep Blush. HEX triplet: E5, 63 and 84. RGB value is (229,99,132). Sum of RGB (Red+Green+Blue) = 229+99+132=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E56384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56384 is #1A9C7B. Grayscale: #8D8D8D. Windows color (decimal): -1743996 or 8676325. OLE color: 8676325.
HSL color Cylindrical-coordinate representation of color #E56384: hue angle of 344.77º 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 #E56384 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 132 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.10 |
| HSL | 344.77º | 0.71% | 0.64% | - |
| HSV(B) | 344.77º | 0.57% | 0.9% | - |
| XYZ | 40.94 | 27.25 | 24.93 | - |
| YUV | 141.63 | 122.57 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 132 | 0 | 0.57 | 0.42 | 0.10 | 344.77 | 0.71 | 0.64 |
| Hex | E5 | 63 | 84 | 0 | 39 | 2A | A | 159 | 47 | 40 |
| Octal | 345 | 143 | 204 | 0 | 71 | 52 | 12 | 531 | 107 | 100 |
| Binary | 11100101 | 1100011 | 10000100 | 0 | 111001 | 101010 | 1010 | 101011001 | 1000111 | 1000000 |
Color Harmonies of #E56384
Complementary color
Monochromatic Colors of #E56384
Black with #E56384
Text Example
Text Example
White with #E56384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56384; }
p { color: rgb(229,99,132); }
H1.HeaderClassName
{
color: #E56384;
}
.AnyTagClassName
{
color: #E56384;
}
</style>
background-color css
<style>
a { background-color: #E56384; }
a { background-color: rgb(229,99,132); }
div.DivClassName
{
background-color: #E56384;
}
.BgClassName
{
background-color: #E56384;
}
</style>
border-color css
<style>
span { border-color: #E56384; }
span { border-color: rgb(229,99,132); }
td.TdClassName
{
border-color: #E56384;
}
.TagClassName
{
border-color: #E56384;
}
</style>