Shades of Deep Blush #E77390
Tints of Deep Blush #E77390
RGB
CMYK
RGB Variations
Color information
#E77390 (or 0xE77390) is known color: Deep Blush. HEX triplet: E7, 73 and 90. RGB value is (231,115,144). Sum of RGB (Red+Green+Blue) = 231+115+144=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E77390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77390 is #188C6F. Grayscale: #989898. Windows color (decimal): -1608816 or 9466855. OLE color: 9466855.
HSL color Cylindrical-coordinate representation of color #E77390: hue angle of 345º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77390 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 144 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.09 |
| HSL | 345º | 0.71% | 0.68% | - |
| HSV(B) | 345º | 0.5% | 0.91% | - |
| XYZ | 44.12 | 31.26 | 30.09 | - |
| YUV | 152.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 144 | 0 | 0.50 | 0.38 | 0.09 | 345 | 0.71 | 0.68 |
| Hex | E7 | 73 | 90 | 0 | 32 | 26 | 9 | 159 | 47 | 44 |
| Octal | 347 | 163 | 220 | 0 | 62 | 46 | 11 | 531 | 107 | 104 |
| Binary | 11100111 | 1110011 | 10010000 | 0 | 110010 | 100110 | 1001 | 101011001 | 1000111 | 1000100 |
Color Harmonies of #E77390
Complementary color
Monochromatic Colors of #E77390
Black with #E77390
Text Example
Text Example
White with #E77390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77390; }
p { color: rgb(231,115,144); }
H1.HeaderClassName
{
color: #E77390;
}
.AnyTagClassName
{
color: #E77390;
}
</style>
background-color css
<style>
a { background-color: #E77390; }
a { background-color: rgb(231,115,144); }
div.DivClassName
{
background-color: #E77390;
}
.BgClassName
{
background-color: #E77390;
}
</style>
border-color css
<style>
span { border-color: #E77390; }
span { border-color: rgb(231,115,144); }
td.TdClassName
{
border-color: #E77390;
}
.TagClassName
{
border-color: #E77390;
}
</style>