Shades of Deep Blush #E0748F
Tints of Deep Blush #E0748F
RGB
CMYK
RGB Variations
Color information
#E0748F (or 0xE0748F) is known color: Deep Blush. HEX triplet: E0, 74 and 8F. RGB value is (224,116,143). Sum of RGB (Red+Green+Blue) = 224+116+143=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0748F is #1F8B70. Grayscale: #979797. Windows color (decimal): -2067313 or 9401568. OLE color: 9401568.
HSL color Cylindrical-coordinate representation of color #E0748F: hue angle of 345º 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 #E0748F is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 143 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.12 |
| HSL | 345º | 0.64% | 0.67% | - |
| HSV(B) | 345º | 0.48% | 0.88% | - |
| XYZ | 41.94 | 30.32 | 29.63 | - |
| YUV | 151.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 143 | 0 | 0.48 | 0.36 | 0.12 | 345 | 0.64 | 0.67 |
| Hex | E0 | 74 | 8F | 0 | 30 | 24 | C | 159 | 40 | 43 |
| Octal | 340 | 164 | 217 | 0 | 60 | 44 | 14 | 531 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10001111 | 0 | 110000 | 100100 | 1100 | 101011001 | 1000000 | 1000011 |
Color Harmonies of #E0748F
Complementary color
Monochromatic Colors of #E0748F
Black with #E0748F
Text Example
Text Example
White with #E0748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0748F; }
p { color: rgb(224,116,143); }
H1.HeaderClassName
{
color: #E0748F;
}
.AnyTagClassName
{
color: #E0748F;
}
</style>
background-color css
<style>
a { background-color: #E0748F; }
a { background-color: rgb(224,116,143); }
div.DivClassName
{
background-color: #E0748F;
}
.BgClassName
{
background-color: #E0748F;
}
</style>
border-color css
<style>
span { border-color: #E0748F; }
span { border-color: rgb(224,116,143); }
td.TdClassName
{
border-color: #E0748F;
}
.TagClassName
{
border-color: #E0748F;
}
</style>