Shades of Deep Blush #E96687
Tints of Deep Blush #E96687
RGB
CMYK
RGB Variations
Color information
#E96687 (or 0xE96687) is known color: Deep Blush. HEX triplet: E9, 66 and 87. RGB value is (233,102,135). Sum of RGB (Red+Green+Blue) = 233+102+135=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E96687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96687 is #169978. Grayscale: #909090. Windows color (decimal): -1481081 or 8873705. OLE color: 8873705.
HSL color Cylindrical-coordinate representation of color #E96687: hue angle of 344.89º 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 #E96687 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 135 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.09 |
| HSL | 344.89º | 0.75% | 0.66% | - |
| HSV(B) | 344.89º | 0.56% | 0.91% | - |
| XYZ | 42.73 | 28.58 | 26.19 | - |
| YUV | 144.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 135 | 0 | 0.56 | 0.42 | 0.09 | 344.89 | 0.75 | 0.66 |
| Hex | E9 | 66 | 87 | 0 | 38 | 2A | 9 | 159 | 4B | 42 |
| Octal | 351 | 146 | 207 | 0 | 70 | 52 | 11 | 531 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10000111 | 0 | 111000 | 101010 | 1001 | 101011001 | 1001011 | 1000010 |
Color Harmonies of #E96687
Complementary color
Monochromatic Colors of #E96687
Black with #E96687
Text Example
Text Example
White with #E96687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96687; }
p { color: rgb(233,102,135); }
H1.HeaderClassName
{
color: #E96687;
}
.AnyTagClassName
{
color: #E96687;
}
</style>
background-color css
<style>
a { background-color: #E96687; }
a { background-color: rgb(233,102,135); }
div.DivClassName
{
background-color: #E96687;
}
.BgClassName
{
background-color: #E96687;
}
</style>
border-color css
<style>
span { border-color: #E96687; }
span { border-color: rgb(233,102,135); }
td.TdClassName
{
border-color: #E96687;
}
.TagClassName
{
border-color: #E96687;
}
</style>