Shades of Deep Blush #E96387
Tints of Deep Blush #E96387
RGB
CMYK
RGB Variations
Color information
#E96387 (or 0xE96387) is known color: Deep Blush. HEX triplet: E9, 63 and 87. RGB value is (233,99,135). Sum of RGB (Red+Green+Blue) = 233+99+135=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E96387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96387 is #169C78. Grayscale: #8F8F8F. Windows color (decimal): -1481849 or 8872937. OLE color: 8872937.
HSL color Cylindrical-coordinate representation of color #E96387: hue angle of 343.88º 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 #E96387 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 135 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.09 |
| HSL | 343.88º | 0.75% | 0.65% | - |
| HSV(B) | 343.88º | 0.58% | 0.91% | - |
| XYZ | 42.44 | 28 | 26.09 | - |
| YUV | 143.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 135 | 0 | 0.58 | 0.42 | 0.09 | 343.88 | 0.75 | 0.65 |
| Hex | E9 | 63 | 87 | 0 | 3A | 2A | 9 | 158 | 4B | 41 |
| Octal | 351 | 143 | 207 | 0 | 72 | 52 | 11 | 530 | 113 | 101 |
| Binary | 11101001 | 1100011 | 10000111 | 0 | 111010 | 101010 | 1001 | 101011000 | 1001011 | 1000001 |
Color Harmonies of #E96387
Complementary color
Monochromatic Colors of #E96387
Black with #E96387
Text Example
Text Example
White with #E96387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96387; }
p { color: rgb(233,99,135); }
H1.HeaderClassName
{
color: #E96387;
}
.AnyTagClassName
{
color: #E96387;
}
</style>
background-color css
<style>
a { background-color: #E96387; }
a { background-color: rgb(233,99,135); }
div.DivClassName
{
background-color: #E96387;
}
.BgClassName
{
background-color: #E96387;
}
</style>
border-color css
<style>
span { border-color: #E96387; }
span { border-color: rgb(233,99,135); }
td.TdClassName
{
border-color: #E96387;
}
.TagClassName
{
border-color: #E96387;
}
</style>