Shades of Deep Blush #E47084
Tints of Deep Blush #E47084
RGB
CMYK
RGB Variations
Color information
#E47084 (or 0xE47084) is known color: Deep Blush. HEX triplet: E4, 70 and 84. RGB value is (228,112,132). Sum of RGB (Red+Green+Blue) = 228+112+132=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E47084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47084 is #1B8F7B. Grayscale: #959595. Windows color (decimal): -1806204 or 8679652. OLE color: 8679652.
HSL color Cylindrical-coordinate representation of color #E47084: hue angle of 349.66º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E47084 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 132 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.11 |
| HSL | 349.66º | 0.68% | 0.67% | - |
| HSV(B) | 349.66º | 0.51% | 0.89% | - |
| XYZ | 41.95 | 29.75 | 25.36 | - |
| YUV | 148.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 132 | 0 | 0.51 | 0.42 | 0.11 | 349.66 | 0.68 | 0.67 |
| Hex | E4 | 70 | 84 | 0 | 33 | 2A | B | 15E | 44 | 43 |
| Octal | 344 | 160 | 204 | 0 | 63 | 52 | 13 | 536 | 104 | 103 |
| Binary | 11100100 | 1110000 | 10000100 | 0 | 110011 | 101010 | 1011 | 101011110 | 1000100 | 1000011 |
Color Harmonies of #E47084
Complementary color
Monochromatic Colors of #E47084
Black with #E47084
Text Example
Text Example
White with #E47084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47084; }
p { color: rgb(228,112,132); }
H1.HeaderClassName
{
color: #E47084;
}
.AnyTagClassName
{
color: #E47084;
}
</style>
background-color css
<style>
a { background-color: #E47084; }
a { background-color: rgb(228,112,132); }
div.DivClassName
{
background-color: #E47084;
}
.BgClassName
{
background-color: #E47084;
}
</style>
border-color css
<style>
span { border-color: #E47084; }
span { border-color: rgb(228,112,132); }
td.TdClassName
{
border-color: #E47084;
}
.TagClassName
{
border-color: #E47084;
}
</style>