Shades of Deep Blush #E77093
Tints of Deep Blush #E77093
RGB
CMYK
RGB Variations
Color information
#E77093 (or 0xE77093) is known color: Deep Blush. HEX triplet: E7, 70 and 93. RGB value is (231,112,147). Sum of RGB (Red+Green+Blue) = 231+112+147=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E77093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77093 is #188F6C. Grayscale: #979797. Windows color (decimal): -1609581 or 9662695. OLE color: 9662695.
HSL color Cylindrical-coordinate representation of color #E77093: hue angle of 342.35º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77093 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 147 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.09 |
| HSL | 342.35º | 0.71% | 0.67% | - |
| HSV(B) | 342.35º | 0.52% | 0.91% | - |
| XYZ | 44.02 | 30.68 | 31.21 | - |
| YUV | 151.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 147 | 0 | 0.52 | 0.36 | 0.09 | 342.35 | 0.71 | 0.67 |
| Hex | E7 | 70 | 93 | 0 | 34 | 24 | 9 | 156 | 47 | 43 |
| Octal | 347 | 160 | 223 | 0 | 64 | 44 | 11 | 526 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10010011 | 0 | 110100 | 100100 | 1001 | 101010110 | 1000111 | 1000011 |
Color Harmonies of #E77093
Complementary color
Monochromatic Colors of #E77093
Black with #E77093
Text Example
Text Example
White with #E77093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77093; }
p { color: rgb(231,112,147); }
H1.HeaderClassName
{
color: #E77093;
}
.AnyTagClassName
{
color: #E77093;
}
</style>
background-color css
<style>
a { background-color: #E77093; }
a { background-color: rgb(231,112,147); }
div.DivClassName
{
background-color: #E77093;
}
.BgClassName
{
background-color: #E77093;
}
</style>
border-color css
<style>
span { border-color: #E77093; }
span { border-color: rgb(231,112,147); }
td.TdClassName
{
border-color: #E77093;
}
.TagClassName
{
border-color: #E77093;
}
</style>