Shades of Deep Blush #E0788D
Tints of Deep Blush #E0788D
RGB
CMYK
RGB Variations
Color information
#E0788D (or 0xE0788D) is known color: Deep Blush. HEX triplet: E0, 78 and 8D. RGB value is (224,120,141). Sum of RGB (Red+Green+Blue) = 224+120+141=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0788D is #1F8772. Grayscale: #999999. Windows color (decimal): -2066291 or 9271520. OLE color: 9271520.
HSL color Cylindrical-coordinate representation of color #E0788D: hue angle of 347.88º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0788D is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 141 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.12 |
| HSL | 347.88º | 0.63% | 0.67% | - |
| HSV(B) | 347.88º | 0.46% | 0.88% | - |
| XYZ | 42.26 | 31.2 | 28.99 | - |
| YUV | 153.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 141 | 0 | 0.46 | 0.37 | 0.12 | 347.88 | 0.63 | 0.67 |
| Hex | E0 | 78 | 8D | 0 | 2E | 25 | C | 15C | 3F | 43 |
| Octal | 340 | 170 | 215 | 0 | 56 | 45 | 14 | 534 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10001101 | 0 | 101110 | 100101 | 1100 | 101011100 | 111111 | 1000011 |
Color Harmonies of #E0788D
Complementary color
Monochromatic Colors of #E0788D
Black with #E0788D
Text Example
Text Example
White with #E0788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0788D; }
p { color: rgb(224,120,141); }
H1.HeaderClassName
{
color: #E0788D;
}
.AnyTagClassName
{
color: #E0788D;
}
</style>
background-color css
<style>
a { background-color: #E0788D; }
a { background-color: rgb(224,120,141); }
div.DivClassName
{
background-color: #E0788D;
}
.BgClassName
{
background-color: #E0788D;
}
</style>
border-color css
<style>
span { border-color: #E0788D; }
span { border-color: rgb(224,120,141); }
td.TdClassName
{
border-color: #E0788D;
}
.TagClassName
{
border-color: #E0788D;
}
</style>