Shades of Deep Blush #E0798A
Tints of Deep Blush #E0798A
RGB
CMYK
RGB Variations
Color information
#E0798A (or 0xE0798A) is known color: Deep Blush. HEX triplet: E0, 79 and 8A. RGB value is (224,121,138). Sum of RGB (Red+Green+Blue) = 224+121+138=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0798A is #1F8675. Grayscale: #999999. Windows color (decimal): -2066038 or 9075168. OLE color: 9075168.
HSL color Cylindrical-coordinate representation of color #E0798A: hue angle of 350.1º 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 #E0798A is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 138 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.12 |
| HSL | 350.1º | 0.62% | 0.68% | - |
| HSV(B) | 350.1º | 0.46% | 0.88% | - |
| XYZ | 42.17 | 31.36 | 27.87 | - |
| YUV | 153.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 138 | 0 | 0.46 | 0.38 | 0.12 | 350.1 | 0.62 | 0.68 |
| Hex | E0 | 79 | 8A | 0 | 2E | 26 | C | 15E | 3E | 44 |
| Octal | 340 | 171 | 212 | 0 | 56 | 46 | 14 | 536 | 76 | 104 |
| Binary | 11100000 | 1111001 | 10001010 | 0 | 101110 | 100110 | 1100 | 101011110 | 111110 | 1000100 |
Color Harmonies of #E0798A
Complementary color
Monochromatic Colors of #E0798A
Black with #E0798A
Text Example
Text Example
White with #E0798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0798A; }
p { color: rgb(224,121,138); }
H1.HeaderClassName
{
color: #E0798A;
}
.AnyTagClassName
{
color: #E0798A;
}
</style>
background-color css
<style>
a { background-color: #E0798A; }
a { background-color: rgb(224,121,138); }
div.DivClassName
{
background-color: #E0798A;
}
.BgClassName
{
background-color: #E0798A;
}
</style>
border-color css
<style>
span { border-color: #E0798A; }
span { border-color: rgb(224,121,138); }
td.TdClassName
{
border-color: #E0798A;
}
.TagClassName
{
border-color: #E0798A;
}
</style>