Shades of Deep Blush #E76C92
Tints of Deep Blush #E76C92
RGB
CMYK
RGB Variations
Color information
#E76C92 (or 0xE76C92) is known color: Deep Blush. HEX triplet: E7, 6C and 92. RGB value is (231,108,146). Sum of RGB (Red+Green+Blue) = 231+108+146=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C92 is #18936D. Grayscale: #959595. Windows color (decimal): -1610606 or 9596135. OLE color: 9596135.
HSL color Cylindrical-coordinate representation of color #E76C92: hue angle of 341.46º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76C92 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 146 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.09 |
| HSL | 341.46º | 0.72% | 0.66% | - |
| HSV(B) | 341.46º | 0.53% | 0.91% | - |
| XYZ | 43.51 | 29.79 | 30.65 | - |
| YUV | 149.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 146 | 0 | 0.53 | 0.37 | 0.09 | 341.46 | 0.72 | 0.66 |
| Hex | E7 | 6C | 92 | 0 | 35 | 25 | 9 | 155 | 48 | 42 |
| Octal | 347 | 154 | 222 | 0 | 65 | 45 | 11 | 525 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10010010 | 0 | 110101 | 100101 | 1001 | 101010101 | 1001000 | 1000010 |
Color Harmonies of #E76C92
Complementary color
Monochromatic Colors of #E76C92
Black with #E76C92
Text Example
Text Example
White with #E76C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C92; }
p { color: rgb(231,108,146); }
H1.HeaderClassName
{
color: #E76C92;
}
.AnyTagClassName
{
color: #E76C92;
}
</style>
background-color css
<style>
a { background-color: #E76C92; }
a { background-color: rgb(231,108,146); }
div.DivClassName
{
background-color: #E76C92;
}
.BgClassName
{
background-color: #E76C92;
}
</style>
border-color css
<style>
span { border-color: #E76C92; }
span { border-color: rgb(231,108,146); }
td.TdClassName
{
border-color: #E76C92;
}
.TagClassName
{
border-color: #E76C92;
}
</style>