HEX: #E7504B
RGB: (231,80,75)
#E7504B contains mainly red color. Web safe color of #E7504B is #FF6633 (or #F63).
#E7504B color RGB value is (231,80,75).
RGB: (231,80,75)
(91%, 31%, 29%)
R 231 of 255 = 91%
G 80 of 255 = 31%
B 75 of 255 = 29%
R + G + B ~ 50%. #E7504B is middle color (not dark and not light).
R + G + B = 231 + 80 + 75 = 386 (100%)
R 231 of 386 ~ 59.84%
G 80 of 386 ~ 20.73%
B 75 of 386 ~ 19.43'%
#E7504B color CMYK value is (0,65,68,9).
CMYK: (0,65,68,9) C0M65Y68K9 (0%,65%,68%,9%) (0.00/0.65/0.68/0.09)
Color #E7504B in popluar color models
E7 | 50 | 4B | |
---|---|---|---|
RGB | 231 | 80 | 75 |
HSL | 2° | 76.47% | 60.00% |
HSB/HSV | 2° | 67.53% | 90.59% |
CMYK | 0.00% | 65.37% | 67.53% |
9.41% |
Color #E7504B in popluar number systems.
HEX | E7 | 50 | 4B |
Decimal | 231 | 80 | 75 |
Binary | 11100111 | 1010000 | 1001011 |
Octal | 347 | 120 | 113 |
Shades of #E7504B
Tints of #E7504B
Examples of css and html codes for elements with #E7504B color. Also use rgb(231,80,75) instead hex code.
.myTextColor { color: #E7504B; }
<p style="color:#E7504B">This sample text font color is #E7504B.</p>
This text font color is #E7504B.
.myBgColor { background-color: #E7504B; }
<div style="background-color:#E7504B">Inner text</div>
This div background color is #E7504B.
.myBorderColor { border: 1px solid #E7504B; }
<div style="border:3px solid #E7504B">Div</div>
This div border color is #E7504B.
.myOpacity80 { color: #E7504B; opacity: 0.8; }
<p style="color:#E7504B;opacity:0.8;">80%</p>
Text with #E7504B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7504B;}
<p style="text-shadow: 3px 3px 1px #E7504B">Text here.</p>
This text has shadow with #E7504B color.
.textShadow {text-shadow: 3px 3px 1px #E7504B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7504B, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7504B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7504B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7504B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7504B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7504B;
-webkit-box-shadow: 1px 1px 3px 2px #E7504B;
box-shadow: 1px 1px 3px 2px #E7504B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7504B; -webkit-box-shadow: 1px 1px 3px 2px #E7504B; box-shadow:1px 1px 3px 2px #E7504B;">
Div content here
</div>
This text has color #E7504B on black background.
This text has color #E7504B on white background.
This text has black color on #E7504B background.
This text has white color on #E7504B background.
Complementary color for #hex is #18AFB4.