Shades of Deep Blush #E7678C
Tints of Deep Blush #E7678C
RGB
CMYK
RGB Variations
Color information
#E7678C (or 0xE7678C) is known color: Deep Blush. HEX triplet: E7, 67 and 8C. RGB value is (231,103,140). Sum of RGB (Red+Green+Blue) = 231+103+140=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E7678C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7678C is #189873. Grayscale: #919191. Windows color (decimal): -1611892 or 9201639. OLE color: 9201639.
HSL color Cylindrical-coordinate representation of color #E7678C: hue angle of 342.66º 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 #E7678C is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 140 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.09 |
| HSL | 342.66º | 0.73% | 0.65% | - |
| HSV(B) | 342.66º | 0.55% | 0.91% | - |
| XYZ | 42.54 | 28.58 | 28.09 | - |
| YUV | 145.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 140 | 0 | 0.55 | 0.39 | 0.09 | 342.66 | 0.73 | 0.65 |
| Hex | E7 | 67 | 8C | 0 | 37 | 27 | 9 | 157 | 49 | 41 |
| Octal | 347 | 147 | 214 | 0 | 67 | 47 | 11 | 527 | 111 | 101 |
| Binary | 11100111 | 1100111 | 10001100 | 0 | 110111 | 100111 | 1001 | 101010111 | 1001001 | 1000001 |
Color Harmonies of #E7678C
Complementary color
Monochromatic Colors of #E7678C
Black with #E7678C
Text Example
Text Example
White with #E7678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7678C; }
p { color: rgb(231,103,140); }
H1.HeaderClassName
{
color: #E7678C;
}
.AnyTagClassName
{
color: #E7678C;
}
</style>
background-color css
<style>
a { background-color: #E7678C; }
a { background-color: rgb(231,103,140); }
div.DivClassName
{
background-color: #E7678C;
}
.BgClassName
{
background-color: #E7678C;
}
</style>
border-color css
<style>
span { border-color: #E7678C; }
span { border-color: rgb(231,103,140); }
td.TdClassName
{
border-color: #E7678C;
}
.TagClassName
{
border-color: #E7678C;
}
</style>