Shades of Deep Blush #E0708D
Tints of Deep Blush #E0708D
RGB
CMYK
RGB Variations
Color information
#E0708D (or 0xE0708D) is known color: Deep Blush. HEX triplet: E0, 70 and 8D. RGB value is (224,112,141). Sum of RGB (Red+Green+Blue) = 224+112+141=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0708D is #1F8F72. Grayscale: #949494. Windows color (decimal): -2068339 or 9269472. OLE color: 9269472.
HSL color Cylindrical-coordinate representation of color #E0708D: hue angle of 344.46º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0708D is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 141 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.12 |
| HSL | 344.46º | 0.64% | 0.66% | - |
| HSV(B) | 344.46º | 0.5% | 0.88% | - |
| XYZ | 41.34 | 29.36 | 28.69 | - |
| YUV | 148.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 141 | 0 | 0.50 | 0.37 | 0.12 | 344.46 | 0.64 | 0.66 |
| Hex | E0 | 70 | 8D | 0 | 32 | 25 | C | 158 | 40 | 42 |
| Octal | 340 | 160 | 215 | 0 | 62 | 45 | 14 | 530 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10001101 | 0 | 110010 | 100101 | 1100 | 101011000 | 1000000 | 1000010 |
Color Harmonies of #E0708D
Complementary color
Monochromatic Colors of #E0708D
Black with #E0708D
Text Example
Text Example
White with #E0708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0708D; }
p { color: rgb(224,112,141); }
H1.HeaderClassName
{
color: #E0708D;
}
.AnyTagClassName
{
color: #E0708D;
}
</style>
background-color css
<style>
a { background-color: #E0708D; }
a { background-color: rgb(224,112,141); }
div.DivClassName
{
background-color: #E0708D;
}
.BgClassName
{
background-color: #E0708D;
}
</style>
border-color css
<style>
span { border-color: #E0708D; }
span { border-color: rgb(224,112,141); }
td.TdClassName
{
border-color: #E0708D;
}
.TagClassName
{
border-color: #E0708D;
}
</style>