Shades of Deep Blush #E9688E
Tints of Deep Blush #E9688E
RGB
CMYK
RGB Variations
Color information
#E9688E (or 0xE9688E) is known color: Deep Blush. HEX triplet: E9, 68 and 8E. RGB value is (233,104,142). Sum of RGB (Red+Green+Blue) = 233+104+142=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E9688E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9688E is #169771. Grayscale: #929292. Windows color (decimal): -1480562 or 9332969. OLE color: 9332969.
HSL color Cylindrical-coordinate representation of color #E9688E: hue angle of 342.33º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9688E is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 142 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.09 |
| HSL | 342.33º | 0.75% | 0.66% | - |
| HSV(B) | 342.33º | 0.55% | 0.91% | - |
| XYZ | 43.44 | 29.18 | 28.93 | - |
| YUV | 146.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 142 | 0 | 0.55 | 0.39 | 0.09 | 342.33 | 0.75 | 0.66 |
| Hex | E9 | 68 | 8E | 0 | 37 | 27 | 9 | 156 | 4B | 42 |
| Octal | 351 | 150 | 216 | 0 | 67 | 47 | 11 | 526 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10001110 | 0 | 110111 | 100111 | 1001 | 101010110 | 1001011 | 1000010 |
Color Harmonies of #E9688E
Complementary color
Monochromatic Colors of #E9688E
Black with #E9688E
Text Example
Text Example
White with #E9688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9688E; }
p { color: rgb(233,104,142); }
H1.HeaderClassName
{
color: #E9688E;
}
.AnyTagClassName
{
color: #E9688E;
}
</style>
background-color css
<style>
a { background-color: #E9688E; }
a { background-color: rgb(233,104,142); }
div.DivClassName
{
background-color: #E9688E;
}
.BgClassName
{
background-color: #E9688E;
}
</style>
border-color css
<style>
span { border-color: #E9688E; }
span { border-color: rgb(233,104,142); }
td.TdClassName
{
border-color: #E9688E;
}
.TagClassName
{
border-color: #E9688E;
}
</style>