Shades of Deep Blush #E0788C
Tints of Deep Blush #E0788C
RGB
CMYK
RGB Variations
Color information
#E0788C (or 0xE0788C) is known color: Deep Blush. HEX triplet: E0, 78 and 8C. RGB value is (224,120,140). Sum of RGB (Red+Green+Blue) = 224+120+140=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0788C is #1F8773. Grayscale: #999999. Windows color (decimal): -2066292 or 9205984. OLE color: 9205984.
HSL color Cylindrical-coordinate representation of color #E0788C: hue angle of 348.46º 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 #E0788C is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 140 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.12 |
| HSL | 348.46º | 0.63% | 0.67% | - |
| HSV(B) | 348.46º | 0.46% | 0.88% | - |
| XYZ | 42.19 | 31.17 | 28.6 | - |
| YUV | 153.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 140 | 0 | 0.46 | 0.38 | 0.12 | 348.46 | 0.63 | 0.67 |
| Hex | E0 | 78 | 8C | 0 | 2E | 26 | C | 15C | 3F | 43 |
| Octal | 340 | 170 | 214 | 0 | 56 | 46 | 14 | 534 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10001100 | 0 | 101110 | 100110 | 1100 | 101011100 | 111111 | 1000011 |
Color Harmonies of #E0788C
Complementary color
Monochromatic Colors of #E0788C
Black with #E0788C
Text Example
Text Example
White with #E0788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0788C; }
p { color: rgb(224,120,140); }
H1.HeaderClassName
{
color: #E0788C;
}
.AnyTagClassName
{
color: #E0788C;
}
</style>
background-color css
<style>
a { background-color: #E0788C; }
a { background-color: rgb(224,120,140); }
div.DivClassName
{
background-color: #E0788C;
}
.BgClassName
{
background-color: #E0788C;
}
</style>
border-color css
<style>
span { border-color: #E0788C; }
span { border-color: rgb(224,120,140); }
td.TdClassName
{
border-color: #E0788C;
}
.TagClassName
{
border-color: #E0788C;
}
</style>