Shades of Deep Blush #E2678C
Tints of Deep Blush #E2678C
RGB
CMYK
RGB Variations
Color information
#E2678C (or 0xE2678C) is known color: Deep Blush. HEX triplet: E2, 67 and 8C. RGB value is (226,103,140). Sum of RGB (Red+Green+Blue) = 226+103+140=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2678C is #1D9873. Grayscale: #8F8F8F. Windows color (decimal): -1939572 or 9201634. OLE color: 9201634.
HSL color Cylindrical-coordinate representation of color #E2678C: hue angle of 341.95º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2678C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 140 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.11 |
| HSL | 341.95º | 0.68% | 0.65% | - |
| HSV(B) | 341.95º | 0.54% | 0.89% | - |
| XYZ | 40.95 | 27.76 | 28.01 | - |
| YUV | 144 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 140 | 0 | 0.54 | 0.38 | 0.11 | 341.95 | 0.68 | 0.65 |
| Hex | E2 | 67 | 8C | 0 | 36 | 26 | B | 156 | 44 | 41 |
| Octal | 342 | 147 | 214 | 0 | 66 | 46 | 13 | 526 | 104 | 101 |
| Binary | 11100010 | 1100111 | 10001100 | 0 | 110110 | 100110 | 1011 | 101010110 | 1000100 | 1000001 |
Color Harmonies of #E2678C
Complementary color
Monochromatic Colors of #E2678C
Black with #E2678C
Text Example
Text Example
White with #E2678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2678C; }
p { color: rgb(226,103,140); }
H1.HeaderClassName
{
color: #E2678C;
}
.AnyTagClassName
{
color: #E2678C;
}
</style>
background-color css
<style>
a { background-color: #E2678C; }
a { background-color: rgb(226,103,140); }
div.DivClassName
{
background-color: #E2678C;
}
.BgClassName
{
background-color: #E2678C;
}
</style>
border-color css
<style>
span { border-color: #E2678C; }
span { border-color: rgb(226,103,140); }
td.TdClassName
{
border-color: #E2678C;
}
.TagClassName
{
border-color: #E2678C;
}
</style>