Shades of Deep Blush #E0778B
Tints of Deep Blush #E0778B
RGB
CMYK
RGB Variations
Color information
#E0778B (or 0xE0778B) is known color: Deep Blush. HEX triplet: E0, 77 and 8B. RGB value is (224,119,139). Sum of RGB (Red+Green+Blue) = 224+119+139=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0778B is #1F8874. Grayscale: #989898. Windows color (decimal): -2066549 or 9140192. OLE color: 9140192.
HSL color Cylindrical-coordinate representation of color #E0778B: hue angle of 348.57º 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 #E0778B is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 139 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.12 |
| HSL | 348.57º | 0.63% | 0.67% | - |
| HSV(B) | 348.57º | 0.47% | 0.88% | - |
| XYZ | 42 | 30.91 | 28.18 | - |
| YUV | 152.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 139 | 0 | 0.47 | 0.38 | 0.12 | 348.57 | 0.63 | 0.67 |
| Hex | E0 | 77 | 8B | 0 | 2F | 26 | C | 15D | 3F | 43 |
| Octal | 340 | 167 | 213 | 0 | 57 | 46 | 14 | 535 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10001011 | 0 | 101111 | 100110 | 1100 | 101011101 | 111111 | 1000011 |
Color Harmonies of #E0778B
Complementary color
Monochromatic Colors of #E0778B
Black with #E0778B
Text Example
Text Example
White with #E0778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0778B; }
p { color: rgb(224,119,139); }
H1.HeaderClassName
{
color: #E0778B;
}
.AnyTagClassName
{
color: #E0778B;
}
</style>
background-color css
<style>
a { background-color: #E0778B; }
a { background-color: rgb(224,119,139); }
div.DivClassName
{
background-color: #E0778B;
}
.BgClassName
{
background-color: #E0778B;
}
</style>
border-color css
<style>
span { border-color: #E0778B; }
span { border-color: rgb(224,119,139); }
td.TdClassName
{
border-color: #E0778B;
}
.TagClassName
{
border-color: #E0778B;
}
</style>