HEX: #E5618C
RGB: (229,97,140)
#E5618C contains mainly red color. Web safe color of #E5618C is #CC6699 (or #C69).
#E5618C color RGB value is (229,97,140).
RGB: (229,97,140) (90%,38%,55%)
R 229 of 255 = 90%
G 97 of 255 = 38%
B 140 of 255 = 55%
R + G + B ~ 61%. #E5618C is quite light color.
R + G + B =
229 + 97 + 140 = 466 (100%)
R 229 of 466 ~ 49.14%
G 97 of 466 ~ 20.82%
B 140 of 466 ~ 30.04%
#E5618C color CMYK value is (0,58,39,10).
CMYK: (0,58,39,10) C0M58Y39K10 (0%,58%,39%,10%) (0.00/0.58/0.39/0.10)
E5 | 61 | 8C | |
---|---|---|---|
RGB | 229 | 97 | 140 |
HSL | 340° | 71.74% | 63.92% |
HSB/HSV | 340° | 57.64% | 89.80% |
CMYK | 0.00% | 57.64% | 38.86% |
10.20% |
HEX | E5 | 61 | 8C |
Decimal | 229 | 97 | 140 |
Binary | 11100101 | 1100001 | 10001100 |
Octal | 345 | 141 | 214 |
Examples of css and html codes for elements with #E5618C color. Also use rgb(229,97,140) instead hex code.
.myTextColor { color: #E5618C; }
<p style="color:#E5618C">This sample text font color is #E5618C.</p>
This text font color is #E5618C.
.myBgColor { background-color: #E5618C; }
<div style="background-color:#E5618C">Inner text</div>
This div background color is #E5618C.
.myBorderColor { border: 1px solid #E5618C; }
<div style="border:3px solid #E5618C">Div</div>
This div border color is #E5618C.
.myOpacity80 { color: #E5618C; opacity: 0.8; }
<p style="color:#E5618C;opacity:0.8;">80%</p>
Text with #E5618C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5618C;}
<p style="text-shadow: 3px 3px 1px #E5618C">Text here.</p>
This text has shadow with #E5618C color.
.textShadow {text-shadow: 3px 3px 1px #E5618C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5618C, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5618C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5618C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5618C, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5618C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5618C; -webkit-box-shadow: 1px 1px 3px 2px #E5618C; box-shadow: 1px 1px 3px 2px #E5618C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5618C; -webkit-box-shadow: 1px 1px 3px 2px #E5618C; box-shadow:1px 1px 3px 2px #E5618C;">
Div content here</div>
This text has color #E5618C on black background.
This text has color #E5618C on white background.
This text has black color on #E5618C background.
This text has white color on #E5618C background.