Shades of Deep Blush #E76A8E
Tints of Deep Blush #E76A8E
RGB
CMYK
RGB Variations
Color information
#E76A8E (or 0xE76A8E) is known color: Deep Blush. HEX triplet: E7, 6A and 8E. RGB value is (231,106,142). Sum of RGB (Red+Green+Blue) = 231+106+142=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A8E is #189571. Grayscale: #939393. Windows color (decimal): -1611122 or 9333479. OLE color: 9333479.
HSL color Cylindrical-coordinate representation of color #E76A8E: hue angle of 342.72º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76A8E is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 142 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.09 |
| HSL | 342.72º | 0.72% | 0.66% | - |
| HSV(B) | 342.72º | 0.54% | 0.91% | - |
| XYZ | 42.99 | 29.25 | 28.97 | - |
| YUV | 147.48 | 124.91 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 142 | 0 | 0.54 | 0.39 | 0.09 | 342.72 | 0.72 | 0.66 |
| Hex | E7 | 6A | 8E | 0 | 36 | 27 | 9 | 157 | 48 | 42 |
| Octal | 347 | 152 | 216 | 0 | 66 | 47 | 11 | 527 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10001110 | 0 | 110110 | 100111 | 1001 | 101010111 | 1001000 | 1000010 |
Color Harmonies of #E76A8E
Complementary color
Monochromatic Colors of #E76A8E
Black with #E76A8E
Text Example
Text Example
White with #E76A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A8E; }
p { color: rgb(231,106,142); }
H1.HeaderClassName
{
color: #E76A8E;
}
.AnyTagClassName
{
color: #E76A8E;
}
</style>
background-color css
<style>
a { background-color: #E76A8E; }
a { background-color: rgb(231,106,142); }
div.DivClassName
{
background-color: #E76A8E;
}
.BgClassName
{
background-color: #E76A8E;
}
</style>
border-color css
<style>
span { border-color: #E76A8E; }
span { border-color: rgb(231,106,142); }
td.TdClassName
{
border-color: #E76A8E;
}
.TagClassName
{
border-color: #E76A8E;
}
</style>