Shades of Deep Blush #E07890
Tints of Deep Blush #E07890
RGB
CMYK
RGB Variations
Color information
#E07890 (or 0xE07890) is known color: Deep Blush. HEX triplet: E0, 78 and 90. RGB value is (224,120,144). Sum of RGB (Red+Green+Blue) = 224+120+144=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E07890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07890 is #1F876F. Grayscale: #999999. Windows color (decimal): -2066288 or 9468128. OLE color: 9468128.
HSL color Cylindrical-coordinate representation of color #E07890: hue angle of 346.15º 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 #E07890 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 144 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.12 |
| HSL | 346.15º | 0.63% | 0.67% | - |
| HSV(B) | 346.15º | 0.46% | 0.88% | - |
| XYZ | 42.49 | 31.29 | 30.19 | - |
| YUV | 153.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 144 | 0 | 0.46 | 0.36 | 0.12 | 346.15 | 0.63 | 0.67 |
| Hex | E0 | 78 | 90 | 0 | 2E | 24 | C | 15A | 3F | 43 |
| Octal | 340 | 170 | 220 | 0 | 56 | 44 | 14 | 532 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10010000 | 0 | 101110 | 100100 | 1100 | 101011010 | 111111 | 1000011 |
Color Harmonies of #E07890
Complementary color
Monochromatic Colors of #E07890
Black with #E07890
Text Example
Text Example
White with #E07890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07890; }
p { color: rgb(224,120,144); }
H1.HeaderClassName
{
color: #E07890;
}
.AnyTagClassName
{
color: #E07890;
}
</style>
background-color css
<style>
a { background-color: #E07890; }
a { background-color: rgb(224,120,144); }
div.DivClassName
{
background-color: #E07890;
}
.BgClassName
{
background-color: #E07890;
}
</style>
border-color css
<style>
span { border-color: #E07890; }
span { border-color: rgb(224,120,144); }
td.TdClassName
{
border-color: #E07890;
}
.TagClassName
{
border-color: #E07890;
}
</style>