Shades of Deep Blush #E0788B
Tints of Deep Blush #E0788B
RGB
CMYK
RGB Variations
Color information
#E0788B (or 0xE0788B) is known color: Deep Blush. HEX triplet: E0, 78 and 8B. RGB value is (224,120,139). Sum of RGB (Red+Green+Blue) = 224+120+139=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0788B is #1F8774. Grayscale: #999999. Windows color (decimal): -2066293 or 9140448. OLE color: 9140448.
HSL color Cylindrical-coordinate representation of color #E0788B: hue angle of 349.04º 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 #E0788B is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 139 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.12 |
| HSL | 349.04º | 0.63% | 0.67% | - |
| HSV(B) | 349.04º | 0.46% | 0.88% | - |
| XYZ | 42.12 | 31.14 | 28.22 | - |
| YUV | 153.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 139 | 0 | 0.46 | 0.38 | 0.12 | 349.04 | 0.63 | 0.67 |
| Hex | E0 | 78 | 8B | 0 | 2E | 26 | C | 15D | 3F | 43 |
| Octal | 340 | 170 | 213 | 0 | 56 | 46 | 14 | 535 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10001011 | 0 | 101110 | 100110 | 1100 | 101011101 | 111111 | 1000011 |
Color Harmonies of #E0788B
Complementary color
Monochromatic Colors of #E0788B
Black with #E0788B
Text Example
Text Example
White with #E0788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0788B; }
p { color: rgb(224,120,139); }
H1.HeaderClassName
{
color: #E0788B;
}
.AnyTagClassName
{
color: #E0788B;
}
</style>
background-color css
<style>
a { background-color: #E0788B; }
a { background-color: rgb(224,120,139); }
div.DivClassName
{
background-color: #E0788B;
}
.BgClassName
{
background-color: #E0788B;
}
</style>
border-color css
<style>
span { border-color: #E0788B; }
span { border-color: rgb(224,120,139); }
td.TdClassName
{
border-color: #E0788B;
}
.TagClassName
{
border-color: #E0788B;
}
</style>