HEX: #EB829D
RGB: (235,130,157)
#EB829D contains mainly red color. Web safe color of #EB829D is #FF9999 (or #F99).
#EB829D color RGB value is (235,130,157).
RGB: (235,130,157) (92%,51%,62%)
R 235 of 255 = 92%
G 130 of 255 = 51%
B 157 of 255 = 62%
R + G + B ~ 68%. #EB829D is quite light color.
R + G + B =
235 + 130 + 157 = 522 (100%)
R 235 of 522 ~ 45.02%
G 130 of 522 ~ 24.9%
B 157 of 522 ~ 30.08%
#EB829D color CMYK value is (0,45,33,8).
CMYK: (0,45,33,8) C0M45Y33K8 (0%,45%,33%,8%) (0.00/0.45/0.33/0.08)
EB | 82 | 9D | |
---|---|---|---|
RGB | 235 | 130 | 157 |
HSL | 345° | 72.41% | 71.57% |
HSB/HSV | 345° | 44.68% | 92.16% |
CMYK | 0.00% | 44.68% | 33.19% |
7.84% |
HEX | EB | 82 | 9D |
Decimal | 235 | 130 | 157 |
Binary | 11101011 | 10000010 | 10011101 |
Octal | 353 | 202 | 235 |
Examples of css and html codes for elements with #EB829D color. Also use rgb(235,130,157) instead hex code.
.myTextColor { color: #EB829D; }
<p style="color:#EB829D">This sample text font color is #EB829D.</p>
This text font color is #EB829D.
.myBgColor { background-color: #EB829D; }
<div style="background-color:#EB829D">Inner text</div>
This div background color is #EB829D.
.myBorderColor { border: 1px solid #EB829D; }
<div style="border:3px solid #EB829D">Div</div>
This div border color is #EB829D.
.myOpacity80 { color: #EB829D; opacity: 0.8; }
<p style="color:#EB829D;opacity:0.8;">80%</p>
Text with #EB829D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB829D;}
<p style="text-shadow: 3px 3px 1px #EB829D">Text here.</p>
This text has shadow with #EB829D color.
.textShadow {text-shadow: 3px 3px 1px #EB829D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB829D, 5px 5px 20px red">Text here.</p>
This text has shadow with #EB829D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB829D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB829D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB829D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EB829D; -webkit-box-shadow: 1px 1px 3px 2px #EB829D; box-shadow: 1px 1px 3px 2px #EB829D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EB829D; -webkit-box-shadow: 1px 1px 3px 2px #EB829D; box-shadow:1px 1px 3px 2px #EB829D;">
Div content here</div>
This text has color #EB829D on black background.
This text has color #EB829D on white background.
This text has black color on #EB829D background.
This text has white color on #EB829D background.