Shades of Deep Blush #E7688D
Tints of Deep Blush #E7688D
RGB
CMYK
RGB Variations
Color information
#E7688D (or 0xE7688D) is known color: Deep Blush. HEX triplet: E7, 68 and 8D. RGB value is (231,104,141). Sum of RGB (Red+Green+Blue) = 231+104+141=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E7688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7688D is #189772. Grayscale: #929292. Windows color (decimal): -1611635 or 9267431. OLE color: 9267431.
HSL color Cylindrical-coordinate representation of color #E7688D: hue angle of 342.52º 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 #E7688D is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 141 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.09 |
| HSL | 342.52º | 0.73% | 0.66% | - |
| HSV(B) | 342.52º | 0.55% | 0.91% | - |
| XYZ | 42.71 | 28.81 | 28.51 | - |
| YUV | 146.19 | 125.08 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 141 | 0 | 0.55 | 0.39 | 0.09 | 342.52 | 0.73 | 0.66 |
| Hex | E7 | 68 | 8D | 0 | 37 | 27 | 9 | 157 | 49 | 42 |
| Octal | 347 | 150 | 215 | 0 | 67 | 47 | 11 | 527 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10001101 | 0 | 110111 | 100111 | 1001 | 101010111 | 1001001 | 1000010 |
Color Harmonies of #E7688D
Complementary color
Monochromatic Colors of #E7688D
Black with #E7688D
Text Example
Text Example
White with #E7688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7688D; }
p { color: rgb(231,104,141); }
H1.HeaderClassName
{
color: #E7688D;
}
.AnyTagClassName
{
color: #E7688D;
}
</style>
background-color css
<style>
a { background-color: #E7688D; }
a { background-color: rgb(231,104,141); }
div.DivClassName
{
background-color: #E7688D;
}
.BgClassName
{
background-color: #E7688D;
}
</style>
border-color css
<style>
span { border-color: #E7688D; }
span { border-color: rgb(231,104,141); }
td.TdClassName
{
border-color: #E7688D;
}
.TagClassName
{
border-color: #E7688D;
}
</style>