Shades of Deep Blush #E07582
Tints of Deep Blush #E07582
RGB
CMYK
RGB Variations
Color information
#E07582 (or 0xE07582) is known color: Deep Blush. HEX triplet: E0, 75 and 82. RGB value is (224,117,130). Sum of RGB (Red+Green+Blue) = 224+117+130=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E07582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07582 is #1F8A7D. Grayscale: #969696. Windows color (decimal): -2067070 or 8549856. OLE color: 8549856.
HSL color Cylindrical-coordinate representation of color #E07582: hue angle of 352.71º degrees, saturation: 0.63, 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 #E07582 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 130 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.12 |
| HSL | 352.71º | 0.63% | 0.67% | - |
| HSV(B) | 352.71º | 0.48% | 0.88% | - |
| XYZ | 41.13 | 30.18 | 24.78 | - |
| YUV | 150.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 130 | 0 | 0.48 | 0.42 | 0.12 | 352.71 | 0.63 | 0.67 |
| Hex | E0 | 75 | 82 | 0 | 30 | 2A | C | 161 | 3F | 43 |
| Octal | 340 | 165 | 202 | 0 | 60 | 52 | 14 | 541 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10000010 | 0 | 110000 | 101010 | 1100 | 101100001 | 111111 | 1000011 |
Color Harmonies of #E07582
Complementary color
Monochromatic Colors of #E07582
Black with #E07582
Text Example
Text Example
White with #E07582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07582; }
p { color: rgb(224,117,130); }
H1.HeaderClassName
{
color: #E07582;
}
.AnyTagClassName
{
color: #E07582;
}
</style>
background-color css
<style>
a { background-color: #E07582; }
a { background-color: rgb(224,117,130); }
div.DivClassName
{
background-color: #E07582;
}
.BgClassName
{
background-color: #E07582;
}
</style>
border-color css
<style>
span { border-color: #E07582; }
span { border-color: rgb(224,117,130); }
td.TdClassName
{
border-color: #E07582;
}
.TagClassName
{
border-color: #E07582;
}
</style>