Shades of Deep Blush #E07785
Tints of Deep Blush #E07785
RGB
CMYK
RGB Variations
Color information
#E07785 (or 0xE07785) is known color: Deep Blush. HEX triplet: E0, 77 and 85. RGB value is (224,119,133). Sum of RGB (Red+Green+Blue) = 224+119+133=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E07785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07785 is #1F887A. Grayscale: #989898. Windows color (decimal): -2066555 or 8746976. OLE color: 8746976.
HSL color Cylindrical-coordinate representation of color #E07785: hue angle of 352º 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 #E07785 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 133 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.12 |
| HSL | 352º | 0.63% | 0.67% | - |
| HSV(B) | 352º | 0.47% | 0.88% | - |
| XYZ | 41.57 | 30.73 | 25.93 | - |
| YUV | 151.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 133 | 0 | 0.47 | 0.41 | 0.12 | 352 | 0.63 | 0.67 |
| Hex | E0 | 77 | 85 | 0 | 2F | 29 | C | 160 | 3F | 43 |
| Octal | 340 | 167 | 205 | 0 | 57 | 51 | 14 | 540 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10000101 | 0 | 101111 | 101001 | 1100 | 101100000 | 111111 | 1000011 |
Color Harmonies of #E07785
Complementary color
Monochromatic Colors of #E07785
Black with #E07785
Text Example
Text Example
White with #E07785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07785; }
p { color: rgb(224,119,133); }
H1.HeaderClassName
{
color: #E07785;
}
.AnyTagClassName
{
color: #E07785;
}
</style>
background-color css
<style>
a { background-color: #E07785; }
a { background-color: rgb(224,119,133); }
div.DivClassName
{
background-color: #E07785;
}
.BgClassName
{
background-color: #E07785;
}
</style>
border-color css
<style>
span { border-color: #E07785; }
span { border-color: rgb(224,119,133); }
td.TdClassName
{
border-color: #E07785;
}
.TagClassName
{
border-color: #E07785;
}
</style>