Shades of Deep Blush #E07287
Tints of Deep Blush #E07287
RGB
CMYK
RGB Variations
Color information
#E07287 (or 0xE07287) is known color: Deep Blush. HEX triplet: E0, 72 and 87. RGB value is (224,114,135). Sum of RGB (Red+Green+Blue) = 224+114+135=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E07287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07287 is #1F8D78. Grayscale: #959595. Windows color (decimal): -2067833 or 8876768. OLE color: 8876768.
HSL color Cylindrical-coordinate representation of color #E07287: hue angle of 348.55º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07287 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 135 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.12 |
| HSL | 348.55º | 0.64% | 0.66% | - |
| HSV(B) | 348.55º | 0.49% | 0.88% | - |
| XYZ | 41.13 | 29.63 | 26.47 | - |
| YUV | 149.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 135 | 0 | 0.49 | 0.40 | 0.12 | 348.55 | 0.64 | 0.66 |
| Hex | E0 | 72 | 87 | 0 | 31 | 28 | C | 15D | 40 | 42 |
| Octal | 340 | 162 | 207 | 0 | 61 | 50 | 14 | 535 | 100 | 102 |
| Binary | 11100000 | 1110010 | 10000111 | 0 | 110001 | 101000 | 1100 | 101011101 | 1000000 | 1000010 |
Color Harmonies of #E07287
Complementary color
Monochromatic Colors of #E07287
Black with #E07287
Text Example
Text Example
White with #E07287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07287; }
p { color: rgb(224,114,135); }
H1.HeaderClassName
{
color: #E07287;
}
.AnyTagClassName
{
color: #E07287;
}
</style>
background-color css
<style>
a { background-color: #E07287; }
a { background-color: rgb(224,114,135); }
div.DivClassName
{
background-color: #E07287;
}
.BgClassName
{
background-color: #E07287;
}
</style>
border-color css
<style>
span { border-color: #E07287; }
span { border-color: rgb(224,114,135); }
td.TdClassName
{
border-color: #E07287;
}
.TagClassName
{
border-color: #E07287;
}
</style>