HEX: #E1A5BA
RGB: (225,165,186)
#E1A5BA contains mainly red and blue colors. Web safe color of #E1A5BA is #CC99CC (or #C9C).
#E1A5BA color RGB value is (225,165,186).
RGB: (225,165,186) (88%,65%,73%)
R 225 of 255 = 88%
G 165 of 255 = 65%
B 186 of 255 = 73%
R + G + B ~ 75%. #E1A5BA is quite light color.
R + G + B =
225 + 165 + 186 = 576 (100%)
R 225 of 576 ~ 39.06%
G 165 of 576 ~ 28.65%
B 186 of 576 ~ 32.29%
#E1A5BA color CMYK value is (0,27,17,12).
CMYK: (0,27,17,12) C0M27Y17K12 (0%,27%,17%,12%) (0.00/0.27/0.17/0.12)
E1 | A5 | BA | |
---|---|---|---|
RGB | 225 | 165 | 186 |
HSL | 339° | 50.00% | 76.47% |
HSB/HSV | 339° | 26.67% | 88.24% |
CMYK | 0.00% | 26.67% | 17.33% |
11.76% |
HEX | E1 | A5 | BA |
Decimal | 225 | 165 | 186 |
Binary | 11100001 | 10100101 | 10111010 |
Octal | 341 | 245 | 272 |
Examples of css and html codes for elements with #E1A5BA color. Also use rgb(225,165,186) instead hex code.
.myTextColor { color: #E1A5BA; }
<p style="color:#E1A5BA">This sample text font color is #E1A5BA.</p>
This text font color is #E1A5BA.
.myBgColor { background-color: #E1A5BA; }
<div style="background-color:#E1A5BA">Inner text</div>
This div background color is #E1A5BA.
.myBorderColor { border: 1px solid #E1A5BA; }
<div style="border:3px solid #E1A5BA">Div</div>
This div border color is #E1A5BA.
.myOpacity80 { color: #E1A5BA; opacity: 0.8; }
<p style="color:#E1A5BA;opacity:0.8;">80%</p>
Text with #E1A5BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1A5BA;}
<p style="text-shadow: 3px 3px 1px #E1A5BA">Text here.</p>
This text has shadow with #E1A5BA color.
.textShadow {text-shadow: 3px 3px 1px #E1A5BA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1A5BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1A5BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1A5BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1A5BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1A5BA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E1A5BA; -webkit-box-shadow: 1px 1px 3px 2px #E1A5BA; box-shadow: 1px 1px 3px 2px #E1A5BA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E1A5BA; -webkit-box-shadow: 1px 1px 3px 2px #E1A5BA; box-shadow:1px 1px 3px 2px #E1A5BA;">
Div content here</div>
This text has color #E1A5BA on black background.
This text has color #E1A5BA on white background.
This text has black color on #E1A5BA background.
This text has white color on #E1A5BA background.