Shades of Deep Blush #E96092
Tints of Deep Blush #E96092
RGB
CMYK
RGB Variations
Color information
#E96092 (or 0xE96092) is known color: Deep Blush. HEX triplet: E9, 60 and 92. RGB value is (233,96,146). Sum of RGB (Red+Green+Blue) = 233+96+146=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E96092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96092 is #169F6D. Grayscale: #8E8E8E. Windows color (decimal): -1482606 or 9593065. OLE color: 9593065.
HSL color Cylindrical-coordinate representation of color #E96092: hue angle of 338.1º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96092 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 146 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.09 |
| HSL | 338.1º | 0.76% | 0.65% | - |
| HSV(B) | 338.1º | 0.59% | 0.91% | - |
| XYZ | 42.98 | 27.76 | 30.29 | - |
| YUV | 142.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 146 | 0 | 0.59 | 0.37 | 0.09 | 338.1 | 0.76 | 0.65 |
| Hex | E9 | 60 | 92 | 0 | 3B | 25 | 9 | 152 | 4C | 41 |
| Octal | 351 | 140 | 222 | 0 | 73 | 45 | 11 | 522 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10010010 | 0 | 111011 | 100101 | 1001 | 101010010 | 1001100 | 1000001 |
Color Harmonies of #E96092
Complementary color
Monochromatic Colors of #E96092
Black with #E96092
Text Example
Text Example
White with #E96092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96092; }
p { color: rgb(233,96,146); }
H1.HeaderClassName
{
color: #E96092;
}
.AnyTagClassName
{
color: #E96092;
}
</style>
background-color css
<style>
a { background-color: #E96092; }
a { background-color: rgb(233,96,146); }
div.DivClassName
{
background-color: #E96092;
}
.BgClassName
{
background-color: #E96092;
}
</style>
border-color css
<style>
span { border-color: #E96092; }
span { border-color: rgb(233,96,146); }
td.TdClassName
{
border-color: #E96092;
}
.TagClassName
{
border-color: #E96092;
}
</style>