Shades of Deep Blush #E0778E
Tints of Deep Blush #E0778E
RGB
CMYK
RGB Variations
Color information
#E0778E (or 0xE0778E) is known color: Deep Blush. HEX triplet: E0, 77 and 8E. RGB value is (224,119,142). Sum of RGB (Red+Green+Blue) = 224+119+142=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0778E is #1F8871. Grayscale: #999999. Windows color (decimal): -2066546 or 9336800. OLE color: 9336800.
HSL color Cylindrical-coordinate representation of color #E0778E: hue angle of 346.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0778E is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 142 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.12 |
| HSL | 346.86º | 0.63% | 0.67% | - |
| HSV(B) | 346.86º | 0.47% | 0.88% | - |
| XYZ | 42.22 | 30.99 | 29.35 | - |
| YUV | 153.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 142 | 0 | 0.47 | 0.37 | 0.12 | 346.86 | 0.63 | 0.67 |
| Hex | E0 | 77 | 8E | 0 | 2F | 25 | C | 15B | 3F | 43 |
| Octal | 340 | 167 | 216 | 0 | 57 | 45 | 14 | 533 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10001110 | 0 | 101111 | 100101 | 1100 | 101011011 | 111111 | 1000011 |
Color Harmonies of #E0778E
Complementary color
Monochromatic Colors of #E0778E
Black with #E0778E
Text Example
Text Example
White with #E0778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0778E; }
p { color: rgb(224,119,142); }
H1.HeaderClassName
{
color: #E0778E;
}
.AnyTagClassName
{
color: #E0778E;
}
</style>
background-color css
<style>
a { background-color: #E0778E; }
a { background-color: rgb(224,119,142); }
div.DivClassName
{
background-color: #E0778E;
}
.BgClassName
{
background-color: #E0778E;
}
</style>
border-color css
<style>
span { border-color: #E0778E; }
span { border-color: rgb(224,119,142); }
td.TdClassName
{
border-color: #E0778E;
}
.TagClassName
{
border-color: #E0778E;
}
</style>