Shades of Deep Blush #E77590
Tints of Deep Blush #E77590
RGB
CMYK
RGB Variations
Color information
#E77590 (or 0xE77590) is known color: Deep Blush. HEX triplet: E7, 75 and 90. RGB value is (231,117,144). Sum of RGB (Red+Green+Blue) = 231+117+144=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E77590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77590 is #188A6F. Grayscale: #9A9A9A. Windows color (decimal): -1608304 or 9467367. OLE color: 9467367.
HSL color Cylindrical-coordinate representation of color #E77590: hue angle of 345.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E77590 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 144 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.09 |
| HSL | 345.79º | 0.7% | 0.68% | - |
| HSV(B) | 345.79º | 0.49% | 0.91% | - |
| XYZ | 44.35 | 31.73 | 30.17 | - |
| YUV | 154.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 144 | 0 | 0.49 | 0.38 | 0.09 | 345.79 | 0.7 | 0.68 |
| Hex | E7 | 75 | 90 | 0 | 31 | 26 | 9 | 15A | 46 | 44 |
| Octal | 347 | 165 | 220 | 0 | 61 | 46 | 11 | 532 | 106 | 104 |
| Binary | 11100111 | 1110101 | 10010000 | 0 | 110001 | 100110 | 1001 | 101011010 | 1000110 | 1000100 |
Color Harmonies of #E77590
Complementary color
Monochromatic Colors of #E77590
Black with #E77590
Text Example
Text Example
White with #E77590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77590; }
p { color: rgb(231,117,144); }
H1.HeaderClassName
{
color: #E77590;
}
.AnyTagClassName
{
color: #E77590;
}
</style>
background-color css
<style>
a { background-color: #E77590; }
a { background-color: rgb(231,117,144); }
div.DivClassName
{
background-color: #E77590;
}
.BgClassName
{
background-color: #E77590;
}
</style>
border-color css
<style>
span { border-color: #E77590; }
span { border-color: rgb(231,117,144); }
td.TdClassName
{
border-color: #E77590;
}
.TagClassName
{
border-color: #E77590;
}
</style>