HEX: #E425BA
RGB: (228,37,186)
#E425BA contains mainly red and blue colors. Web safe color of #E425BA is #CC33CC (or #C3C).
#E425BA color RGB value is (228,37,186).
RGB: (228,37,186)
(89%, 15%, 73%)
R 228 of 255 = 89%
G 37 of 255 = 15%
B 186 of 255 = 73%
R + G + B ~ 59%. #E425BA is middle color (not dark and not light).
R + G + B = 228 + 37 + 186 = 451 (100%)
R 228 of 451 ~ 50.55%
G 37 of 451 ~ 8.2%
B 186 of 451 ~ 41.24'%
#E425BA color CMYK value is (0,84,18,11).
CMYK: (0,84,18,11)
C0M84Y18K11 (0%, 84%, 18%, 11%)
(0.00 / 0.84 / 0.18 / 0.11)
Color #E425BA in popluar color models
E4 | 25 | BA | |
---|---|---|---|
RGB | 228 | 37 | 186 |
HSL | 313° | 77.96% | 51.96% |
HSB/HSV | 313° | 83.77% | 89.41% |
CMYK | 0.00% | 83.77% | 18.42% |
10.59% |
Color #E425BA in popluar number systems.
HEX | E4 | 25 | BA |
Decimal | 228 | 37 | 186 |
Binary | 11100100 | 100101 | 10111010 |
Octal | 344 | 45 | 272 |
Shades of #E425BA
Tints of #E425BA
Examples of css and html codes for elements with #E425BA color. Also use rgb(228,37,186) instead hex code.
.myTextColor { color: #E425BA; }
<p style="color:#E425BA">This sample text font color is #E425BA.</p>
This text font color is #E425BA.
.myBgColor { background-color: #E425BA; }
<div style="background-color:#E425BA">Inner text</div>
This div background color is #E425BA.
.myBorderColor { border: 1px solid #E425BA; }
<div style="border:3px solid #E425BA">Div</div>
This div border color is #E425BA.
.myOpacity80 { color: #E425BA; opacity: 0.8; }
<p style="color:#E425BA;opacity:0.8;">80%</p>
Text with #E425BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E425BA;}
<p style="text-shadow: 3px 3px 1px #E425BA">Text here.</p>
This text has shadow with #E425BA color.
.textShadow {text-shadow: 3px 3px 1px #E425BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E425BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E425BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E425BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E425BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E425BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E425BA;
-webkit-box-shadow: 1px 1px 3px 2px #E425BA;
box-shadow: 1px 1px 3px 2px #E425BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E425BA; -webkit-box-shadow: 1px 1px 3px 2px #E425BA; box-shadow:1px 1px 3px 2px #E425BA;">
Div content here
</div>
This text has color #E425BA on black background.
This text has color #E425BA on white background.
This text has black color on #E425BA background.
This text has white color on #E425BA background.
Complementary color for #E425BA is #1BDA45.