Shades of Deep Blush #E57593
Tints of Deep Blush #E57593
RGB
CMYK
RGB Variations
Color information
#E57593 (or 0xE57593) is known color: Deep Blush. HEX triplet: E5, 75 and 93. RGB value is (229,117,147). Sum of RGB (Red+Green+Blue) = 229+117+147=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E57593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57593 is #1A8A6C. Grayscale: #999999. Windows color (decimal): -1739373 or 9663973. OLE color: 9663973.
HSL color Cylindrical-coordinate representation of color #E57593: hue angle of 343.93º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E57593 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 147 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.10 |
| HSL | 343.93º | 0.68% | 0.68% | - |
| HSV(B) | 343.93º | 0.49% | 0.9% | - |
| XYZ | 43.94 | 31.49 | 31.37 | - |
| YUV | 153.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 147 | 0 | 0.49 | 0.36 | 0.10 | 343.93 | 0.68 | 0.68 |
| Hex | E5 | 75 | 93 | 0 | 31 | 24 | A | 158 | 44 | 44 |
| Octal | 345 | 165 | 223 | 0 | 61 | 44 | 12 | 530 | 104 | 104 |
| Binary | 11100101 | 1110101 | 10010011 | 0 | 110001 | 100100 | 1010 | 101011000 | 1000100 | 1000100 |
Color Harmonies of #E57593
Complementary color
Monochromatic Colors of #E57593
Black with #E57593
Text Example
Text Example
White with #E57593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57593; }
p { color: rgb(229,117,147); }
H1.HeaderClassName
{
color: #E57593;
}
.AnyTagClassName
{
color: #E57593;
}
</style>
background-color css
<style>
a { background-color: #E57593; }
a { background-color: rgb(229,117,147); }
div.DivClassName
{
background-color: #E57593;
}
.BgClassName
{
background-color: #E57593;
}
</style>
border-color css
<style>
span { border-color: #E57593; }
span { border-color: rgb(229,117,147); }
td.TdClassName
{
border-color: #E57593;
}
.TagClassName
{
border-color: #E57593;
}
</style>