Shades of Deep Blush #E0748D
Tints of Deep Blush #E0748D
RGB
CMYK
RGB Variations
Color information
#E0748D (or 0xE0748D) is known color: Deep Blush. HEX triplet: E0, 74 and 8D. RGB value is (224,116,141). Sum of RGB (Red+Green+Blue) = 224+116+141=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0748D is #1F8B72. Grayscale: #979797. Windows color (decimal): -2067315 or 9270496. OLE color: 9270496.
HSL color Cylindrical-coordinate representation of color #E0748D: hue angle of 346.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0748D is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 141 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.12 |
| HSL | 346.11º | 0.64% | 0.67% | - |
| HSV(B) | 346.11º | 0.48% | 0.88% | - |
| XYZ | 41.79 | 30.26 | 28.84 | - |
| YUV | 151.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 141 | 0 | 0.48 | 0.37 | 0.12 | 346.11 | 0.64 | 0.67 |
| Hex | E0 | 74 | 8D | 0 | 30 | 25 | C | 15A | 40 | 43 |
| Octal | 340 | 164 | 215 | 0 | 60 | 45 | 14 | 532 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10001101 | 0 | 110000 | 100101 | 1100 | 101011010 | 1000000 | 1000011 |
Color Harmonies of #E0748D
Complementary color
Monochromatic Colors of #E0748D
Black with #E0748D
Text Example
Text Example
White with #E0748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0748D; }
p { color: rgb(224,116,141); }
H1.HeaderClassName
{
color: #E0748D;
}
.AnyTagClassName
{
color: #E0748D;
}
</style>
background-color css
<style>
a { background-color: #E0748D; }
a { background-color: rgb(224,116,141); }
div.DivClassName
{
background-color: #E0748D;
}
.BgClassName
{
background-color: #E0748D;
}
</style>
border-color css
<style>
span { border-color: #E0748D; }
span { border-color: rgb(224,116,141); }
td.TdClassName
{
border-color: #E0748D;
}
.TagClassName
{
border-color: #E0748D;
}
</style>