Shades of Deep Blush #E76091
Tints of Deep Blush #E76091
RGB
CMYK
RGB Variations
Color information
#E76091 (or 0xE76091) is known color: Deep Blush. HEX triplet: E7, 60 and 91. RGB value is (231,96,145). Sum of RGB (Red+Green+Blue) = 231+96+145=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E76091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76091 is #189F6E. Grayscale: #8D8D8D. Windows color (decimal): -1613679 or 9527527. OLE color: 9527527.
HSL color Cylindrical-coordinate representation of color #E76091: hue angle of 338.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76091 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 145 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.09 |
| HSL | 338.22º | 0.74% | 0.64% | - |
| HSV(B) | 338.22º | 0.58% | 0.91% | - |
| XYZ | 42.25 | 27.4 | 29.85 | - |
| YUV | 141.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 145 | 0 | 0.58 | 0.37 | 0.09 | 338.22 | 0.74 | 0.64 |
| Hex | E7 | 60 | 91 | 0 | 3A | 25 | 9 | 152 | 4A | 40 |
| Octal | 347 | 140 | 221 | 0 | 72 | 45 | 11 | 522 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10010001 | 0 | 111010 | 100101 | 1001 | 101010010 | 1001010 | 1000000 |
Color Harmonies of #E76091
Complementary color
Monochromatic Colors of #E76091
Black with #E76091
Text Example
Text Example
White with #E76091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76091; }
p { color: rgb(231,96,145); }
H1.HeaderClassName
{
color: #E76091;
}
.AnyTagClassName
{
color: #E76091;
}
</style>
background-color css
<style>
a { background-color: #E76091; }
a { background-color: rgb(231,96,145); }
div.DivClassName
{
background-color: #E76091;
}
.BgClassName
{
background-color: #E76091;
}
</style>
border-color css
<style>
span { border-color: #E76091; }
span { border-color: rgb(231,96,145); }
td.TdClassName
{
border-color: #E76091;
}
.TagClassName
{
border-color: #E76091;
}
</style>