Shades of Deep Blush #E47085
Tints of Deep Blush #E47085
RGB
CMYK
RGB Variations
Color information
#E47085 (or 0xE47085) is known color: Deep Blush. HEX triplet: E4, 70 and 85. RGB value is (228,112,133). Sum of RGB (Red+Green+Blue) = 228+112+133=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E47085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47085 is #1B8F7A. Grayscale: #959595. Windows color (decimal): -1806203 or 8745188. OLE color: 8745188.
HSL color Cylindrical-coordinate representation of color #E47085: hue angle of 349.14º 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 #E47085 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 133 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.11 |
| HSL | 349.14º | 0.68% | 0.67% | - |
| HSV(B) | 349.14º | 0.51% | 0.89% | - |
| XYZ | 42.02 | 29.78 | 25.72 | - |
| YUV | 149.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 133 | 0 | 0.51 | 0.42 | 0.11 | 349.14 | 0.68 | 0.67 |
| Hex | E4 | 70 | 85 | 0 | 33 | 2A | B | 15D | 44 | 43 |
| Octal | 344 | 160 | 205 | 0 | 63 | 52 | 13 | 535 | 104 | 103 |
| Binary | 11100100 | 1110000 | 10000101 | 0 | 110011 | 101010 | 1011 | 101011101 | 1000100 | 1000011 |
Color Harmonies of #E47085
Complementary color
Monochromatic Colors of #E47085
Black with #E47085
Text Example
Text Example
White with #E47085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47085; }
p { color: rgb(228,112,133); }
H1.HeaderClassName
{
color: #E47085;
}
.AnyTagClassName
{
color: #E47085;
}
</style>
background-color css
<style>
a { background-color: #E47085; }
a { background-color: rgb(228,112,133); }
div.DivClassName
{
background-color: #E47085;
}
.BgClassName
{
background-color: #E47085;
}
</style>
border-color css
<style>
span { border-color: #E47085; }
span { border-color: rgb(228,112,133); }
td.TdClassName
{
border-color: #E47085;
}
.TagClassName
{
border-color: #E47085;
}
</style>