Shades of Deep Blush #E76C80
Tints of Deep Blush #E76C80
RGB
CMYK
RGB Variations
Color information
#E76C80 (or 0xE76C80) is known color: Deep Blush. HEX triplet: E7, 6C and 80. RGB value is (231,108,128). Sum of RGB (Red+Green+Blue) = 231+108+128=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C80 is #18937F. Grayscale: #939393. Windows color (decimal): -1610624 or 8416487. OLE color: 8416487.
HSL color Cylindrical-coordinate representation of color #E76C80: hue angle of 350.24º 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 #E76C80 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 128 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.09 |
| HSL | 350.24º | 0.72% | 0.66% | - |
| HSV(B) | 350.24º | 0.53% | 0.91% | - |
| XYZ | 42.21 | 29.27 | 23.85 | - |
| YUV | 147.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 128 | 0 | 0.53 | 0.45 | 0.09 | 350.24 | 0.72 | 0.66 |
| Hex | E7 | 6C | 80 | 0 | 35 | 2D | 9 | 15E | 48 | 42 |
| Octal | 347 | 154 | 200 | 0 | 65 | 55 | 11 | 536 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10000000 | 0 | 110101 | 101101 | 1001 | 101011110 | 1001000 | 1000010 |
Color Harmonies of #E76C80
Complementary color
Monochromatic Colors of #E76C80
Black with #E76C80
Text Example
Text Example
White with #E76C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C80; }
p { color: rgb(231,108,128); }
H1.HeaderClassName
{
color: #E76C80;
}
.AnyTagClassName
{
color: #E76C80;
}
</style>
background-color css
<style>
a { background-color: #E76C80; }
a { background-color: rgb(231,108,128); }
div.DivClassName
{
background-color: #E76C80;
}
.BgClassName
{
background-color: #E76C80;
}
</style>
border-color css
<style>
span { border-color: #E76C80; }
span { border-color: rgb(231,108,128); }
td.TdClassName
{
border-color: #E76C80;
}
.TagClassName
{
border-color: #E76C80;
}
</style>