Shades of Deep Blush #E57591
Tints of Deep Blush #E57591
RGB
CMYK
RGB Variations
Color information
#E57591 (or 0xE57591) is known color: Deep Blush. HEX triplet: E5, 75 and 91. RGB value is (229,117,145). Sum of RGB (Red+Green+Blue) = 229+117+145=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E57591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57591 is #1A8A6E. Grayscale: #999999. Windows color (decimal): -1739375 or 9532901. OLE color: 9532901.
HSL color Cylindrical-coordinate representation of color #E57591: hue angle of 345º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E57591 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 145 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.10 |
| HSL | 345º | 0.68% | 0.68% | - |
| HSV(B) | 345º | 0.49% | 0.9% | - |
| XYZ | 43.79 | 31.42 | 30.55 | - |
| YUV | 153.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 145 | 0 | 0.49 | 0.37 | 0.10 | 345 | 0.68 | 0.68 |
| Hex | E5 | 75 | 91 | 0 | 31 | 25 | A | 159 | 44 | 44 |
| Octal | 345 | 165 | 221 | 0 | 61 | 45 | 12 | 531 | 104 | 104 |
| Binary | 11100101 | 1110101 | 10010001 | 0 | 110001 | 100101 | 1010 | 101011001 | 1000100 | 1000100 |
Color Harmonies of #E57591
Complementary color
Monochromatic Colors of #E57591
Black with #E57591
Text Example
Text Example
White with #E57591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57591; }
p { color: rgb(229,117,145); }
H1.HeaderClassName
{
color: #E57591;
}
.AnyTagClassName
{
color: #E57591;
}
</style>
background-color css
<style>
a { background-color: #E57591; }
a { background-color: rgb(229,117,145); }
div.DivClassName
{
background-color: #E57591;
}
.BgClassName
{
background-color: #E57591;
}
</style>
border-color css
<style>
span { border-color: #E57591; }
span { border-color: rgb(229,117,145); }
td.TdClassName
{
border-color: #E57591;
}
.TagClassName
{
border-color: #E57591;
}
</style>