Shades of Deep Blush #E07689
Tints of Deep Blush #E07689
RGB
CMYK
RGB Variations
Color information
#E07689 (or 0xE07689) is known color: Deep Blush. HEX triplet: E0, 76 and 89. RGB value is (224,118,137). Sum of RGB (Red+Green+Blue) = 224+118+137=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E07689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07689 is #1F8976. Grayscale: #979797. Windows color (decimal): -2066807 or 9008864. OLE color: 9008864.
HSL color Cylindrical-coordinate representation of color #E07689: hue angle of 349.25º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07689 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 137 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.12 |
| HSL | 349.25º | 0.63% | 0.67% | - |
| HSV(B) | 349.25º | 0.47% | 0.88% | - |
| XYZ | 41.73 | 30.61 | 27.38 | - |
| YUV | 151.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 137 | 0 | 0.47 | 0.39 | 0.12 | 349.25 | 0.63 | 0.67 |
| Hex | E0 | 76 | 89 | 0 | 2F | 27 | C | 15D | 3F | 43 |
| Octal | 340 | 166 | 211 | 0 | 57 | 47 | 14 | 535 | 77 | 103 |
| Binary | 11100000 | 1110110 | 10001001 | 0 | 101111 | 100111 | 1100 | 101011101 | 111111 | 1000011 |
Color Harmonies of #E07689
Complementary color
Monochromatic Colors of #E07689
Black with #E07689
Text Example
Text Example
White with #E07689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07689; }
p { color: rgb(224,118,137); }
H1.HeaderClassName
{
color: #E07689;
}
.AnyTagClassName
{
color: #E07689;
}
</style>
background-color css
<style>
a { background-color: #E07689; }
a { background-color: rgb(224,118,137); }
div.DivClassName
{
background-color: #E07689;
}
.BgClassName
{
background-color: #E07689;
}
</style>
border-color css
<style>
span { border-color: #E07689; }
span { border-color: rgb(224,118,137); }
td.TdClassName
{
border-color: #E07689;
}
.TagClassName
{
border-color: #E07689;
}
</style>