Shades of Deep Blush #E57185
Tints of Deep Blush #E57185
RGB
CMYK
RGB Variations
Color information
#E57185 (or 0xE57185) is known color: Deep Blush. HEX triplet: E5, 71 and 85. RGB value is (229,113,133). Sum of RGB (Red+Green+Blue) = 229+113+133=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E57185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57185 is #1A8E7A. Grayscale: #969696. Windows color (decimal): -1740411 or 8745445. OLE color: 8745445.
HSL color Cylindrical-coordinate representation of color #E57185: hue angle of 349.66º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E57185 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 133 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.10 |
| HSL | 349.66º | 0.69% | 0.67% | - |
| HSV(B) | 349.66º | 0.51% | 0.9% | - |
| XYZ | 42.45 | 30.16 | 25.77 | - |
| YUV | 149.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 133 | 0 | 0.51 | 0.42 | 0.10 | 349.66 | 0.69 | 0.67 |
| Hex | E5 | 71 | 85 | 0 | 33 | 2A | A | 15E | 45 | 43 |
| Octal | 345 | 161 | 205 | 0 | 63 | 52 | 12 | 536 | 105 | 103 |
| Binary | 11100101 | 1110001 | 10000101 | 0 | 110011 | 101010 | 1010 | 101011110 | 1000101 | 1000011 |
Color Harmonies of #E57185
Complementary color
Monochromatic Colors of #E57185
Black with #E57185
Text Example
Text Example
White with #E57185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57185; }
p { color: rgb(229,113,133); }
H1.HeaderClassName
{
color: #E57185;
}
.AnyTagClassName
{
color: #E57185;
}
</style>
background-color css
<style>
a { background-color: #E57185; }
a { background-color: rgb(229,113,133); }
div.DivClassName
{
background-color: #E57185;
}
.BgClassName
{
background-color: #E57185;
}
</style>
border-color css
<style>
span { border-color: #E57185; }
span { border-color: rgb(229,113,133); }
td.TdClassName
{
border-color: #E57185;
}
.TagClassName
{
border-color: #E57185;
}
</style>