HEX: #E17E7E
RGB: (225,126,126)
#E17E7E contains mainly red color. Web safe color of #E17E7E is #CC6666 (or #C66).
#E17E7E color RGB value is (225,126,126).
RGB: (225,126,126)
(88%, 49%, 49%)
R 225 of 255 = 88%
G 126 of 255 = 49%
B 126 of 255 = 49%
R + G + B ~ 62%. #E17E7E is quite light color.
R + G + B = 225 + 126 + 126 = 477 (100%)
R 225 of 477 ~ 47.17%
G 126 of 477 ~ 26.42%
B 126 of 477 ~ 26.42'%
#E17E7E color CMYK value is (0,44,44,12).
CMYK: (0,44,44,12) C0M44Y44K12 (0%,44%,44%,12%) (0.00/0.44/0.44/0.12)
Color #E17E7E in popluar color models
E1 | 7E | 7E | |
---|---|---|---|
RGB | 225 | 126 | 126 |
HSL | 0° | 62.26% | 68.82% |
HSB/HSV | 0° | 44.00% | 88.24% |
CMYK | 0.00% | 44.00% | 44.00% |
11.76% |
Color #E17E7E in popluar number systems.
HEX | E1 | 7E | 7E |
Decimal | 225 | 126 | 126 |
Binary | 11100001 | 1111110 | 1111110 |
Octal | 341 | 176 | 176 |
Shades of #E17E7E
Tints of #E17E7E
Examples of css and html codes for elements with #E17E7E color. Also use rgb(225,126,126) instead hex code.
.myTextColor { color: #E17E7E; }
<p style="color:#E17E7E">This sample text font color is #E17E7E.</p>
This text font color is #E17E7E.
.myBgColor { background-color: #E17E7E; }
<div style="background-color:#E17E7E">Inner text</div>
This div background color is #E17E7E.
.myBorderColor { border: 1px solid #E17E7E; }
<div style="border:3px solid #E17E7E">Div</div>
This div border color is #E17E7E.
.myOpacity80 { color: #E17E7E; opacity: 0.8; }
<p style="color:#E17E7E;opacity:0.8;">80%</p>
Text with #E17E7E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E17E7E;}
<p style="text-shadow: 3px 3px 1px #E17E7E">Text here.</p>
This text has shadow with #E17E7E color.
.textShadow {text-shadow: 3px 3px 1px #E17E7E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E17E7E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E17E7E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E17E7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E17E7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E17E7E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E17E7E;
-webkit-box-shadow: 1px 1px 3px 2px #E17E7E;
box-shadow: 1px 1px 3px 2px #E17E7E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E17E7E; -webkit-box-shadow: 1px 1px 3px 2px #E17E7E; box-shadow:1px 1px 3px 2px #E17E7E;">
Div content here
</div>
This text has color #E17E7E on black background.
This text has color #E17E7E on white background.
This text has black color on #E17E7E background.
This text has white color on #E17E7E background.