Shades of Deep Blush #E57785
Tints of Deep Blush #E57785
RGB
CMYK
RGB Variations
Color information
#E57785 (or 0xE57785) is known color: Deep Blush. HEX triplet: E5, 77 and 85. RGB value is (229,119,133). Sum of RGB (Red+Green+Blue) = 229+119+133=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E57785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57785 is #1A887A. Grayscale: #999999. Windows color (decimal): -1738875 or 8746981. OLE color: 8746981.
HSL color Cylindrical-coordinate representation of color #E57785: hue angle of 352.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E57785 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 133 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.10 |
| HSL | 352.36º | 0.68% | 0.68% | - |
| HSV(B) | 352.36º | 0.48% | 0.9% | - |
| XYZ | 43.14 | 31.55 | 26.01 | - |
| YUV | 153.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 133 | 0 | 0.48 | 0.42 | 0.10 | 352.36 | 0.68 | 0.68 |
| Hex | E5 | 77 | 85 | 0 | 30 | 2A | A | 160 | 44 | 44 |
| Octal | 345 | 167 | 205 | 0 | 60 | 52 | 12 | 540 | 104 | 104 |
| Binary | 11100101 | 1110111 | 10000101 | 0 | 110000 | 101010 | 1010 | 101100000 | 1000100 | 1000100 |
Color Harmonies of #E57785
Complementary color
Monochromatic Colors of #E57785
Black with #E57785
Text Example
Text Example
White with #E57785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57785; }
p { color: rgb(229,119,133); }
H1.HeaderClassName
{
color: #E57785;
}
.AnyTagClassName
{
color: #E57785;
}
</style>
background-color css
<style>
a { background-color: #E57785; }
a { background-color: rgb(229,119,133); }
div.DivClassName
{
background-color: #E57785;
}
.BgClassName
{
background-color: #E57785;
}
</style>
border-color css
<style>
span { border-color: #E57785; }
span { border-color: rgb(229,119,133); }
td.TdClassName
{
border-color: #E57785;
}
.TagClassName
{
border-color: #E57785;
}
</style>