Shades of Deep Blush #E96C85
Tints of Deep Blush #E96C85
RGB
CMYK
RGB Variations
Color information
#E96C85 (or 0xE96C85) is known color: Deep Blush. HEX triplet: E9, 6C and 85. RGB value is (233,108,133). Sum of RGB (Red+Green+Blue) = 233+108+133=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96C85 is #16937A. Grayscale: #949494. Windows color (decimal): -1479547 or 8744169. OLE color: 8744169.
HSL color Cylindrical-coordinate representation of color #E96C85: hue angle of 348º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96C85 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 133 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.09 |
| HSL | 348º | 0.74% | 0.67% | - |
| HSV(B) | 348º | 0.54% | 0.91% | - |
| XYZ | 43.2 | 29.74 | 25.65 | - |
| YUV | 148.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 133 | 0 | 0.54 | 0.43 | 0.09 | 348 | 0.74 | 0.67 |
| Hex | E9 | 6C | 85 | 0 | 36 | 2B | 9 | 15C | 4A | 43 |
| Octal | 351 | 154 | 205 | 0 | 66 | 53 | 11 | 534 | 112 | 103 |
| Binary | 11101001 | 1101100 | 10000101 | 0 | 110110 | 101011 | 1001 | 101011100 | 1001010 | 1000011 |
Color Harmonies of #E96C85
Complementary color
Monochromatic Colors of #E96C85
Black with #E96C85
Text Example
Text Example
White with #E96C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96C85; }
p { color: rgb(233,108,133); }
H1.HeaderClassName
{
color: #E96C85;
}
.AnyTagClassName
{
color: #E96C85;
}
</style>
background-color css
<style>
a { background-color: #E96C85; }
a { background-color: rgb(233,108,133); }
div.DivClassName
{
background-color: #E96C85;
}
.BgClassName
{
background-color: #E96C85;
}
</style>
border-color css
<style>
span { border-color: #E96C85; }
span { border-color: rgb(233,108,133); }
td.TdClassName
{
border-color: #E96C85;
}
.TagClassName
{
border-color: #E96C85;
}
</style>