Shades of Deep Blush #E47D84
Tints of Deep Blush #E47D84
RGB
CMYK
RGB Variations
Color information
#E47D84 (or 0xE47D84) is known color: Deep Blush. HEX triplet: E4, 7D and 84. RGB value is (228,125,132). Sum of RGB (Red+Green+Blue) = 228+125+132=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47D84 is #1B827B. Grayscale: #9C9C9C. Windows color (decimal): -1802876 or 8682980. OLE color: 8682980.
HSL color Cylindrical-coordinate representation of color #E47D84: hue angle of 355.92º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47D84 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 132 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.11 |
| HSL | 355.92º | 0.66% | 0.69% | - |
| HSV(B) | 355.92º | 0.45% | 0.89% | - |
| XYZ | 43.49 | 32.83 | 25.87 | - |
| YUV | 156.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 132 | 0 | 0.45 | 0.42 | 0.11 | 355.92 | 0.66 | 0.69 |
| Hex | E4 | 7D | 84 | 0 | 2D | 2A | B | 164 | 42 | 45 |
| Octal | 344 | 175 | 204 | 0 | 55 | 52 | 13 | 544 | 102 | 105 |
| Binary | 11100100 | 1111101 | 10000100 | 0 | 101101 | 101010 | 1011 | 101100100 | 1000010 | 1000101 |
Color Harmonies of #E47D84
Complementary color
Monochromatic Colors of #E47D84
Black with #E47D84
Text Example
Text Example
White with #E47D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47D84; }
p { color: rgb(228,125,132); }
H1.HeaderClassName
{
color: #E47D84;
}
.AnyTagClassName
{
color: #E47D84;
}
</style>
background-color css
<style>
a { background-color: #E47D84; }
a { background-color: rgb(228,125,132); }
div.DivClassName
{
background-color: #E47D84;
}
.BgClassName
{
background-color: #E47D84;
}
</style>
border-color css
<style>
span { border-color: #E47D84; }
span { border-color: rgb(228,125,132); }
td.TdClassName
{
border-color: #E47D84;
}
.TagClassName
{
border-color: #E47D84;
}
</style>