Shades of Deep Blush #E96593
Tints of Deep Blush #E96593
RGB
CMYK
RGB Variations
Color information
#E96593 (or 0xE96593) is known color: Deep Blush. HEX triplet: E9, 65 and 93. RGB value is (233,101,147). Sum of RGB (Red+Green+Blue) = 233+101+147=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E96593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96593 is #169A6C. Grayscale: #919191. Windows color (decimal): -1481325 or 9659881. OLE color: 9659881.
HSL color Cylindrical-coordinate representation of color #E96593: hue angle of 339.09º 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 #E96593 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 147 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.09 |
| HSL | 339.09º | 0.75% | 0.65% | - |
| HSV(B) | 339.09º | 0.57% | 0.91% | - |
| XYZ | 43.52 | 28.74 | 30.86 | - |
| YUV | 145.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 147 | 0 | 0.57 | 0.37 | 0.09 | 339.09 | 0.75 | 0.65 |
| Hex | E9 | 65 | 93 | 0 | 39 | 25 | 9 | 153 | 4B | 41 |
| Octal | 351 | 145 | 223 | 0 | 71 | 45 | 11 | 523 | 113 | 101 |
| Binary | 11101001 | 1100101 | 10010011 | 0 | 111001 | 100101 | 1001 | 101010011 | 1001011 | 1000001 |
Color Harmonies of #E96593
Complementary color
Monochromatic Colors of #E96593
Black with #E96593
Text Example
Text Example
White with #E96593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96593; }
p { color: rgb(233,101,147); }
H1.HeaderClassName
{
color: #E96593;
}
.AnyTagClassName
{
color: #E96593;
}
</style>
background-color css
<style>
a { background-color: #E96593; }
a { background-color: rgb(233,101,147); }
div.DivClassName
{
background-color: #E96593;
}
.BgClassName
{
background-color: #E96593;
}
</style>
border-color css
<style>
span { border-color: #E96593; }
span { border-color: rgb(233,101,147); }
td.TdClassName
{
border-color: #E96593;
}
.TagClassName
{
border-color: #E96593;
}
</style>