HEX: #E37B7E
RGB: (227,123,126)
#E37B7E contains mainly red color. Web safe color of #E37B7E is #CC6666 (or #C66).
#E37B7E color RGB value is (227,123,126).
RGB: (227,123,126)
(89%, 48%, 49%)
R 227 of 255 = 89%
G 123 of 255 = 48%
B 126 of 255 = 49%
R + G + B ~ 62%. #E37B7E is quite light color.
R + G + B = 227 + 123 + 126 = 476 (100%)
R 227 of 476 ~ 47.69%
G 123 of 476 ~ 25.84%
B 126 of 476 ~ 26.47'%
#E37B7E color CMYK value is (0,46,44,11).
CMYK: (0,46,44,11) C0M46Y44K11 (0%,46%,44%,11%) (0.00/0.46/0.44/0.11)
Color #E37B7E in popluar color models
E3 | 7B | 7E | |
---|---|---|---|
RGB | 227 | 123 | 126 |
HSL | 358° | 65.00% | 68.63% |
HSB/HSV | 358° | 45.81% | 89.02% |
CMYK | 0.00% | 45.81% | 44.49% |
10.98% |
Color #E37B7E in popluar number systems.
HEX | E3 | 7B | 7E |
Decimal | 227 | 123 | 126 |
Binary | 11100011 | 1111011 | 1111110 |
Octal | 343 | 173 | 176 |
Shades of #E37B7E
Tints of #E37B7E
Examples of css and html codes for elements with #E37B7E color. Also use rgb(227,123,126) instead hex code.
.myTextColor { color: #E37B7E; }
<p style="color:#E37B7E">This sample text font color is #E37B7E.</p>
This text font color is #E37B7E.
.myBgColor { background-color: #E37B7E; }
<div style="background-color:#E37B7E">Inner text</div>
This div background color is #E37B7E.
.myBorderColor { border: 1px solid #E37B7E; }
<div style="border:3px solid #E37B7E">Div</div>
This div border color is #E37B7E.
.myOpacity80 { color: #E37B7E; opacity: 0.8; }
<p style="color:#E37B7E;opacity:0.8;">80%</p>
Text with #E37B7E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E37B7E;}
<p style="text-shadow: 3px 3px 1px #E37B7E">Text here.</p>
This text has shadow with #E37B7E color.
.textShadow {text-shadow: 3px 3px 1px #E37B7E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E37B7E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E37B7E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E37B7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E37B7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E37B7E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E37B7E;
-webkit-box-shadow: 1px 1px 3px 2px #E37B7E;
box-shadow: 1px 1px 3px 2px #E37B7E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E37B7E; -webkit-box-shadow: 1px 1px 3px 2px #E37B7E; box-shadow:1px 1px 3px 2px #E37B7E;">
Div content here
</div>
This text has color #E37B7E on black background.
This text has color #E37B7E on white background.
This text has black color on #E37B7E background.
This text has white color on #E37B7E background.
Complementary color for #hex is #1C8481.