Shades of Deep Blush #E07887
Tints of Deep Blush #E07887
RGB
CMYK
RGB Variations
Color information
#E07887 (or 0xE07887) is known color: Deep Blush. HEX triplet: E0, 78 and 87. RGB value is (224,120,135). Sum of RGB (Red+Green+Blue) = 224+120+135=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E07887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07887 is #1F8778. Grayscale: #989898. Windows color (decimal): -2066297 or 8878304. OLE color: 8878304.
HSL color Cylindrical-coordinate representation of color #E07887: hue angle of 351.35º 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 #E07887 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 135 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.12 |
| HSL | 351.35º | 0.63% | 0.67% | - |
| HSV(B) | 351.35º | 0.46% | 0.88% | - |
| XYZ | 41.83 | 31.03 | 26.71 | - |
| YUV | 152.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 135 | 0 | 0.46 | 0.40 | 0.12 | 351.35 | 0.63 | 0.67 |
| Hex | E0 | 78 | 87 | 0 | 2E | 28 | C | 15F | 3F | 43 |
| Octal | 340 | 170 | 207 | 0 | 56 | 50 | 14 | 537 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10000111 | 0 | 101110 | 101000 | 1100 | 101011111 | 111111 | 1000011 |
Color Harmonies of #E07887
Complementary color
Monochromatic Colors of #E07887
Black with #E07887
Text Example
Text Example
White with #E07887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07887; }
p { color: rgb(224,120,135); }
H1.HeaderClassName
{
color: #E07887;
}
.AnyTagClassName
{
color: #E07887;
}
</style>
background-color css
<style>
a { background-color: #E07887; }
a { background-color: rgb(224,120,135); }
div.DivClassName
{
background-color: #E07887;
}
.BgClassName
{
background-color: #E07887;
}
</style>
border-color css
<style>
span { border-color: #E07887; }
span { border-color: rgb(224,120,135); }
td.TdClassName
{
border-color: #E07887;
}
.TagClassName
{
border-color: #E07887;
}
</style>