Shades of Deep Blush #E07A83
Tints of Deep Blush #E07A83
RGB
CMYK
RGB Variations
Color information
#E07A83 (or 0xE07A83) is known color: Deep Blush. HEX triplet: E0, 7A and 83. RGB value is (224,122,131). Sum of RGB (Red+Green+Blue) = 224+122+131=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A83 is #1F857C. Grayscale: #999999. Windows color (decimal): -2065789 or 8616672. OLE color: 8616672.
HSL color Cylindrical-coordinate representation of color #E07A83: hue angle of 354.71º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07A83 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 131 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.12 |
| HSL | 354.71º | 0.62% | 0.68% | - |
| HSV(B) | 354.71º | 0.46% | 0.88% | - |
| XYZ | 41.8 | 31.41 | 25.33 | - |
| YUV | 153.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 131 | 0 | 0.46 | 0.42 | 0.12 | 354.71 | 0.62 | 0.68 |
| Hex | E0 | 7A | 83 | 0 | 2E | 2A | C | 163 | 3E | 44 |
| Octal | 340 | 172 | 203 | 0 | 56 | 52 | 14 | 543 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10000011 | 0 | 101110 | 101010 | 1100 | 101100011 | 111110 | 1000100 |
Color Harmonies of #E07A83
Complementary color
Monochromatic Colors of #E07A83
Black with #E07A83
Text Example
Text Example
White with #E07A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A83; }
p { color: rgb(224,122,131); }
H1.HeaderClassName
{
color: #E07A83;
}
.AnyTagClassName
{
color: #E07A83;
}
</style>
background-color css
<style>
a { background-color: #E07A83; }
a { background-color: rgb(224,122,131); }
div.DivClassName
{
background-color: #E07A83;
}
.BgClassName
{
background-color: #E07A83;
}
</style>
border-color css
<style>
span { border-color: #E07A83; }
span { border-color: rgb(224,122,131); }
td.TdClassName
{
border-color: #E07A83;
}
.TagClassName
{
border-color: #E07A83;
}
</style>