Shades of Deep Blush #E76C85
Tints of Deep Blush #E76C85
RGB
CMYK
RGB Variations
Color information
#E76C85 (or 0xE76C85) is known color: Deep Blush. HEX triplet: E7, 6C and 85. RGB value is (231,108,133). Sum of RGB (Red+Green+Blue) = 231+108+133=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C85 is #18937A. Grayscale: #939393. Windows color (decimal): -1610619 or 8744167. OLE color: 8744167.
HSL color Cylindrical-coordinate representation of color #E76C85: hue angle of 347.8º 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 #E76C85 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 133 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.09 |
| HSL | 347.8º | 0.72% | 0.66% | - |
| HSV(B) | 347.8º | 0.53% | 0.91% | - |
| XYZ | 42.55 | 29.41 | 25.62 | - |
| YUV | 147.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 133 | 0 | 0.53 | 0.42 | 0.09 | 347.8 | 0.72 | 0.66 |
| Hex | E7 | 6C | 85 | 0 | 35 | 2A | 9 | 15C | 48 | 42 |
| Octal | 347 | 154 | 205 | 0 | 65 | 52 | 11 | 534 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10000101 | 0 | 110101 | 101010 | 1001 | 101011100 | 1001000 | 1000010 |
Color Harmonies of #E76C85
Complementary color
Monochromatic Colors of #E76C85
Black with #E76C85
Text Example
Text Example
White with #E76C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C85; }
p { color: rgb(231,108,133); }
H1.HeaderClassName
{
color: #E76C85;
}
.AnyTagClassName
{
color: #E76C85;
}
</style>
background-color css
<style>
a { background-color: #E76C85; }
a { background-color: rgb(231,108,133); }
div.DivClassName
{
background-color: #E76C85;
}
.BgClassName
{
background-color: #E76C85;
}
</style>
border-color css
<style>
span { border-color: #E76C85; }
span { border-color: rgb(231,108,133); }
td.TdClassName
{
border-color: #E76C85;
}
.TagClassName
{
border-color: #E76C85;
}
</style>