Shades of Deep Blush #E96384
Tints of Deep Blush #E96384
RGB
CMYK
RGB Variations
Color information
#E96384 (or 0xE96384) is known color: Deep Blush. HEX triplet: E9, 63 and 84. RGB value is (233,99,132). Sum of RGB (Red+Green+Blue) = 233+99+132=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E96384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96384 is #169C7B. Grayscale: #8E8E8E. Windows color (decimal): -1481852 or 8676329. OLE color: 8676329.
HSL color Cylindrical-coordinate representation of color #E96384: hue angle of 345.22º 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 #E96384 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 132 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.09 |
| HSL | 345.22º | 0.75% | 0.65% | - |
| HSV(B) | 345.22º | 0.58% | 0.91% | - |
| XYZ | 42.23 | 27.91 | 24.99 | - |
| YUV | 142.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 132 | 0 | 0.58 | 0.43 | 0.09 | 345.22 | 0.75 | 0.65 |
| Hex | E9 | 63 | 84 | 0 | 3A | 2B | 9 | 159 | 4B | 41 |
| Octal | 351 | 143 | 204 | 0 | 72 | 53 | 11 | 531 | 113 | 101 |
| Binary | 11101001 | 1100011 | 10000100 | 0 | 111010 | 101011 | 1001 | 101011001 | 1001011 | 1000001 |
Color Harmonies of #E96384
Complementary color
Monochromatic Colors of #E96384
Black with #E96384
Text Example
Text Example
White with #E96384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96384; }
p { color: rgb(233,99,132); }
H1.HeaderClassName
{
color: #E96384;
}
.AnyTagClassName
{
color: #E96384;
}
</style>
background-color css
<style>
a { background-color: #E96384; }
a { background-color: rgb(233,99,132); }
div.DivClassName
{
background-color: #E96384;
}
.BgClassName
{
background-color: #E96384;
}
</style>
border-color css
<style>
span { border-color: #E96384; }
span { border-color: rgb(233,99,132); }
td.TdClassName
{
border-color: #E96384;
}
.TagClassName
{
border-color: #E96384;
}
</style>