Shades of Deep Blush #E7678E
Tints of Deep Blush #E7678E
RGB
CMYK
RGB Variations
Color information
#E7678E (or 0xE7678E) is known color: Deep Blush. HEX triplet: E7, 67 and 8E. RGB value is (231,103,142). Sum of RGB (Red+Green+Blue) = 231+103+142=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E7678E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7678E is #189871. Grayscale: #919191. Windows color (decimal): -1611890 or 9332711. OLE color: 9332711.
HSL color Cylindrical-coordinate representation of color #E7678E: hue angle of 341.72º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7678E is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 142 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.09 |
| HSL | 341.72º | 0.73% | 0.65% | - |
| HSV(B) | 341.72º | 0.55% | 0.91% | - |
| XYZ | 42.69 | 28.64 | 28.87 | - |
| YUV | 145.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 142 | 0 | 0.55 | 0.39 | 0.09 | 341.72 | 0.73 | 0.65 |
| Hex | E7 | 67 | 8E | 0 | 37 | 27 | 9 | 156 | 49 | 41 |
| Octal | 347 | 147 | 216 | 0 | 67 | 47 | 11 | 526 | 111 | 101 |
| Binary | 11100111 | 1100111 | 10001110 | 0 | 110111 | 100111 | 1001 | 101010110 | 1001001 | 1000001 |
Color Harmonies of #E7678E
Complementary color
Monochromatic Colors of #E7678E
Black with #E7678E
Text Example
Text Example
White with #E7678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7678E; }
p { color: rgb(231,103,142); }
H1.HeaderClassName
{
color: #E7678E;
}
.AnyTagClassName
{
color: #E7678E;
}
</style>
background-color css
<style>
a { background-color: #E7678E; }
a { background-color: rgb(231,103,142); }
div.DivClassName
{
background-color: #E7678E;
}
.BgClassName
{
background-color: #E7678E;
}
</style>
border-color css
<style>
span { border-color: #E7678E; }
span { border-color: rgb(231,103,142); }
td.TdClassName
{
border-color: #E7678E;
}
.TagClassName
{
border-color: #E7678E;
}
</style>