Shades of Deep Blush #E96689
Tints of Deep Blush #E96689
RGB
CMYK
RGB Variations
Color information
#E96689 (or 0xE96689) is known color: Deep Blush. HEX triplet: E9, 66 and 89. RGB value is (233,102,137). Sum of RGB (Red+Green+Blue) = 233+102+137=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E96689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96689 is #169976. Grayscale: #919191. Windows color (decimal): -1481079 or 9004777. OLE color: 9004777.
HSL color Cylindrical-coordinate representation of color #E96689: hue angle of 343.97º 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 #E96689 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 137 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.09 |
| HSL | 343.97º | 0.75% | 0.66% | - |
| HSV(B) | 343.97º | 0.56% | 0.91% | - |
| XYZ | 42.87 | 28.63 | 26.93 | - |
| YUV | 145.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 137 | 0 | 0.56 | 0.41 | 0.09 | 343.97 | 0.75 | 0.66 |
| Hex | E9 | 66 | 89 | 0 | 38 | 29 | 9 | 158 | 4B | 42 |
| Octal | 351 | 146 | 211 | 0 | 70 | 51 | 11 | 530 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10001001 | 0 | 111000 | 101001 | 1001 | 101011000 | 1001011 | 1000010 |
Color Harmonies of #E96689
Complementary color
Monochromatic Colors of #E96689
Black with #E96689
Text Example
Text Example
White with #E96689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96689; }
p { color: rgb(233,102,137); }
H1.HeaderClassName
{
color: #E96689;
}
.AnyTagClassName
{
color: #E96689;
}
</style>
background-color css
<style>
a { background-color: #E96689; }
a { background-color: rgb(233,102,137); }
div.DivClassName
{
background-color: #E96689;
}
.BgClassName
{
background-color: #E96689;
}
</style>
border-color css
<style>
span { border-color: #E96689; }
span { border-color: rgb(233,102,137); }
td.TdClassName
{
border-color: #E96689;
}
.TagClassName
{
border-color: #E96689;
}
</style>