HEX: #E9425A
RGB: (233,66,90)
#E9425A contains mainly red color. Web safe color of #E9425A is #FF3366 (or #F36).
#E9425A color RGB value is (233,66,90).
RGB: (233,66,90)
(91%, 26%, 35%)
R 233 of 255 = 91%
G 66 of 255 = 26%
B 90 of 255 = 35%
R + G + B ~ 51%. #E9425A is middle color (not dark and not light).
R + G + B = 233 + 66 + 90 = 389 (100%)
R 233 of 389 ~ 59.9%
G 66 of 389 ~ 16.97%
B 90 of 389 ~ 23.14'%
#E9425A color CMYK value is (0,72,61,9).
CMYK: (0,72,61,9)
C0M72Y61K9 (0%, 72%, 61%, 9%)
(0.00 / 0.72 / 0.61 / 0.09)
Color #E9425A in popluar color models
E9 | 42 | 5A | |
---|---|---|---|
RGB | 233 | 66 | 90 |
HSL | 351° | 79.15% | 58.63% |
HSB/HSV | 351° | 71.67% | 91.37% |
CMYK | 0.00% | 71.67% | 61.37% |
8.63% |
Color #E9425A in popluar number systems.
HEX | E9 | 42 | 5A |
Decimal | 233 | 66 | 90 |
Binary | 11101001 | 1000010 | 1011010 |
Octal | 351 | 102 | 132 |
Shades of #E9425A
Tints of #E9425A
Examples of css and html codes for elements with #E9425A color. Also use rgb(233,66,90) instead hex code.
.myTextColor { color: #E9425A; }
<p style="color:#E9425A">This sample text font color is #E9425A.</p>
This text font color is #E9425A.
.myBgColor { background-color: #E9425A; }
<div style="background-color:#E9425A">Inner text</div>
This div background color is #E9425A.
.myBorderColor { border: 1px solid #E9425A; }
<div style="border:3px solid #E9425A">Div</div>
This div border color is #E9425A.
.myOpacity80 { color: #E9425A; opacity: 0.8; }
<p style="color:#E9425A;opacity:0.8;">80%</p>
Text with #E9425A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9425A;}
<p style="text-shadow: 3px 3px 1px #E9425A">Text here.</p>
This text has shadow with #E9425A color.
.textShadow {text-shadow: 3px 3px 1px #E9425A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9425A, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9425A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9425A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9425A, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9425A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9425A;
-webkit-box-shadow: 1px 1px 3px 2px #E9425A;
box-shadow: 1px 1px 3px 2px #E9425A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9425A; -webkit-box-shadow: 1px 1px 3px 2px #E9425A; box-shadow:1px 1px 3px 2px #E9425A;">
Div content here
</div>
This text has color #E9425A on black background.
This text has color #E9425A on white background.
This text has black color on #E9425A background.
This text has white color on #E9425A background.
Complementary color for #hex is #16BDA5.