Shades of Deep Blush #E77585
Tints of Deep Blush #E77585
RGB
CMYK
RGB Variations
Color information
#E77585 (or 0xE77585) is known color: Deep Blush. HEX triplet: E7, 75 and 85. RGB value is (231,117,133). Sum of RGB (Red+Green+Blue) = 231+117+133=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E77585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77585 is #188A7A. Grayscale: #989898. Windows color (decimal): -1608315 or 8746471. OLE color: 8746471.
HSL color Cylindrical-coordinate representation of color #E77585: hue angle of 351.58º 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 #E77585 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 133 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.09 |
| HSL | 351.58º | 0.7% | 0.68% | - |
| HSV(B) | 351.58º | 0.49% | 0.91% | - |
| XYZ | 43.55 | 31.4 | 25.96 | - |
| YUV | 152.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 133 | 0 | 0.49 | 0.42 | 0.09 | 351.58 | 0.7 | 0.68 |
| Hex | E7 | 75 | 85 | 0 | 31 | 2A | 9 | 160 | 46 | 44 |
| Octal | 347 | 165 | 205 | 0 | 61 | 52 | 11 | 540 | 106 | 104 |
| Binary | 11100111 | 1110101 | 10000101 | 0 | 110001 | 101010 | 1001 | 101100000 | 1000110 | 1000100 |
Color Harmonies of #E77585
Complementary color
Monochromatic Colors of #E77585
Black with #E77585
Text Example
Text Example
White with #E77585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77585; }
p { color: rgb(231,117,133); }
H1.HeaderClassName
{
color: #E77585;
}
.AnyTagClassName
{
color: #E77585;
}
</style>
background-color css
<style>
a { background-color: #E77585; }
a { background-color: rgb(231,117,133); }
div.DivClassName
{
background-color: #E77585;
}
.BgClassName
{
background-color: #E77585;
}
</style>
border-color css
<style>
span { border-color: #E77585; }
span { border-color: rgb(231,117,133); }
td.TdClassName
{
border-color: #E77585;
}
.TagClassName
{
border-color: #E77585;
}
</style>