Shades of Deep Blush #E07489
Tints of Deep Blush #E07489
RGB
CMYK
RGB Variations
Color information
#E07489 (or 0xE07489) is known color: Deep Blush. HEX triplet: E0, 74 and 89. RGB value is (224,116,137). Sum of RGB (Red+Green+Blue) = 224+116+137=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E07489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07489 is #1F8B76. Grayscale: #969696. Windows color (decimal): -2067319 or 9008352. OLE color: 9008352.
HSL color Cylindrical-coordinate representation of color #E07489: hue angle of 348.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07489 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 137 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.12 |
| HSL | 348.33º | 0.64% | 0.67% | - |
| HSV(B) | 348.33º | 0.48% | 0.88% | - |
| XYZ | 41.5 | 30.14 | 27.3 | - |
| YUV | 150.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 137 | 0 | 0.48 | 0.39 | 0.12 | 348.33 | 0.64 | 0.67 |
| Hex | E0 | 74 | 89 | 0 | 30 | 27 | C | 15C | 40 | 43 |
| Octal | 340 | 164 | 211 | 0 | 60 | 47 | 14 | 534 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10001001 | 0 | 110000 | 100111 | 1100 | 101011100 | 1000000 | 1000011 |
Color Harmonies of #E07489
Complementary color
Monochromatic Colors of #E07489
Black with #E07489
Text Example
Text Example
White with #E07489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07489; }
p { color: rgb(224,116,137); }
H1.HeaderClassName
{
color: #E07489;
}
.AnyTagClassName
{
color: #E07489;
}
</style>
background-color css
<style>
a { background-color: #E07489; }
a { background-color: rgb(224,116,137); }
div.DivClassName
{
background-color: #E07489;
}
.BgClassName
{
background-color: #E07489;
}
</style>
border-color css
<style>
span { border-color: #E07489; }
span { border-color: rgb(224,116,137); }
td.TdClassName
{
border-color: #E07489;
}
.TagClassName
{
border-color: #E07489;
}
</style>