HEX: #E52B50
RGB: (229,43,80)
#E52B50 contains mainly red color. Web safe color of #E52B50 is #CC3366 (or #C36).
#E52B50 color RGB value is (229,43,80).
RGB: (229,43,80)
(90%, 17%, 31%)
R 229 of 255 = 90%
G 43 of 255 = 17%
B 80 of 255 = 31%
R + G + B ~ 46%. #E52B50 is middle color (not dark and not light).
R + G + B = 229 + 43 + 80 = 352 (100%)
R 229 of 352 ~ 65.06%
G 43 of 352 ~ 12.22%
B 80 of 352 ~ 22.73'%
#E52B50 color CMYK value is (0,81,65,10).
CMYK: (0,81,65,10)
C0M81Y65K10 (0%, 81%, 65%, 10%)
(0.00 / 0.81 / 0.65 / 0.10)
Color #E52B50 in popluar color models
E5 | 2B | 50 | |
---|---|---|---|
RGB | 229 | 43 | 80 |
HSL | 348° | 78.15% | 53.33% |
HSB/HSV | 348° | 81.22% | 89.80% |
CMYK | 0.00% | 81.22% | 65.07% |
10.20% |
Color #E52B50 in popluar number systems.
HEX | E5 | 2B | 50 |
Decimal | 229 | 43 | 80 |
Binary | 11100101 | 101011 | 1010000 |
Octal | 345 | 53 | 120 |
Shades of #E52B50
Tints of #E52B50
Examples of css and html codes for elements with #E52B50 color. Also use rgb(229,43,80) instead hex code.
.myTextColor { color: #E52B50; }
<p style="color:#E52B50">This sample text font color is #E52B50.</p>
This text font color is #E52B50.
.myBgColor { background-color: #E52B50; }
<div style="background-color:#E52B50">Inner text</div>
This div background color is #E52B50.
.myBorderColor { border: 1px solid #E52B50; }
<div style="border:3px solid #E52B50">Div</div>
This div border color is #E52B50.
.myOpacity80 { color: #E52B50; opacity: 0.8; }
<p style="color:#E52B50;opacity:0.8;">80%</p>
Text with #E52B50 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E52B50;}
<p style="text-shadow: 3px 3px 1px #E52B50">Text here.</p>
This text has shadow with #E52B50 color.
.textShadow {text-shadow: 3px 3px 1px #E52B50', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E52B50, 5px 5px 20px red">Text here.</p>
This text has shadow with #E52B50 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E52B50, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E52B50, Direction=45, Strength=4)">Text</p>
This text has shadow with #E52B50 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E52B50;
-webkit-box-shadow: 1px 1px 3px 2px #E52B50;
box-shadow: 1px 1px 3px 2px #E52B50;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E52B50; -webkit-box-shadow: 1px 1px 3px 2px #E52B50; box-shadow:1px 1px 3px 2px #E52B50;">
Div content here
</div>
This text has color #E52B50 on black background.
This text has color #E52B50 on white background.
This text has black color on #E52B50 background.
This text has white color on #E52B50 background.
Complementary color for #hex is #1AD4AF.
Color #E52B50 is used in Amaranth gradient.
Amaranth