Shades of Deep Blush #E0798C
Tints of Deep Blush #E0798C
RGB
CMYK
RGB Variations
Color information
#E0798C (or 0xE0798C) is known color: Deep Blush. HEX triplet: E0, 79 and 8C. RGB value is (224,121,140). Sum of RGB (Red+Green+Blue) = 224+121+140=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0798C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0798C is #1F8673. Grayscale: #999999. Windows color (decimal): -2066036 or 9206240. OLE color: 9206240.
HSL color Cylindrical-coordinate representation of color #E0798C: hue angle of 348.93º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0798C is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 140 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.12 |
| HSL | 348.93º | 0.62% | 0.68% | - |
| HSV(B) | 348.93º | 0.46% | 0.88% | - |
| XYZ | 42.31 | 31.42 | 28.64 | - |
| YUV | 153.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 140 | 0 | 0.46 | 0.38 | 0.12 | 348.93 | 0.62 | 0.68 |
| Hex | E0 | 79 | 8C | 0 | 2E | 26 | C | 15D | 3E | 44 |
| Octal | 340 | 171 | 214 | 0 | 56 | 46 | 14 | 535 | 76 | 104 |
| Binary | 11100000 | 1111001 | 10001100 | 0 | 101110 | 100110 | 1100 | 101011101 | 111110 | 1000100 |
Color Harmonies of #E0798C
Complementary color
Monochromatic Colors of #E0798C
Black with #E0798C
Text Example
Text Example
White with #E0798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0798C; }
p { color: rgb(224,121,140); }
H1.HeaderClassName
{
color: #E0798C;
}
.AnyTagClassName
{
color: #E0798C;
}
</style>
background-color css
<style>
a { background-color: #E0798C; }
a { background-color: rgb(224,121,140); }
div.DivClassName
{
background-color: #E0798C;
}
.BgClassName
{
background-color: #E0798C;
}
</style>
border-color css
<style>
span { border-color: #E0798C; }
span { border-color: rgb(224,121,140); }
td.TdClassName
{
border-color: #E0798C;
}
.TagClassName
{
border-color: #E0798C;
}
</style>