Shades of Deep Blush #E5728E
Tints of Deep Blush #E5728E
RGB
CMYK
RGB Variations
Color information
#E5728E (or 0xE5728E) is known color: Deep Blush. HEX triplet: E5, 72 and 8E. RGB value is (229,114,142). Sum of RGB (Red+Green+Blue) = 229+114+142=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5728E is #1A8D71. Grayscale: #979797. Windows color (decimal): -1740146 or 9335525. OLE color: 9335525.
HSL color Cylindrical-coordinate representation of color #E5728E: hue angle of 345.39º 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 #E5728E is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 142 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.10 |
| HSL | 345.39º | 0.69% | 0.67% | - |
| HSV(B) | 345.39º | 0.5% | 0.9% | - |
| XYZ | 43.21 | 30.65 | 29.23 | - |
| YUV | 151.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 142 | 0 | 0.50 | 0.38 | 0.10 | 345.39 | 0.69 | 0.67 |
| Hex | E5 | 72 | 8E | 0 | 32 | 26 | A | 159 | 45 | 43 |
| Octal | 345 | 162 | 216 | 0 | 62 | 46 | 12 | 531 | 105 | 103 |
| Binary | 11100101 | 1110010 | 10001110 | 0 | 110010 | 100110 | 1010 | 101011001 | 1000101 | 1000011 |
Color Harmonies of #E5728E
Complementary color
Monochromatic Colors of #E5728E
Black with #E5728E
Text Example
Text Example
White with #E5728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5728E; }
p { color: rgb(229,114,142); }
H1.HeaderClassName
{
color: #E5728E;
}
.AnyTagClassName
{
color: #E5728E;
}
</style>
background-color css
<style>
a { background-color: #E5728E; }
a { background-color: rgb(229,114,142); }
div.DivClassName
{
background-color: #E5728E;
}
.BgClassName
{
background-color: #E5728E;
}
</style>
border-color css
<style>
span { border-color: #E5728E; }
span { border-color: rgb(229,114,142); }
td.TdClassName
{
border-color: #E5728E;
}
.TagClassName
{
border-color: #E5728E;
}
</style>