Shades of Deep Blush #E96586
Tints of Deep Blush #E96586
RGB
CMYK
RGB Variations
Color information
#E96586 (or 0xE96586) is known color: Deep Blush. HEX triplet: E9, 65 and 86. RGB value is (233,101,134). Sum of RGB (Red+Green+Blue) = 233+101+134=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E96586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96586 is #169A79. Grayscale: #909090. Windows color (decimal): -1481338 or 8807913. OLE color: 8807913.
HSL color Cylindrical-coordinate representation of color #E96586: hue angle of 345º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E96586 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 134 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.09 |
| HSL | 345º | 0.75% | 0.65% | - |
| HSV(B) | 345º | 0.57% | 0.91% | - |
| XYZ | 42.56 | 28.35 | 25.78 | - |
| YUV | 144.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 134 | 0 | 0.57 | 0.42 | 0.09 | 345 | 0.75 | 0.65 |
| Hex | E9 | 65 | 86 | 0 | 39 | 2A | 9 | 159 | 4B | 41 |
| Octal | 351 | 145 | 206 | 0 | 71 | 52 | 11 | 531 | 113 | 101 |
| Binary | 11101001 | 1100101 | 10000110 | 0 | 111001 | 101010 | 1001 | 101011001 | 1001011 | 1000001 |
Color Harmonies of #E96586
Complementary color
Monochromatic Colors of #E96586
Black with #E96586
Text Example
Text Example
White with #E96586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96586; }
p { color: rgb(233,101,134); }
H1.HeaderClassName
{
color: #E96586;
}
.AnyTagClassName
{
color: #E96586;
}
</style>
background-color css
<style>
a { background-color: #E96586; }
a { background-color: rgb(233,101,134); }
div.DivClassName
{
background-color: #E96586;
}
.BgClassName
{
background-color: #E96586;
}
</style>
border-color css
<style>
span { border-color: #E96586; }
span { border-color: rgb(233,101,134); }
td.TdClassName
{
border-color: #E96586;
}
.TagClassName
{
border-color: #E96586;
}
</style>