Shades of Deep Blush #E47482
Tints of Deep Blush #E47482
RGB
CMYK
RGB Variations
Color information
#E47482 (or 0xE47482) is known color: Deep Blush. HEX triplet: E4, 74 and 82. RGB value is (228,116,130). Sum of RGB (Red+Green+Blue) = 228+116+130=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E47482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47482 is #1B8B7D. Grayscale: #979797. Windows color (decimal): -1805182 or 8549604. OLE color: 8549604.
HSL color Cylindrical-coordinate representation of color #E47482: hue angle of 352.5º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E47482 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 130 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.11 |
| HSL | 352.5º | 0.67% | 0.67% | - |
| HSV(B) | 352.5º | 0.49% | 0.89% | - |
| XYZ | 42.27 | 30.6 | 24.8 | - |
| YUV | 151.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 130 | 0 | 0.49 | 0.43 | 0.11 | 352.5 | 0.67 | 0.67 |
| Hex | E4 | 74 | 82 | 0 | 31 | 2B | B | 160 | 43 | 43 |
| Octal | 344 | 164 | 202 | 0 | 61 | 53 | 13 | 540 | 103 | 103 |
| Binary | 11100100 | 1110100 | 10000010 | 0 | 110001 | 101011 | 1011 | 101100000 | 1000011 | 1000011 |
Color Harmonies of #E47482
Complementary color
Monochromatic Colors of #E47482
Black with #E47482
Text Example
Text Example
White with #E47482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47482; }
p { color: rgb(228,116,130); }
H1.HeaderClassName
{
color: #E47482;
}
.AnyTagClassName
{
color: #E47482;
}
</style>
background-color css
<style>
a { background-color: #E47482; }
a { background-color: rgb(228,116,130); }
div.DivClassName
{
background-color: #E47482;
}
.BgClassName
{
background-color: #E47482;
}
</style>
border-color css
<style>
span { border-color: #E47482; }
span { border-color: rgb(228,116,130); }
td.TdClassName
{
border-color: #E47482;
}
.TagClassName
{
border-color: #E47482;
}
</style>