HEX: #E4778E
RGB: (228,119,142)
#E4778E contains mainly red color. Web safe color of #E4778E is #CC6699 (or #C69).
#E4778E color RGB value is (228,119,142).
RGB: (228,119,142) (89%,47%,56%)
R 228 of 255 = 89%
G 119 of 255 = 47%
B 142 of 255 = 56%
R + G + B ~ 64%. #E4778E is quite light color.
R + G + B =
228 + 119 + 142 = 489 (100%)
R 228 of 489 ~ 46.63%
G 119 of 489 ~ 24.34%
B 142 of 489 ~ 29.04%
#E4778E color CMYK value is (0,48,38,11).
CMYK: (0,48,38,11) C0M48Y38K11 (0%,48%,38%,11%) (0.00/0.48/0.38/0.11)
E4 | 77 | 8E | |
---|---|---|---|
RGB | 228 | 119 | 142 |
HSL | 347° | 66.87% | 68.04% |
HSB/HSV | 347° | 47.81% | 89.41% |
CMYK | 0.00% | 47.81% | 37.72% |
10.59% |
HEX | E4 | 77 | 8E |
Decimal | 228 | 119 | 142 |
Binary | 11100100 | 1110111 | 10001110 |
Octal | 344 | 167 | 216 |
Examples of css and html codes for elements with #E4778E color. Also use rgb(228,119,142) instead hex code.
.myTextColor { color: #E4778E; }
<p style="color:#E4778E">This sample text font color is #E4778E.</p>
This text font color is #E4778E.
.myBgColor { background-color: #E4778E; }
<div style="background-color:#E4778E">Inner text</div>
This div background color is #E4778E.
.myBorderColor { border: 1px solid #E4778E; }
<div style="border:3px solid #E4778E">Div</div>
This div border color is #E4778E.
.myOpacity80 { color: #E4778E; opacity: 0.8; }
<p style="color:#E4778E;opacity:0.8;">80%</p>
Text with #E4778E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4778E;}
<p style="text-shadow: 3px 3px 1px #E4778E">Text here.</p>
This text has shadow with #E4778E color.
.textShadow {text-shadow: 3px 3px 1px #E4778E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4778E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4778E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4778E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4778E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4778E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E4778E; -webkit-box-shadow: 1px 1px 3px 2px #E4778E; box-shadow: 1px 1px 3px 2px #E4778E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E4778E; -webkit-box-shadow: 1px 1px 3px 2px #E4778E; box-shadow:1px 1px 3px 2px #E4778E;">
Div content here</div>
This text has color #E4778E on black background.
This text has color #E4778E on white background.
This text has black color on #E4778E background.
This text has white color on #E4778E background.