Shades of Deep Blush #E96E85
Tints of Deep Blush #E96E85
RGB
CMYK
RGB Variations
Color information
#E96E85 (or 0xE96E85) is known color: Deep Blush. HEX triplet: E9, 6E and 85. RGB value is (233,110,133). Sum of RGB (Red+Green+Blue) = 233+110+133=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96E85 is #16917A. Grayscale: #959595. Windows color (decimal): -1479035 or 8744681. OLE color: 8744681.
HSL color Cylindrical-coordinate representation of color #E96E85: hue angle of 348.78º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96E85 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 133 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.09 |
| HSL | 348.78º | 0.74% | 0.67% | - |
| HSV(B) | 348.78º | 0.53% | 0.91% | - |
| XYZ | 43.41 | 30.17 | 25.73 | - |
| YUV | 149.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 133 | 0 | 0.53 | 0.43 | 0.09 | 348.78 | 0.74 | 0.67 |
| Hex | E9 | 6E | 85 | 0 | 35 | 2B | 9 | 15D | 4A | 43 |
| Octal | 351 | 156 | 205 | 0 | 65 | 53 | 11 | 535 | 112 | 103 |
| Binary | 11101001 | 1101110 | 10000101 | 0 | 110101 | 101011 | 1001 | 101011101 | 1001010 | 1000011 |
Color Harmonies of #E96E85
Complementary color
Monochromatic Colors of #E96E85
Black with #E96E85
Text Example
Text Example
White with #E96E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96E85; }
p { color: rgb(233,110,133); }
H1.HeaderClassName
{
color: #E96E85;
}
.AnyTagClassName
{
color: #E96E85;
}
</style>
background-color css
<style>
a { background-color: #E96E85; }
a { background-color: rgb(233,110,133); }
div.DivClassName
{
background-color: #E96E85;
}
.BgClassName
{
background-color: #E96E85;
}
</style>
border-color css
<style>
span { border-color: #E96E85; }
span { border-color: rgb(233,110,133); }
td.TdClassName
{
border-color: #E96E85;
}
.TagClassName
{
border-color: #E96E85;
}
</style>