Shades of Deep Blush #E0728E
Tints of Deep Blush #E0728E
RGB
CMYK
RGB Variations
Color information
#E0728E (or 0xE0728E) is known color: Deep Blush. HEX triplet: E0, 72 and 8E. RGB value is (224,114,142). Sum of RGB (Red+Green+Blue) = 224+114+142=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0728E is #1F8D71. Grayscale: #969696. Windows color (decimal): -2067826 or 9335520. OLE color: 9335520.
HSL color Cylindrical-coordinate representation of color #E0728E: hue angle of 344.73º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0728E is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 142 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.12 |
| HSL | 344.73º | 0.64% | 0.66% | - |
| HSV(B) | 344.73º | 0.49% | 0.88% | - |
| XYZ | 41.64 | 29.83 | 29.16 | - |
| YUV | 150.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 142 | 0 | 0.49 | 0.37 | 0.12 | 344.73 | 0.64 | 0.66 |
| Hex | E0 | 72 | 8E | 0 | 31 | 25 | C | 159 | 40 | 42 |
| Octal | 340 | 162 | 216 | 0 | 61 | 45 | 14 | 531 | 100 | 102 |
| Binary | 11100000 | 1110010 | 10001110 | 0 | 110001 | 100101 | 1100 | 101011001 | 1000000 | 1000010 |
Color Harmonies of #E0728E
Complementary color
Monochromatic Colors of #E0728E
Black with #E0728E
Text Example
Text Example
White with #E0728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0728E; }
p { color: rgb(224,114,142); }
H1.HeaderClassName
{
color: #E0728E;
}
.AnyTagClassName
{
color: #E0728E;
}
</style>
background-color css
<style>
a { background-color: #E0728E; }
a { background-color: rgb(224,114,142); }
div.DivClassName
{
background-color: #E0728E;
}
.BgClassName
{
background-color: #E0728E;
}
</style>
border-color css
<style>
span { border-color: #E0728E; }
span { border-color: rgb(224,114,142); }
td.TdClassName
{
border-color: #E0728E;
}
.TagClassName
{
border-color: #E0728E;
}
</style>