Shades of Deep Blush #E57A84
Tints of Deep Blush #E57A84
RGB
CMYK
RGB Variations
Color information
#E57A84 (or 0xE57A84) is known color: Deep Blush. HEX triplet: E5, 7A and 84. RGB value is (229,122,132). Sum of RGB (Red+Green+Blue) = 229+122+132=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A84 is #1A857B. Grayscale: #9B9B9B. Windows color (decimal): -1738108 or 8682213. OLE color: 8682213.
HSL color Cylindrical-coordinate representation of color #E57A84: hue angle of 354.39º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57A84 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 132 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.10 |
| HSL | 354.39º | 0.67% | 0.69% | - |
| HSV(B) | 354.39º | 0.47% | 0.9% | - |
| XYZ | 43.44 | 32.24 | 25.76 | - |
| YUV | 155.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 132 | 0 | 0.47 | 0.42 | 0.10 | 354.39 | 0.67 | 0.69 |
| Hex | E5 | 7A | 84 | 0 | 2F | 2A | A | 162 | 43 | 45 |
| Octal | 345 | 172 | 204 | 0 | 57 | 52 | 12 | 542 | 103 | 105 |
| Binary | 11100101 | 1111010 | 10000100 | 0 | 101111 | 101010 | 1010 | 101100010 | 1000011 | 1000101 |
Color Harmonies of #E57A84
Complementary color
Monochromatic Colors of #E57A84
Black with #E57A84
Text Example
Text Example
White with #E57A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A84; }
p { color: rgb(229,122,132); }
H1.HeaderClassName
{
color: #E57A84;
}
.AnyTagClassName
{
color: #E57A84;
}
</style>
background-color css
<style>
a { background-color: #E57A84; }
a { background-color: rgb(229,122,132); }
div.DivClassName
{
background-color: #E57A84;
}
.BgClassName
{
background-color: #E57A84;
}
</style>
border-color css
<style>
span { border-color: #E57A84; }
span { border-color: rgb(229,122,132); }
td.TdClassName
{
border-color: #E57A84;
}
.TagClassName
{
border-color: #E57A84;
}
</style>