Shades of Deep Blush #E9688D
Tints of Deep Blush #E9688D
RGB
CMYK
RGB Variations
Color information
#E9688D (or 0xE9688D) is known color: Deep Blush. HEX triplet: E9, 68 and 8D. RGB value is (233,104,141). Sum of RGB (Red+Green+Blue) = 233+104+141=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E9688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9688D is #169772. Grayscale: #929292. Windows color (decimal): -1480563 or 9267433. OLE color: 9267433.
HSL color Cylindrical-coordinate representation of color #E9688D: hue angle of 342.79º 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 #E9688D is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 141 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.09 |
| HSL | 342.79º | 0.75% | 0.66% | - |
| HSV(B) | 342.79º | 0.55% | 0.91% | - |
| XYZ | 43.36 | 29.15 | 28.54 | - |
| YUV | 146.79 | 124.74 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 141 | 0 | 0.55 | 0.39 | 0.09 | 342.79 | 0.75 | 0.66 |
| Hex | E9 | 68 | 8D | 0 | 37 | 27 | 9 | 157 | 4B | 42 |
| Octal | 351 | 150 | 215 | 0 | 67 | 47 | 11 | 527 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10001101 | 0 | 110111 | 100111 | 1001 | 101010111 | 1001011 | 1000010 |
Color Harmonies of #E9688D
Complementary color
Monochromatic Colors of #E9688D
Black with #E9688D
Text Example
Text Example
White with #E9688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9688D; }
p { color: rgb(233,104,141); }
H1.HeaderClassName
{
color: #E9688D;
}
.AnyTagClassName
{
color: #E9688D;
}
</style>
background-color css
<style>
a { background-color: #E9688D; }
a { background-color: rgb(233,104,141); }
div.DivClassName
{
background-color: #E9688D;
}
.BgClassName
{
background-color: #E9688D;
}
</style>
border-color css
<style>
span { border-color: #E9688D; }
span { border-color: rgb(233,104,141); }
td.TdClassName
{
border-color: #E9688D;
}
.TagClassName
{
border-color: #E9688D;
}
</style>