Shades of Deep Blush #E0708E
Tints of Deep Blush #E0708E
RGB
CMYK
RGB Variations
Color information
#E0708E (or 0xE0708E) is known color: Deep Blush. HEX triplet: E0, 70 and 8E. RGB value is (224,112,142). Sum of RGB (Red+Green+Blue) = 224+112+142=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E0708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0708E is #1F8F71. Grayscale: #949494. Windows color (decimal): -2068338 or 9335008. OLE color: 9335008.
HSL color Cylindrical-coordinate representation of color #E0708E: hue angle of 343.93º 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 #E0708E is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 142 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.12 |
| HSL | 343.93º | 0.64% | 0.66% | - |
| HSV(B) | 343.93º | 0.5% | 0.88% | - |
| XYZ | 41.42 | 29.39 | 29.08 | - |
| YUV | 148.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 142 | 0 | 0.50 | 0.37 | 0.12 | 343.93 | 0.64 | 0.66 |
| Hex | E0 | 70 | 8E | 0 | 32 | 25 | C | 158 | 40 | 42 |
| Octal | 340 | 160 | 216 | 0 | 62 | 45 | 14 | 530 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10001110 | 0 | 110010 | 100101 | 1100 | 101011000 | 1000000 | 1000010 |
Color Harmonies of #E0708E
Complementary color
Monochromatic Colors of #E0708E
Black with #E0708E
Text Example
Text Example
White with #E0708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0708E; }
p { color: rgb(224,112,142); }
H1.HeaderClassName
{
color: #E0708E;
}
.AnyTagClassName
{
color: #E0708E;
}
</style>
background-color css
<style>
a { background-color: #E0708E; }
a { background-color: rgb(224,112,142); }
div.DivClassName
{
background-color: #E0708E;
}
.BgClassName
{
background-color: #E0708E;
}
</style>
border-color css
<style>
span { border-color: #E0708E; }
span { border-color: rgb(224,112,142); }
td.TdClassName
{
border-color: #E0708E;
}
.TagClassName
{
border-color: #E0708E;
}
</style>