Shades of Deep Blush #E57390
Tints of Deep Blush #E57390
RGB
CMYK
RGB Variations
Color information
#E57390 (or 0xE57390) is known color: Deep Blush. HEX triplet: E5, 73 and 90. RGB value is (229,115,144). Sum of RGB (Red+Green+Blue) = 229+115+144=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E57390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57390 is #1A8C6F. Grayscale: #989898. Windows color (decimal): -1739888 or 9466853. OLE color: 9466853.
HSL color Cylindrical-coordinate representation of color #E57390: hue angle of 344.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E57390 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 144 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.10 |
| HSL | 344.74º | 0.69% | 0.67% | - |
| HSV(B) | 344.74º | 0.5% | 0.9% | - |
| XYZ | 43.48 | 30.93 | 30.06 | - |
| YUV | 152.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 144 | 0 | 0.50 | 0.37 | 0.10 | 344.74 | 0.69 | 0.67 |
| Hex | E5 | 73 | 90 | 0 | 32 | 25 | A | 159 | 45 | 43 |
| Octal | 345 | 163 | 220 | 0 | 62 | 45 | 12 | 531 | 105 | 103 |
| Binary | 11100101 | 1110011 | 10010000 | 0 | 110010 | 100101 | 1010 | 101011001 | 1000101 | 1000011 |
Color Harmonies of #E57390
Complementary color
Monochromatic Colors of #E57390
Black with #E57390
Text Example
Text Example
White with #E57390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57390; }
p { color: rgb(229,115,144); }
H1.HeaderClassName
{
color: #E57390;
}
.AnyTagClassName
{
color: #E57390;
}
</style>
background-color css
<style>
a { background-color: #E57390; }
a { background-color: rgb(229,115,144); }
div.DivClassName
{
background-color: #E57390;
}
.BgClassName
{
background-color: #E57390;
}
</style>
border-color css
<style>
span { border-color: #E57390; }
span { border-color: rgb(229,115,144); }
td.TdClassName
{
border-color: #E57390;
}
.TagClassName
{
border-color: #E57390;
}
</style>