Shades of Deep Blush #E07584
Tints of Deep Blush #E07584
RGB
CMYK
RGB Variations
Color information
#E07584 (or 0xE07584) is known color: Deep Blush. HEX triplet: E0, 75 and 84. RGB value is (224,117,132). Sum of RGB (Red+Green+Blue) = 224+117+132=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E07584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07584 is #1F8A7B. Grayscale: #969696. Windows color (decimal): -2067068 or 8680928. OLE color: 8680928.
HSL color Cylindrical-coordinate representation of color #E07584: hue angle of 351.59º degrees, saturation: 0.63, 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 #E07584 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 132 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.12 |
| HSL | 351.59º | 0.63% | 0.67% | - |
| HSV(B) | 351.59º | 0.48% | 0.88% | - |
| XYZ | 41.27 | 30.24 | 25.49 | - |
| YUV | 150.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 132 | 0 | 0.48 | 0.41 | 0.12 | 351.59 | 0.63 | 0.67 |
| Hex | E0 | 75 | 84 | 0 | 30 | 29 | C | 160 | 3F | 43 |
| Octal | 340 | 165 | 204 | 0 | 60 | 51 | 14 | 540 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10000100 | 0 | 110000 | 101001 | 1100 | 101100000 | 111111 | 1000011 |
Color Harmonies of #E07584
Complementary color
Monochromatic Colors of #E07584
Black with #E07584
Text Example
Text Example
White with #E07584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07584; }
p { color: rgb(224,117,132); }
H1.HeaderClassName
{
color: #E07584;
}
.AnyTagClassName
{
color: #E07584;
}
</style>
background-color css
<style>
a { background-color: #E07584; }
a { background-color: rgb(224,117,132); }
div.DivClassName
{
background-color: #E07584;
}
.BgClassName
{
background-color: #E07584;
}
</style>
border-color css
<style>
span { border-color: #E07584; }
span { border-color: rgb(224,117,132); }
td.TdClassName
{
border-color: #E07584;
}
.TagClassName
{
border-color: #E07584;
}
</style>