Shades of Deep Blush #E7688C
Tints of Deep Blush #E7688C
RGB
CMYK
RGB Variations
Color information
#E7688C (or 0xE7688C) is known color: Deep Blush. HEX triplet: E7, 68 and 8C. RGB value is (231,104,140). Sum of RGB (Red+Green+Blue) = 231+104+140=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7688C is #189773. Grayscale: #929292. Windows color (decimal): -1611636 or 9201895. OLE color: 9201895.
HSL color Cylindrical-coordinate representation of color #E7688C: hue angle of 342.99º degrees, saturation: 0.73, 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 #E7688C is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 140 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.09 |
| HSL | 342.99º | 0.73% | 0.66% | - |
| HSV(B) | 342.99º | 0.55% | 0.91% | - |
| XYZ | 42.64 | 28.78 | 28.12 | - |
| YUV | 146.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 140 | 0 | 0.55 | 0.39 | 0.09 | 342.99 | 0.73 | 0.66 |
| Hex | E7 | 68 | 8C | 0 | 37 | 27 | 9 | 157 | 49 | 42 |
| Octal | 347 | 150 | 214 | 0 | 67 | 47 | 11 | 527 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10001100 | 0 | 110111 | 100111 | 1001 | 101010111 | 1001001 | 1000010 |
Color Harmonies of #E7688C
Complementary color
Monochromatic Colors of #E7688C
Black with #E7688C
Text Example
Text Example
White with #E7688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7688C; }
p { color: rgb(231,104,140); }
H1.HeaderClassName
{
color: #E7688C;
}
.AnyTagClassName
{
color: #E7688C;
}
</style>
background-color css
<style>
a { background-color: #E7688C; }
a { background-color: rgb(231,104,140); }
div.DivClassName
{
background-color: #E7688C;
}
.BgClassName
{
background-color: #E7688C;
}
</style>
border-color css
<style>
span { border-color: #E7688C; }
span { border-color: rgb(231,104,140); }
td.TdClassName
{
border-color: #E7688C;
}
.TagClassName
{
border-color: #E7688C;
}
</style>