Shades of Deep Blush #E07488
Tints of Deep Blush #E07488
RGB
CMYK
RGB Variations
Color information
#E07488 (or 0xE07488) is known color: Deep Blush. HEX triplet: E0, 74 and 88. RGB value is (224,116,136). Sum of RGB (Red+Green+Blue) = 224+116+136=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E07488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07488 is #1F8B77. Grayscale: #969696. Windows color (decimal): -2067320 or 8942816. OLE color: 8942816.
HSL color Cylindrical-coordinate representation of color #E07488: hue angle of 348.89º degrees, saturation: 0.64, 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 #E07488 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 136 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.12 |
| HSL | 348.89º | 0.64% | 0.67% | - |
| HSV(B) | 348.89º | 0.48% | 0.88% | - |
| XYZ | 41.43 | 30.12 | 26.92 | - |
| YUV | 150.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 136 | 0 | 0.48 | 0.39 | 0.12 | 348.89 | 0.64 | 0.67 |
| Hex | E0 | 74 | 88 | 0 | 30 | 27 | C | 15D | 40 | 43 |
| Octal | 340 | 164 | 210 | 0 | 60 | 47 | 14 | 535 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10001000 | 0 | 110000 | 100111 | 1100 | 101011101 | 1000000 | 1000011 |
Color Harmonies of #E07488
Complementary color
Monochromatic Colors of #E07488
Black with #E07488
Text Example
Text Example
White with #E07488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07488; }
p { color: rgb(224,116,136); }
H1.HeaderClassName
{
color: #E07488;
}
.AnyTagClassName
{
color: #E07488;
}
</style>
background-color css
<style>
a { background-color: #E07488; }
a { background-color: rgb(224,116,136); }
div.DivClassName
{
background-color: #E07488;
}
.BgClassName
{
background-color: #E07488;
}
</style>
border-color css
<style>
span { border-color: #E07488; }
span { border-color: rgb(224,116,136); }
td.TdClassName
{
border-color: #E07488;
}
.TagClassName
{
border-color: #E07488;
}
</style>