Shades of Deep Blush #E57192
Tints of Deep Blush #E57192
RGB
CMYK
RGB Variations
Color information
#E57192 (or 0xE57192) is known color: Deep Blush. HEX triplet: E5, 71 and 92. RGB value is (229,113,146). Sum of RGB (Red+Green+Blue) = 229+113+146=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E57192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57192 is #1A8E6D. Grayscale: #979797. Windows color (decimal): -1740398 or 9597413. OLE color: 9597413.
HSL color Cylindrical-coordinate representation of color #E57192: hue angle of 342.93º 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 #E57192 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 146 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.10 |
| HSL | 342.93º | 0.69% | 0.67% | - |
| HSV(B) | 342.93º | 0.51% | 0.9% | - |
| XYZ | 43.41 | 30.54 | 30.8 | - |
| YUV | 151.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 146 | 0 | 0.51 | 0.36 | 0.10 | 342.93 | 0.69 | 0.67 |
| Hex | E5 | 71 | 92 | 0 | 33 | 24 | A | 157 | 45 | 43 |
| Octal | 345 | 161 | 222 | 0 | 63 | 44 | 12 | 527 | 105 | 103 |
| Binary | 11100101 | 1110001 | 10010010 | 0 | 110011 | 100100 | 1010 | 101010111 | 1000101 | 1000011 |
Color Harmonies of #E57192
Complementary color
Monochromatic Colors of #E57192
Black with #E57192
Text Example
Text Example
White with #E57192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57192; }
p { color: rgb(229,113,146); }
H1.HeaderClassName
{
color: #E57192;
}
.AnyTagClassName
{
color: #E57192;
}
</style>
background-color css
<style>
a { background-color: #E57192; }
a { background-color: rgb(229,113,146); }
div.DivClassName
{
background-color: #E57192;
}
.BgClassName
{
background-color: #E57192;
}
</style>
border-color css
<style>
span { border-color: #E57192; }
span { border-color: rgb(229,113,146); }
td.TdClassName
{
border-color: #E57192;
}
.TagClassName
{
border-color: #E57192;
}
</style>