Shades of Deep Blush #E07C83
Tints of Deep Blush #E07C83
RGB
CMYK
RGB Variations
Color information
#E07C83 (or 0xE07C83) is known color: Deep Blush. HEX triplet: E0, 7C and 83. RGB value is (224,124,131). Sum of RGB (Red+Green+Blue) = 224+124+131=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C83 is #1F837C. Grayscale: #9A9A9A. Windows color (decimal): -2065277 or 8617184. OLE color: 8617184.
HSL color Cylindrical-coordinate representation of color #E07C83: hue angle of 355.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07C83 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 131 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.12 |
| HSL | 355.8º | 0.62% | 0.68% | - |
| HSV(B) | 355.8º | 0.45% | 0.88% | - |
| XYZ | 42.04 | 31.9 | 25.41 | - |
| YUV | 154.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 131 | 0 | 0.45 | 0.42 | 0.12 | 355.8 | 0.62 | 0.68 |
| Hex | E0 | 7C | 83 | 0 | 2D | 2A | C | 164 | 3E | 44 |
| Octal | 340 | 174 | 203 | 0 | 55 | 52 | 14 | 544 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10000011 | 0 | 101101 | 101010 | 1100 | 101100100 | 111110 | 1000100 |
Color Harmonies of #E07C83
Complementary color
Monochromatic Colors of #E07C83
Black with #E07C83
Text Example
Text Example
White with #E07C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C83; }
p { color: rgb(224,124,131); }
H1.HeaderClassName
{
color: #E07C83;
}
.AnyTagClassName
{
color: #E07C83;
}
</style>
background-color css
<style>
a { background-color: #E07C83; }
a { background-color: rgb(224,124,131); }
div.DivClassName
{
background-color: #E07C83;
}
.BgClassName
{
background-color: #E07C83;
}
</style>
border-color css
<style>
span { border-color: #E07C83; }
span { border-color: rgb(224,124,131); }
td.TdClassName
{
border-color: #E07C83;
}
.TagClassName
{
border-color: #E07C83;
}
</style>