Shades of Deep Blush #E07088
Tints of Deep Blush #E07088
RGB
CMYK
RGB Variations
Color information
#E07088 (or 0xE07088) is known color: Deep Blush. HEX triplet: E0, 70 and 88. RGB value is (224,112,136). Sum of RGB (Red+Green+Blue) = 224+112+136=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E07088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07088 is #1F8F77. Grayscale: #949494. Windows color (decimal): -2068344 or 8941792. OLE color: 8941792.
HSL color Cylindrical-coordinate representation of color #E07088: hue angle of 347.14º 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 #E07088 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 136 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.12 |
| HSL | 347.14º | 0.64% | 0.66% | - |
| HSV(B) | 347.14º | 0.5% | 0.88% | - |
| XYZ | 40.98 | 29.21 | 26.77 | - |
| YUV | 148.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 136 | 0 | 0.50 | 0.39 | 0.12 | 347.14 | 0.64 | 0.66 |
| Hex | E0 | 70 | 88 | 0 | 32 | 27 | C | 15B | 40 | 42 |
| Octal | 340 | 160 | 210 | 0 | 62 | 47 | 14 | 533 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10001000 | 0 | 110010 | 100111 | 1100 | 101011011 | 1000000 | 1000010 |
Color Harmonies of #E07088
Complementary color
Monochromatic Colors of #E07088
Black with #E07088
Text Example
Text Example
White with #E07088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07088; }
p { color: rgb(224,112,136); }
H1.HeaderClassName
{
color: #E07088;
}
.AnyTagClassName
{
color: #E07088;
}
</style>
background-color css
<style>
a { background-color: #E07088; }
a { background-color: rgb(224,112,136); }
div.DivClassName
{
background-color: #E07088;
}
.BgClassName
{
background-color: #E07088;
}
</style>
border-color css
<style>
span { border-color: #E07088; }
span { border-color: rgb(224,112,136); }
td.TdClassName
{
border-color: #E07088;
}
.TagClassName
{
border-color: #E07088;
}
</style>