Shades of Deep Blush #E96484
Tints of Deep Blush #E96484
RGB
CMYK
RGB Variations
Color information
#E96484 (or 0xE96484) is known color: Deep Blush. HEX triplet: E9, 64 and 84. RGB value is (233,100,132). Sum of RGB (Red+Green+Blue) = 233+100+132=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E96484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96484 is #169B7B. Grayscale: #8F8F8F. Windows color (decimal): -1481596 or 8676585. OLE color: 8676585.
HSL color Cylindrical-coordinate representation of color #E96484: hue angle of 345.56º 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 #E96484 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 132 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.09 |
| HSL | 345.56º | 0.75% | 0.65% | - |
| HSV(B) | 345.56º | 0.57% | 0.91% | - |
| XYZ | 42.33 | 28.1 | 25.02 | - |
| YUV | 143.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 132 | 0 | 0.57 | 0.43 | 0.09 | 345.56 | 0.75 | 0.65 |
| Hex | E9 | 64 | 84 | 0 | 39 | 2B | 9 | 15A | 4B | 41 |
| Octal | 351 | 144 | 204 | 0 | 71 | 53 | 11 | 532 | 113 | 101 |
| Binary | 11101001 | 1100100 | 10000100 | 0 | 111001 | 101011 | 1001 | 101011010 | 1001011 | 1000001 |
Color Harmonies of #E96484
Complementary color
Monochromatic Colors of #E96484
Black with #E96484
Text Example
Text Example
White with #E96484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96484; }
p { color: rgb(233,100,132); }
H1.HeaderClassName
{
color: #E96484;
}
.AnyTagClassName
{
color: #E96484;
}
</style>
background-color css
<style>
a { background-color: #E96484; }
a { background-color: rgb(233,100,132); }
div.DivClassName
{
background-color: #E96484;
}
.BgClassName
{
background-color: #E96484;
}
</style>
border-color css
<style>
span { border-color: #E96484; }
span { border-color: rgb(233,100,132); }
td.TdClassName
{
border-color: #E96484;
}
.TagClassName
{
border-color: #E96484;
}
</style>