HEX: #E6425E
RGB: (230,66,94)
#E6425E contains mainly red color. Web safe color of #E6425E is #CC3366 (or #C36).
#E6425E color RGB value is (230,66,94).
RGB: (230,66,94)
(90%, 26%, 37%)
R 230 of 255 = 90%
G 66 of 255 = 26%
B 94 of 255 = 37%
R + G + B ~ 51%. #E6425E is middle color (not dark and not light).
R + G + B = 230 + 66 + 94 = 390 (100%)
R 230 of 390 ~ 58.97%
G 66 of 390 ~ 16.92%
B 94 of 390 ~ 24.1'%
#E6425E color CMYK value is (0,71,59,10).
CMYK: (0,71,59,10)
C0M71Y59K10 (0%, 71%, 59%, 10%)
(0.00 / 0.71 / 0.59 / 0.10)
Color #E6425E in popluar color models
E6 | 42 | 5E | |
---|---|---|---|
RGB | 230 | 66 | 94 |
HSL | 350° | 76.64% | 58.04% |
HSB/HSV | 350° | 71.30% | 90.20% |
CMYK | 0.00% | 71.30% | 59.13% |
9.80% |
Color #E6425E in popluar number systems.
HEX | E6 | 42 | 5E |
Decimal | 230 | 66 | 94 |
Binary | 11100110 | 1000010 | 1011110 |
Octal | 346 | 102 | 136 |
Shades of #E6425E
Tints of #E6425E
Examples of css and html codes for elements with #E6425E color. Also use rgb(230,66,94) instead hex code.
.myTextColor { color: #E6425E; }
<p style="color:#E6425E">This sample text font color is #E6425E.</p>
This text font color is #E6425E.
.myBgColor { background-color: #E6425E; }
<div style="background-color:#E6425E">Inner text</div>
This div background color is #E6425E.
.myBorderColor { border: 1px solid #E6425E; }
<div style="border:3px solid #E6425E">Div</div>
This div border color is #E6425E.
.myOpacity80 { color: #E6425E; opacity: 0.8; }
<p style="color:#E6425E;opacity:0.8;">80%</p>
Text with #E6425E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6425E;}
<p style="text-shadow: 3px 3px 1px #E6425E">Text here.</p>
This text has shadow with #E6425E color.
.textShadow {text-shadow: 3px 3px 1px #E6425E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6425E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6425E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6425E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6425E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6425E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6425E;
-webkit-box-shadow: 1px 1px 3px 2px #E6425E;
box-shadow: 1px 1px 3px 2px #E6425E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6425E; -webkit-box-shadow: 1px 1px 3px 2px #E6425E; box-shadow:1px 1px 3px 2px #E6425E;">
Div content here
</div>
This text has color #E6425E on black background.
This text has color #E6425E on white background.
This text has black color on #E6425E background.
This text has white color on #E6425E background.
Complementary color for #hex is #19BDA1.