Shades of Deep Blush #E76286
Tints of Deep Blush #E76286
RGB
CMYK
RGB Variations
Color information
#E76286 (or 0xE76286) is known color: Deep Blush. HEX triplet: E7, 62 and 86. RGB value is (231,98,134). Sum of RGB (Red+Green+Blue) = 231+98+134=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E76286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76286 is #189D79. Grayscale: #8D8D8D. Windows color (decimal): -1613178 or 8807143. OLE color: 8807143.
HSL color Cylindrical-coordinate representation of color #E76286: hue angle of 343.76º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76286 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 134 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.09 |
| HSL | 343.76º | 0.73% | 0.65% | - |
| HSV(B) | 343.76º | 0.58% | 0.91% | - |
| XYZ | 41.63 | 27.45 | 25.66 | - |
| YUV | 141.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 134 | 0 | 0.58 | 0.42 | 0.09 | 343.76 | 0.73 | 0.65 |
| Hex | E7 | 62 | 86 | 0 | 3A | 2A | 9 | 158 | 49 | 41 |
| Octal | 347 | 142 | 206 | 0 | 72 | 52 | 11 | 530 | 111 | 101 |
| Binary | 11100111 | 1100010 | 10000110 | 0 | 111010 | 101010 | 1001 | 101011000 | 1001001 | 1000001 |
Color Harmonies of #E76286
Complementary color
Monochromatic Colors of #E76286
Black with #E76286
Text Example
Text Example
White with #E76286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76286; }
p { color: rgb(231,98,134); }
H1.HeaderClassName
{
color: #E76286;
}
.AnyTagClassName
{
color: #E76286;
}
</style>
background-color css
<style>
a { background-color: #E76286; }
a { background-color: rgb(231,98,134); }
div.DivClassName
{
background-color: #E76286;
}
.BgClassName
{
background-color: #E76286;
}
</style>
border-color css
<style>
span { border-color: #E76286; }
span { border-color: rgb(231,98,134); }
td.TdClassName
{
border-color: #E76286;
}
.TagClassName
{
border-color: #E76286;
}
</style>