Shades of Deep Blush #E57085
Tints of Deep Blush #E57085
RGB
CMYK
RGB Variations
Color information
#E57085 (or 0xE57085) is known color: Deep Blush. HEX triplet: E5, 70 and 85. RGB value is (229,112,133). Sum of RGB (Red+Green+Blue) = 229+112+133=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E57085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57085 is #1A8F7A. Grayscale: #959595. Windows color (decimal): -1740667 or 8745189. OLE color: 8745189.
HSL color Cylindrical-coordinate representation of color #E57085: hue angle of 349.23º 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 #E57085 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 133 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.10 |
| HSL | 349.23º | 0.69% | 0.67% | - |
| HSV(B) | 349.23º | 0.51% | 0.9% | - |
| XYZ | 42.34 | 29.94 | 25.74 | - |
| YUV | 149.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 133 | 0 | 0.51 | 0.42 | 0.10 | 349.23 | 0.69 | 0.67 |
| Hex | E5 | 70 | 85 | 0 | 33 | 2A | A | 15D | 45 | 43 |
| Octal | 345 | 160 | 205 | 0 | 63 | 52 | 12 | 535 | 105 | 103 |
| Binary | 11100101 | 1110000 | 10000101 | 0 | 110011 | 101010 | 1010 | 101011101 | 1000101 | 1000011 |
Color Harmonies of #E57085
Complementary color
Monochromatic Colors of #E57085
Black with #E57085
Text Example
Text Example
White with #E57085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57085; }
p { color: rgb(229,112,133); }
H1.HeaderClassName
{
color: #E57085;
}
.AnyTagClassName
{
color: #E57085;
}
</style>
background-color css
<style>
a { background-color: #E57085; }
a { background-color: rgb(229,112,133); }
div.DivClassName
{
background-color: #E57085;
}
.BgClassName
{
background-color: #E57085;
}
</style>
border-color css
<style>
span { border-color: #E57085; }
span { border-color: rgb(229,112,133); }
td.TdClassName
{
border-color: #E57085;
}
.TagClassName
{
border-color: #E57085;
}
</style>