Shades of Deep Blush #E57482
Tints of Deep Blush #E57482
RGB
CMYK
RGB Variations
Color information
#E57482 (or 0xE57482) is known color: Deep Blush. HEX triplet: E5, 74 and 82. RGB value is (229,116,130). Sum of RGB (Red+Green+Blue) = 229+116+130=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E57482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57482 is #1A8B7D. Grayscale: #979797. Windows color (decimal): -1739646 or 8549605. OLE color: 8549605.
HSL color Cylindrical-coordinate representation of color #E57482: hue angle of 352.57º 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 #E57482 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 130 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.10 |
| HSL | 352.57º | 0.68% | 0.68% | - |
| HSV(B) | 352.57º | 0.49% | 0.9% | - |
| XYZ | 42.59 | 30.76 | 24.81 | - |
| YUV | 151.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 130 | 0 | 0.49 | 0.43 | 0.10 | 352.57 | 0.68 | 0.68 |
| Hex | E5 | 74 | 82 | 0 | 31 | 2B | A | 161 | 44 | 44 |
| Octal | 345 | 164 | 202 | 0 | 61 | 53 | 12 | 541 | 104 | 104 |
| Binary | 11100101 | 1110100 | 10000010 | 0 | 110001 | 101011 | 1010 | 101100001 | 1000100 | 1000100 |
Color Harmonies of #E57482
Complementary color
Monochromatic Colors of #E57482
Black with #E57482
Text Example
Text Example
White with #E57482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57482; }
p { color: rgb(229,116,130); }
H1.HeaderClassName
{
color: #E57482;
}
.AnyTagClassName
{
color: #E57482;
}
</style>
background-color css
<style>
a { background-color: #E57482; }
a { background-color: rgb(229,116,130); }
div.DivClassName
{
background-color: #E57482;
}
.BgClassName
{
background-color: #E57482;
}
</style>
border-color css
<style>
span { border-color: #E57482; }
span { border-color: rgb(229,116,130); }
td.TdClassName
{
border-color: #E57482;
}
.TagClassName
{
border-color: #E57482;
}
</style>