Shades of Deep Blush #E0778A
Tints of Deep Blush #E0778A
RGB
CMYK
RGB Variations
Color information
#E0778A (or 0xE0778A) is known color: Deep Blush. HEX triplet: E0, 77 and 8A. RGB value is (224,119,138). Sum of RGB (Red+Green+Blue) = 224+119+138=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0778A is #1F8875. Grayscale: #989898. Windows color (decimal): -2066550 or 9074656. OLE color: 9074656.
HSL color Cylindrical-coordinate representation of color #E0778A: hue angle of 349.14º 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 #E0778A is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 138 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.12 |
| HSL | 349.14º | 0.63% | 0.67% | - |
| HSV(B) | 349.14º | 0.47% | 0.88% | - |
| XYZ | 41.92 | 30.88 | 27.79 | - |
| YUV | 152.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 138 | 0 | 0.47 | 0.38 | 0.12 | 349.14 | 0.63 | 0.67 |
| Hex | E0 | 77 | 8A | 0 | 2F | 26 | C | 15D | 3F | 43 |
| Octal | 340 | 167 | 212 | 0 | 57 | 46 | 14 | 535 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10001010 | 0 | 101111 | 100110 | 1100 | 101011101 | 111111 | 1000011 |
Color Harmonies of #E0778A
Complementary color
Monochromatic Colors of #E0778A
Black with #E0778A
Text Example
Text Example
White with #E0778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0778A; }
p { color: rgb(224,119,138); }
H1.HeaderClassName
{
color: #E0778A;
}
.AnyTagClassName
{
color: #E0778A;
}
</style>
background-color css
<style>
a { background-color: #E0778A; }
a { background-color: rgb(224,119,138); }
div.DivClassName
{
background-color: #E0778A;
}
.BgClassName
{
background-color: #E0778A;
}
</style>
border-color css
<style>
span { border-color: #E0778A; }
span { border-color: rgb(224,119,138); }
td.TdClassName
{
border-color: #E0778A;
}
.TagClassName
{
border-color: #E0778A;
}
</style>