Shades of Deep Blush #E07484
Tints of Deep Blush #E07484
RGB
CMYK
RGB Variations
Color information
#E07484 (or 0xE07484) is known color: Deep Blush. HEX triplet: E0, 74 and 84. RGB value is (224,116,132). Sum of RGB (Red+Green+Blue) = 224+116+132=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E07484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07484 is #1F8B7B. Grayscale: #969696. Windows color (decimal): -2067324 or 8680672. OLE color: 8680672.
HSL color Cylindrical-coordinate representation of color #E07484: hue angle of 351.11º 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 #E07484 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 132 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.12 |
| HSL | 351.11º | 0.64% | 0.67% | - |
| HSV(B) | 351.11º | 0.48% | 0.88% | - |
| XYZ | 41.15 | 30 | 25.45 | - |
| YUV | 150.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 132 | 0 | 0.48 | 0.41 | 0.12 | 351.11 | 0.64 | 0.67 |
| Hex | E0 | 74 | 84 | 0 | 30 | 29 | C | 15F | 40 | 43 |
| Octal | 340 | 164 | 204 | 0 | 60 | 51 | 14 | 537 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10000100 | 0 | 110000 | 101001 | 1100 | 101011111 | 1000000 | 1000011 |
Color Harmonies of #E07484
Complementary color
Monochromatic Colors of #E07484
Black with #E07484
Text Example
Text Example
White with #E07484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07484; }
p { color: rgb(224,116,132); }
H1.HeaderClassName
{
color: #E07484;
}
.AnyTagClassName
{
color: #E07484;
}
</style>
background-color css
<style>
a { background-color: #E07484; }
a { background-color: rgb(224,116,132); }
div.DivClassName
{
background-color: #E07484;
}
.BgClassName
{
background-color: #E07484;
}
</style>
border-color css
<style>
span { border-color: #E07484; }
span { border-color: rgb(224,116,132); }
td.TdClassName
{
border-color: #E07484;
}
.TagClassName
{
border-color: #E07484;
}
</style>