Shades of Deep Blush #E47490
Tints of Deep Blush #E47490
RGB
CMYK
RGB Variations
Color information
#E47490 (or 0xE47490) is known color: Deep Blush. HEX triplet: E4, 74 and 90. RGB value is (228,116,144). Sum of RGB (Red+Green+Blue) = 228+116+144=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E47490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47490 is #1B8B6F. Grayscale: #989898. Windows color (decimal): -1805168 or 9467108. OLE color: 9467108.
HSL color Cylindrical-coordinate representation of color #E47490: hue angle of 345º 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 #E47490 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 144 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.11 |
| HSL | 345º | 0.67% | 0.67% | - |
| HSV(B) | 345º | 0.49% | 0.89% | - |
| XYZ | 43.27 | 31 | 30.09 | - |
| YUV | 152.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 144 | 0 | 0.49 | 0.37 | 0.11 | 345 | 0.67 | 0.67 |
| Hex | E4 | 74 | 90 | 0 | 31 | 25 | B | 159 | 43 | 43 |
| Octal | 344 | 164 | 220 | 0 | 61 | 45 | 13 | 531 | 103 | 103 |
| Binary | 11100100 | 1110100 | 10010000 | 0 | 110001 | 100101 | 1011 | 101011001 | 1000011 | 1000011 |
Color Harmonies of #E47490
Complementary color
Monochromatic Colors of #E47490
Black with #E47490
Text Example
Text Example
White with #E47490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47490; }
p { color: rgb(228,116,144); }
H1.HeaderClassName
{
color: #E47490;
}
.AnyTagClassName
{
color: #E47490;
}
</style>
background-color css
<style>
a { background-color: #E47490; }
a { background-color: rgb(228,116,144); }
div.DivClassName
{
background-color: #E47490;
}
.BgClassName
{
background-color: #E47490;
}
</style>
border-color css
<style>
span { border-color: #E47490; }
span { border-color: rgb(228,116,144); }
td.TdClassName
{
border-color: #E47490;
}
.TagClassName
{
border-color: #E47490;
}
</style>