Shades of Deep Blush #E96786
Tints of Deep Blush #E96786
RGB
CMYK
RGB Variations
Color information
#E96786 (or 0xE96786) is known color: Deep Blush. HEX triplet: E9, 67 and 86. RGB value is (233,103,134). Sum of RGB (Red+Green+Blue) = 233+103+134=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E96786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96786 is #169879. Grayscale: #919191. Windows color (decimal): -1480826 or 8808425. OLE color: 8808425.
HSL color Cylindrical-coordinate representation of color #E96786: hue angle of 345.69º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96786 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 134 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.09 |
| HSL | 345.69º | 0.75% | 0.66% | - |
| HSV(B) | 345.69º | 0.56% | 0.91% | - |
| XYZ | 42.76 | 28.75 | 25.85 | - |
| YUV | 145.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 134 | 0 | 0.56 | 0.42 | 0.09 | 345.69 | 0.75 | 0.66 |
| Hex | E9 | 67 | 86 | 0 | 38 | 2A | 9 | 15A | 4B | 42 |
| Octal | 351 | 147 | 206 | 0 | 70 | 52 | 11 | 532 | 113 | 102 |
| Binary | 11101001 | 1100111 | 10000110 | 0 | 111000 | 101010 | 1001 | 101011010 | 1001011 | 1000010 |
Color Harmonies of #E96786
Complementary color
Monochromatic Colors of #E96786
Black with #E96786
Text Example
Text Example
White with #E96786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96786; }
p { color: rgb(233,103,134); }
H1.HeaderClassName
{
color: #E96786;
}
.AnyTagClassName
{
color: #E96786;
}
</style>
background-color css
<style>
a { background-color: #E96786; }
a { background-color: rgb(233,103,134); }
div.DivClassName
{
background-color: #E96786;
}
.BgClassName
{
background-color: #E96786;
}
</style>
border-color css
<style>
span { border-color: #E96786; }
span { border-color: rgb(233,103,134); }
td.TdClassName
{
border-color: #E96786;
}
.TagClassName
{
border-color: #E96786;
}
</style>