Shades of Deep Blush #E8728D
Tints of Deep Blush #E8728D
RGB
CMYK
RGB Variations
Color information
#E8728D (or 0xE8728D) is known color: Deep Blush. HEX triplet: E8, 72 and 8D. RGB value is (232,114,141). Sum of RGB (Red+Green+Blue) = 232+114+141=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E8728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8728D is #178D72. Grayscale: #989898. Windows color (decimal): -1543539 or 9269992. OLE color: 9269992.
HSL color Cylindrical-coordinate representation of color #E8728D: hue angle of 346.27º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8728D is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 141 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.09 |
| HSL | 346.27º | 0.72% | 0.68% | - |
| HSV(B) | 346.27º | 0.51% | 0.91% | - |
| XYZ | 44.1 | 31.11 | 28.88 | - |
| YUV | 152.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 141 | 0 | 0.51 | 0.39 | 0.09 | 346.27 | 0.72 | 0.68 |
| Hex | E8 | 72 | 8D | 0 | 33 | 27 | 9 | 15A | 48 | 44 |
| Octal | 350 | 162 | 215 | 0 | 63 | 47 | 11 | 532 | 110 | 104 |
| Binary | 11101000 | 1110010 | 10001101 | 0 | 110011 | 100111 | 1001 | 101011010 | 1001000 | 1000100 |
Color Harmonies of #E8728D
Complementary color
Monochromatic Colors of #E8728D
Black with #E8728D
Text Example
Text Example
White with #E8728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8728D; }
p { color: rgb(232,114,141); }
H1.HeaderClassName
{
color: #E8728D;
}
.AnyTagClassName
{
color: #E8728D;
}
</style>
background-color css
<style>
a { background-color: #E8728D; }
a { background-color: rgb(232,114,141); }
div.DivClassName
{
background-color: #E8728D;
}
.BgClassName
{
background-color: #E8728D;
}
</style>
border-color css
<style>
span { border-color: #E8728D; }
span { border-color: rgb(232,114,141); }
td.TdClassName
{
border-color: #E8728D;
}
.TagClassName
{
border-color: #E8728D;
}
</style>