Shades of Deep Blush #E96286
Tints of Deep Blush #E96286
RGB
CMYK
RGB Variations
Color information
#E96286 (or 0xE96286) is known color: Deep Blush. HEX triplet: E9, 62 and 86. RGB value is (233,98,134). Sum of RGB (Red+Green+Blue) = 233+98+134=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E96286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96286 is #169D79. Grayscale: #8E8E8E. Windows color (decimal): -1482106 or 8807145. OLE color: 8807145.
HSL color Cylindrical-coordinate representation of color #E96286: hue angle of 344º degrees, saturation: 0.75, 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 #E96286 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 98 | 134 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.09 |
| HSL | 344º | 0.75% | 0.65% | - |
| HSV(B) | 344º | 0.58% | 0.91% | - |
| XYZ | 42.28 | 27.78 | 25.69 | - |
| YUV | 142.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 98 | 134 | 0 | 0.58 | 0.42 | 0.09 | 344 | 0.75 | 0.65 |
| Hex | E9 | 62 | 86 | 0 | 3A | 2A | 9 | 158 | 4B | 41 |
| Octal | 351 | 142 | 206 | 0 | 72 | 52 | 11 | 530 | 113 | 101 |
| Binary | 11101001 | 1100010 | 10000110 | 0 | 111010 | 101010 | 1001 | 101011000 | 1001011 | 1000001 |
Color Harmonies of #E96286
Complementary color
Monochromatic Colors of #E96286
Black with #E96286
Text Example
Text Example
White with #E96286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96286; }
p { color: rgb(233,98,134); }
H1.HeaderClassName
{
color: #E96286;
}
.AnyTagClassName
{
color: #E96286;
}
</style>
background-color css
<style>
a { background-color: #E96286; }
a { background-color: rgb(233,98,134); }
div.DivClassName
{
background-color: #E96286;
}
.BgClassName
{
background-color: #E96286;
}
</style>
border-color css
<style>
span { border-color: #E96286; }
span { border-color: rgb(233,98,134); }
td.TdClassName
{
border-color: #E96286;
}
.TagClassName
{
border-color: #E96286;
}
</style>