Shades of Deep Blush #E96787
Tints of Deep Blush #E96787
RGB
CMYK
RGB Variations
Color information
#E96787 (or 0xE96787) is known color: Deep Blush. HEX triplet: E9, 67 and 87. RGB value is (233,103,135). Sum of RGB (Red+Green+Blue) = 233+103+135=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E96787 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96787 is #169878. Grayscale: #919191. Windows color (decimal): -1480825 or 8873961. OLE color: 8873961.
HSL color Cylindrical-coordinate representation of color #E96787: hue angle of 345.23º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96787 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 135 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.09 |
| HSL | 345.23º | 0.75% | 0.66% | - |
| HSV(B) | 345.23º | 0.56% | 0.91% | - |
| XYZ | 42.83 | 28.77 | 26.22 | - |
| YUV | 145.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 135 | 0 | 0.56 | 0.42 | 0.09 | 345.23 | 0.75 | 0.66 |
| Hex | E9 | 67 | 87 | 0 | 38 | 2A | 9 | 159 | 4B | 42 |
| Octal | 351 | 147 | 207 | 0 | 70 | 52 | 11 | 531 | 113 | 102 |
| Binary | 11101001 | 1100111 | 10000111 | 0 | 111000 | 101010 | 1001 | 101011001 | 1001011 | 1000010 |
Color Harmonies of #E96787
Complementary color
Monochromatic Colors of #E96787
Black with #E96787
Text Example
Text Example
White with #E96787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96787; }
p { color: rgb(233,103,135); }
H1.HeaderClassName
{
color: #E96787;
}
.AnyTagClassName
{
color: #E96787;
}
</style>
background-color css
<style>
a { background-color: #E96787; }
a { background-color: rgb(233,103,135); }
div.DivClassName
{
background-color: #E96787;
}
.BgClassName
{
background-color: #E96787;
}
</style>
border-color css
<style>
span { border-color: #E96787; }
span { border-color: rgb(233,103,135); }
td.TdClassName
{
border-color: #E96787;
}
.TagClassName
{
border-color: #E96787;
}
</style>