Shades of Deep Blush #E9688C
Tints of Deep Blush #E9688C
RGB
CMYK
RGB Variations
Color information
#E9688C (or 0xE9688C) is known color: Deep Blush. HEX triplet: E9, 68 and 8C. RGB value is (233,104,140). Sum of RGB (Red+Green+Blue) = 233+104+140=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E9688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9688C is #169773. Grayscale: #929292. Windows color (decimal): -1480564 or 9201897. OLE color: 9201897.
HSL color Cylindrical-coordinate representation of color #E9688C: hue angle of 343.26º 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 #E9688C is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 140 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.09 |
| HSL | 343.26º | 0.75% | 0.66% | - |
| HSV(B) | 343.26º | 0.55% | 0.91% | - |
| XYZ | 43.29 | 29.12 | 28.15 | - |
| YUV | 146.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 140 | 0 | 0.55 | 0.40 | 0.09 | 343.26 | 0.75 | 0.66 |
| Hex | E9 | 68 | 8C | 0 | 37 | 28 | 9 | 157 | 4B | 42 |
| Octal | 351 | 150 | 214 | 0 | 67 | 50 | 11 | 527 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10001100 | 0 | 110111 | 101000 | 1001 | 101010111 | 1001011 | 1000010 |
Color Harmonies of #E9688C
Complementary color
Monochromatic Colors of #E9688C
Black with #E9688C
Text Example
Text Example
White with #E9688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9688C; }
p { color: rgb(233,104,140); }
H1.HeaderClassName
{
color: #E9688C;
}
.AnyTagClassName
{
color: #E9688C;
}
</style>
background-color css
<style>
a { background-color: #E9688C; }
a { background-color: rgb(233,104,140); }
div.DivClassName
{
background-color: #E9688C;
}
.BgClassName
{
background-color: #E9688C;
}
</style>
border-color css
<style>
span { border-color: #E9688C; }
span { border-color: rgb(233,104,140); }
td.TdClassName
{
border-color: #E9688C;
}
.TagClassName
{
border-color: #E9688C;
}
</style>