Shades of Deep Blush #E5678E
Tints of Deep Blush #E5678E
RGB
CMYK
RGB Variations
Color information
#E5678E (or 0xE5678E) is known color: Deep Blush. HEX triplet: E5, 67 and 8E. RGB value is (229,103,142). Sum of RGB (Red+Green+Blue) = 229+103+142=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5678E is #1A9871. Grayscale: #919191. Windows color (decimal): -1742962 or 9332709. OLE color: 9332709.
HSL color Cylindrical-coordinate representation of color #E5678E: hue angle of 341.43º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5678E is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 142 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.10 |
| HSL | 341.43º | 0.71% | 0.65% | - |
| HSV(B) | 341.43º | 0.55% | 0.9% | - |
| XYZ | 42.05 | 28.31 | 28.84 | - |
| YUV | 145.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 142 | 0 | 0.55 | 0.38 | 0.10 | 341.43 | 0.71 | 0.65 |
| Hex | E5 | 67 | 8E | 0 | 37 | 26 | A | 155 | 47 | 41 |
| Octal | 345 | 147 | 216 | 0 | 67 | 46 | 12 | 525 | 107 | 101 |
| Binary | 11100101 | 1100111 | 10001110 | 0 | 110111 | 100110 | 1010 | 101010101 | 1000111 | 1000001 |
Color Harmonies of #E5678E
Complementary color
Monochromatic Colors of #E5678E
Black with #E5678E
Text Example
Text Example
White with #E5678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5678E; }
p { color: rgb(229,103,142); }
H1.HeaderClassName
{
color: #E5678E;
}
.AnyTagClassName
{
color: #E5678E;
}
</style>
background-color css
<style>
a { background-color: #E5678E; }
a { background-color: rgb(229,103,142); }
div.DivClassName
{
background-color: #E5678E;
}
.BgClassName
{
background-color: #E5678E;
}
</style>
border-color css
<style>
span { border-color: #E5678E; }
span { border-color: rgb(229,103,142); }
td.TdClassName
{
border-color: #E5678E;
}
.TagClassName
{
border-color: #E5678E;
}
</style>