Shades of Deep Blush #E76E93
Tints of Deep Blush #E76E93
RGB
CMYK
RGB Variations
Color information
#E76E93 (or 0xE76E93) is known color: Deep Blush. HEX triplet: E7, 6E and 93. RGB value is (231,110,147). Sum of RGB (Red+Green+Blue) = 231+110+147=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76E93 is #18916C. Grayscale: #969696. Windows color (decimal): -1610093 or 9662183. OLE color: 9662183.
HSL color Cylindrical-coordinate representation of color #E76E93: hue angle of 341.65º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76E93 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 147 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.09 |
| HSL | 341.65º | 0.72% | 0.67% | - |
| HSV(B) | 341.65º | 0.52% | 0.91% | - |
| XYZ | 43.8 | 30.25 | 31.13 | - |
| YUV | 150.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 147 | 0 | 0.52 | 0.36 | 0.09 | 341.65 | 0.72 | 0.67 |
| Hex | E7 | 6E | 93 | 0 | 34 | 24 | 9 | 156 | 48 | 43 |
| Octal | 347 | 156 | 223 | 0 | 64 | 44 | 11 | 526 | 110 | 103 |
| Binary | 11100111 | 1101110 | 10010011 | 0 | 110100 | 100100 | 1001 | 101010110 | 1001000 | 1000011 |
Color Harmonies of #E76E93
Complementary color
Monochromatic Colors of #E76E93
Black with #E76E93
Text Example
Text Example
White with #E76E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E93; }
p { color: rgb(231,110,147); }
H1.HeaderClassName
{
color: #E76E93;
}
.AnyTagClassName
{
color: #E76E93;
}
</style>
background-color css
<style>
a { background-color: #E76E93; }
a { background-color: rgb(231,110,147); }
div.DivClassName
{
background-color: #E76E93;
}
.BgClassName
{
background-color: #E76E93;
}
</style>
border-color css
<style>
span { border-color: #E76E93; }
span { border-color: rgb(231,110,147); }
td.TdClassName
{
border-color: #E76E93;
}
.TagClassName
{
border-color: #E76E93;
}
</style>