Shades of Deep Blush #E07885
Tints of Deep Blush #E07885
RGB
CMYK
RGB Variations
Color information
#E07885 (or 0xE07885) is known color: Deep Blush. HEX triplet: E0, 78 and 85. RGB value is (224,120,133). Sum of RGB (Red+Green+Blue) = 224+120+133=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E07885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07885 is #1F877A. Grayscale: #989898. Windows color (decimal): -2066299 or 8747232. OLE color: 8747232.
HSL color Cylindrical-coordinate representation of color #E07885: hue angle of 352.5º 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 #E07885 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 133 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.12 |
| HSL | 352.5º | 0.63% | 0.67% | - |
| HSV(B) | 352.5º | 0.46% | 0.88% | - |
| XYZ | 41.69 | 30.97 | 25.97 | - |
| YUV | 152.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 133 | 0 | 0.46 | 0.41 | 0.12 | 352.5 | 0.63 | 0.67 |
| Hex | E0 | 78 | 85 | 0 | 2E | 29 | C | 160 | 3F | 43 |
| Octal | 340 | 170 | 205 | 0 | 56 | 51 | 14 | 540 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10000101 | 0 | 101110 | 101001 | 1100 | 101100000 | 111111 | 1000011 |
Color Harmonies of #E07885
Complementary color
Monochromatic Colors of #E07885
Black with #E07885
Text Example
Text Example
White with #E07885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07885; }
p { color: rgb(224,120,133); }
H1.HeaderClassName
{
color: #E07885;
}
.AnyTagClassName
{
color: #E07885;
}
</style>
background-color css
<style>
a { background-color: #E07885; }
a { background-color: rgb(224,120,133); }
div.DivClassName
{
background-color: #E07885;
}
.BgClassName
{
background-color: #E07885;
}
</style>
border-color css
<style>
span { border-color: #E07885; }
span { border-color: rgb(224,120,133); }
td.TdClassName
{
border-color: #E07885;
}
.TagClassName
{
border-color: #E07885;
}
</style>