Shades of Deep Blush #E76584
Tints of Deep Blush #E76584
RGB
CMYK
RGB Variations
Color information
#E76584 (or 0xE76584) is known color: Deep Blush. HEX triplet: E7, 65 and 84. RGB value is (231,101,132). Sum of RGB (Red+Green+Blue) = 231+101+132=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E76584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76584 is #189A7B. Grayscale: #8F8F8F. Windows color (decimal): -1612412 or 8676839. OLE color: 8676839.
HSL color Cylindrical-coordinate representation of color #E76584: hue angle of 345.69º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76584 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 132 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.09 |
| HSL | 345.69º | 0.73% | 0.65% | - |
| HSV(B) | 345.69º | 0.56% | 0.91% | - |
| XYZ | 41.77 | 27.96 | 25.03 | - |
| YUV | 143.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 132 | 0 | 0.56 | 0.43 | 0.09 | 345.69 | 0.73 | 0.65 |
| Hex | E7 | 65 | 84 | 0 | 38 | 2B | 9 | 15A | 49 | 41 |
| Octal | 347 | 145 | 204 | 0 | 70 | 53 | 11 | 532 | 111 | 101 |
| Binary | 11100111 | 1100101 | 10000100 | 0 | 111000 | 101011 | 1001 | 101011010 | 1001001 | 1000001 |
Color Harmonies of #E76584
Complementary color
Monochromatic Colors of #E76584
Black with #E76584
Text Example
Text Example
White with #E76584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76584; }
p { color: rgb(231,101,132); }
H1.HeaderClassName
{
color: #E76584;
}
.AnyTagClassName
{
color: #E76584;
}
</style>
background-color css
<style>
a { background-color: #E76584; }
a { background-color: rgb(231,101,132); }
div.DivClassName
{
background-color: #E76584;
}
.BgClassName
{
background-color: #E76584;
}
</style>
border-color css
<style>
span { border-color: #E76584; }
span { border-color: rgb(231,101,132); }
td.TdClassName
{
border-color: #E76584;
}
.TagClassName
{
border-color: #E76584;
}
</style>