Shades of Deep Blush #E76583
Tints of Deep Blush #E76583
RGB
CMYK
RGB Variations
Color information
#E76583 (or 0xE76583) is known color: Deep Blush. HEX triplet: E7, 65 and 83. RGB value is (231,101,131). Sum of RGB (Red+Green+Blue) = 231+101+131=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E76583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76583 is #189A7C. Grayscale: #8F8F8F. Windows color (decimal): -1612413 or 8611303. OLE color: 8611303.
HSL color Cylindrical-coordinate representation of color #E76583: hue angle of 346.15º 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 #E76583 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 131 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.09 |
| HSL | 346.15º | 0.73% | 0.65% | - |
| HSV(B) | 346.15º | 0.56% | 0.91% | - |
| XYZ | 41.71 | 27.93 | 24.67 | - |
| YUV | 143.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 131 | 0 | 0.56 | 0.43 | 0.09 | 346.15 | 0.73 | 0.65 |
| Hex | E7 | 65 | 83 | 0 | 38 | 2B | 9 | 15A | 49 | 41 |
| Octal | 347 | 145 | 203 | 0 | 70 | 53 | 11 | 532 | 111 | 101 |
| Binary | 11100111 | 1100101 | 10000011 | 0 | 111000 | 101011 | 1001 | 101011010 | 1001001 | 1000001 |
Color Harmonies of #E76583
Complementary color
Monochromatic Colors of #E76583
Black with #E76583
Text Example
Text Example
White with #E76583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76583; }
p { color: rgb(231,101,131); }
H1.HeaderClassName
{
color: #E76583;
}
.AnyTagClassName
{
color: #E76583;
}
</style>
background-color css
<style>
a { background-color: #E76583; }
a { background-color: rgb(231,101,131); }
div.DivClassName
{
background-color: #E76583;
}
.BgClassName
{
background-color: #E76583;
}
</style>
border-color css
<style>
span { border-color: #E76583; }
span { border-color: rgb(231,101,131); }
td.TdClassName
{
border-color: #E76583;
}
.TagClassName
{
border-color: #E76583;
}
</style>