Shades of Deep Blush #E57391
Tints of Deep Blush #E57391
RGB
CMYK
RGB Variations
Color information
#E57391 (or 0xE57391) is known color: Deep Blush. HEX triplet: E5, 73 and 91. RGB value is (229,115,145). Sum of RGB (Red+Green+Blue) = 229+115+145=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E57391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57391 is #1A8C6E. Grayscale: #989898. Windows color (decimal): -1739887 or 9532389. OLE color: 9532389.
HSL color Cylindrical-coordinate representation of color #E57391: hue angle of 344.21º 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 #E57391 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 145 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.10 |
| HSL | 344.21º | 0.69% | 0.67% | - |
| HSV(B) | 344.21º | 0.5% | 0.9% | - |
| XYZ | 43.55 | 30.96 | 30.47 | - |
| YUV | 152.51 | 123.77 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 145 | 0 | 0.50 | 0.37 | 0.10 | 344.21 | 0.69 | 0.67 |
| Hex | E5 | 73 | 91 | 0 | 32 | 25 | A | 158 | 45 | 43 |
| Octal | 345 | 163 | 221 | 0 | 62 | 45 | 12 | 530 | 105 | 103 |
| Binary | 11100101 | 1110011 | 10010001 | 0 | 110010 | 100101 | 1010 | 101011000 | 1000101 | 1000011 |
Color Harmonies of #E57391
Complementary color
Monochromatic Colors of #E57391
Black with #E57391
Text Example
Text Example
White with #E57391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57391; }
p { color: rgb(229,115,145); }
H1.HeaderClassName
{
color: #E57391;
}
.AnyTagClassName
{
color: #E57391;
}
</style>
background-color css
<style>
a { background-color: #E57391; }
a { background-color: rgb(229,115,145); }
div.DivClassName
{
background-color: #E57391;
}
.BgClassName
{
background-color: #E57391;
}
</style>
border-color css
<style>
span { border-color: #E57391; }
span { border-color: rgb(229,115,145); }
td.TdClassName
{
border-color: #E57391;
}
.TagClassName
{
border-color: #E57391;
}
</style>