Shades of Deep Blush #E57285
Tints of Deep Blush #E57285
RGB
CMYK
RGB Variations
Color information
#E57285 (or 0xE57285) is known color: Deep Blush. HEX triplet: E5, 72 and 85. RGB value is (229,114,133). Sum of RGB (Red+Green+Blue) = 229+114+133=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E57285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57285 is #1A8D7A. Grayscale: #969696. Windows color (decimal): -1740155 or 8745701. OLE color: 8745701.
HSL color Cylindrical-coordinate representation of color #E57285: hue angle of 350.09º 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 #E57285 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 133 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.10 |
| HSL | 350.09º | 0.69% | 0.67% | - |
| HSV(B) | 350.09º | 0.5% | 0.9% | - |
| XYZ | 42.56 | 30.39 | 25.81 | - |
| YUV | 150.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 133 | 0 | 0.50 | 0.42 | 0.10 | 350.09 | 0.69 | 0.67 |
| Hex | E5 | 72 | 85 | 0 | 32 | 2A | A | 15E | 45 | 43 |
| Octal | 345 | 162 | 205 | 0 | 62 | 52 | 12 | 536 | 105 | 103 |
| Binary | 11100101 | 1110010 | 10000101 | 0 | 110010 | 101010 | 1010 | 101011110 | 1000101 | 1000011 |
Color Harmonies of #E57285
Complementary color
Monochromatic Colors of #E57285
Black with #E57285
Text Example
Text Example
White with #E57285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57285; }
p { color: rgb(229,114,133); }
H1.HeaderClassName
{
color: #E57285;
}
.AnyTagClassName
{
color: #E57285;
}
</style>
background-color css
<style>
a { background-color: #E57285; }
a { background-color: rgb(229,114,133); }
div.DivClassName
{
background-color: #E57285;
}
.BgClassName
{
background-color: #E57285;
}
</style>
border-color css
<style>
span { border-color: #E57285; }
span { border-color: rgb(229,114,133); }
td.TdClassName
{
border-color: #E57285;
}
.TagClassName
{
border-color: #E57285;
}
</style>