Shades of Deep Blush #E96887
Tints of Deep Blush #E96887
RGB
CMYK
RGB Variations
Color information
#E96887 (or 0xE96887) is known color: Deep Blush. HEX triplet: E9, 68 and 87. RGB value is (233,104,135). Sum of RGB (Red+Green+Blue) = 233+104+135=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E96887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96887 is #169778. Grayscale: #929292. Windows color (decimal): -1480569 or 8874217. OLE color: 8874217.
HSL color Cylindrical-coordinate representation of color #E96887: hue angle of 345.58º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96887 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 135 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.09 |
| HSL | 345.58º | 0.75% | 0.66% | - |
| HSV(B) | 345.58º | 0.55% | 0.91% | - |
| XYZ | 42.93 | 28.97 | 26.25 | - |
| YUV | 146.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 135 | 0 | 0.55 | 0.42 | 0.09 | 345.58 | 0.75 | 0.66 |
| Hex | E9 | 68 | 87 | 0 | 37 | 2A | 9 | 15A | 4B | 42 |
| Octal | 351 | 150 | 207 | 0 | 67 | 52 | 11 | 532 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10000111 | 0 | 110111 | 101010 | 1001 | 101011010 | 1001011 | 1000010 |
Color Harmonies of #E96887
Complementary color
Monochromatic Colors of #E96887
Black with #E96887
Text Example
Text Example
White with #E96887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96887; }
p { color: rgb(233,104,135); }
H1.HeaderClassName
{
color: #E96887;
}
.AnyTagClassName
{
color: #E96887;
}
</style>
background-color css
<style>
a { background-color: #E96887; }
a { background-color: rgb(233,104,135); }
div.DivClassName
{
background-color: #E96887;
}
.BgClassName
{
background-color: #E96887;
}
</style>
border-color css
<style>
span { border-color: #E96887; }
span { border-color: rgb(233,104,135); }
td.TdClassName
{
border-color: #E96887;
}
.TagClassName
{
border-color: #E96887;
}
</style>