Shades of Deep Blush #E57385
Tints of Deep Blush #E57385
RGB
CMYK
RGB Variations
Color information
#E57385 (or 0xE57385) is known color: Deep Blush. HEX triplet: E5, 73 and 85. RGB value is (229,115,133). Sum of RGB (Red+Green+Blue) = 229+115+133=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E57385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57385 is #1A8C7A. Grayscale: #979797. Windows color (decimal): -1739899 or 8745957. OLE color: 8745957.
HSL color Cylindrical-coordinate representation of color #E57385: hue angle of 350.53º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E57385 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 133 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.10 |
| HSL | 350.53º | 0.69% | 0.67% | - |
| HSV(B) | 350.53º | 0.5% | 0.9% | - |
| XYZ | 42.68 | 30.61 | 25.85 | - |
| YUV | 151.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 133 | 0 | 0.50 | 0.42 | 0.10 | 350.53 | 0.69 | 0.67 |
| Hex | E5 | 73 | 85 | 0 | 32 | 2A | A | 15F | 45 | 43 |
| Octal | 345 | 163 | 205 | 0 | 62 | 52 | 12 | 537 | 105 | 103 |
| Binary | 11100101 | 1110011 | 10000101 | 0 | 110010 | 101010 | 1010 | 101011111 | 1000101 | 1000011 |
Color Harmonies of #E57385
Complementary color
Monochromatic Colors of #E57385
Black with #E57385
Text Example
Text Example
White with #E57385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57385; }
p { color: rgb(229,115,133); }
H1.HeaderClassName
{
color: #E57385;
}
.AnyTagClassName
{
color: #E57385;
}
</style>
background-color css
<style>
a { background-color: #E57385; }
a { background-color: rgb(229,115,133); }
div.DivClassName
{
background-color: #E57385;
}
.BgClassName
{
background-color: #E57385;
}
</style>
border-color css
<style>
span { border-color: #E57385; }
span { border-color: rgb(229,115,133); }
td.TdClassName
{
border-color: #E57385;
}
.TagClassName
{
border-color: #E57385;
}
</style>