Shades of Deep Blush #E96592
Tints of Deep Blush #E96592
RGB
CMYK
RGB Variations
Color information
#E96592 (or 0xE96592) is known color: Deep Blush. HEX triplet: E9, 65 and 92. RGB value is (233,101,146). Sum of RGB (Red+Green+Blue) = 233+101+146=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E96592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96592 is #169A6D. Grayscale: #919191. Windows color (decimal): -1481326 or 9594345. OLE color: 9594345.
HSL color Cylindrical-coordinate representation of color #E96592: hue angle of 339.55º 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 #E96592 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 146 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.09 |
| HSL | 339.55º | 0.75% | 0.65% | - |
| HSV(B) | 339.55º | 0.57% | 0.91% | - |
| XYZ | 43.45 | 28.71 | 30.45 | - |
| YUV | 145.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 146 | 0 | 0.57 | 0.37 | 0.09 | 339.55 | 0.75 | 0.65 |
| Hex | E9 | 65 | 92 | 0 | 39 | 25 | 9 | 154 | 4B | 41 |
| Octal | 351 | 145 | 222 | 0 | 71 | 45 | 11 | 524 | 113 | 101 |
| Binary | 11101001 | 1100101 | 10010010 | 0 | 111001 | 100101 | 1001 | 101010100 | 1001011 | 1000001 |
Color Harmonies of #E96592
Complementary color
Monochromatic Colors of #E96592
Black with #E96592
Text Example
Text Example
White with #E96592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96592; }
p { color: rgb(233,101,146); }
H1.HeaderClassName
{
color: #E96592;
}
.AnyTagClassName
{
color: #E96592;
}
</style>
background-color css
<style>
a { background-color: #E96592; }
a { background-color: rgb(233,101,146); }
div.DivClassName
{
background-color: #E96592;
}
.BgClassName
{
background-color: #E96592;
}
</style>
border-color css
<style>
span { border-color: #E96592; }
span { border-color: rgb(233,101,146); }
td.TdClassName
{
border-color: #E96592;
}
.TagClassName
{
border-color: #E96592;
}
</style>