HEX: #E3829C
RGB: (227,130,156)
#E3829C contains mainly red color. Web safe color of #E3829C is #CC9999 (or #C99).
#E3829C color RGB value is (227,130,156).
RGB: (227,130,156)
(89%, 51%, 61%)
R 227 of 255 = 89%
G 130 of 255 = 51%
B 156 of 255 = 61%
R + G + B ~ 67%. #E3829C is quite light color.
R + G + B = 227 + 130 + 156 = 513 (100%)
R 227 of 513 ~ 44.25%
G 130 of 513 ~ 25.34%
B 156 of 513 ~ 30.41'%
#E3829C color CMYK value is (0,43,31,11).
CMYK: (0,43,31,11)
C0M43Y31K11 (0%, 43%, 31%, 11%)
(0.00 / 0.43 / 0.31 / 0.11)
Color #E3829C in popluar color models
E3 | 82 | 9C | |
---|---|---|---|
RGB | 227 | 130 | 156 |
HSL | 344° | 63.40% | 70.00% |
HSB/HSV | 344° | 42.73% | 89.02% |
CMYK | 0.00% | 42.73% | 31.28% |
10.98% |
Color #E3829C in popluar number systems.
HEX | E3 | 82 | 9C |
Decimal | 227 | 130 | 156 |
Binary | 11100011 | 10000010 | 10011100 |
Octal | 343 | 202 | 234 |
Shades of #E3829C
Tints of #E3829C
Examples of css and html codes for elements with #E3829C color. Also use rgb(227,130,156) instead hex code.
.myTextColor { color: #E3829C; }
<p style="color:#E3829C">This sample text font color is #E3829C.</p>
This text font color is #E3829C.
.myBgColor { background-color: #E3829C; }
<div style="background-color:#E3829C">Inner text</div>
This div background color is #E3829C.
.myBorderColor { border: 1px solid #E3829C; }
<div style="border:3px solid #E3829C">Div</div>
This div border color is #E3829C.
.myOpacity80 { color: #E3829C; opacity: 0.8; }
<p style="color:#E3829C;opacity:0.8;">80%</p>
Text with #E3829C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E3829C;}
<p style="text-shadow: 3px 3px 1px #E3829C">Text here.</p>
This text has shadow with #E3829C color.
.textShadow {text-shadow: 3px 3px 1px #E3829C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E3829C, 5px 5px 20px red">Text here.</p>
This text has shadow with #E3829C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E3829C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E3829C, Direction=45, Strength=4)">Text</p>
This text has shadow with #E3829C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E3829C;
-webkit-box-shadow: 1px 1px 3px 2px #E3829C;
box-shadow: 1px 1px 3px 2px #E3829C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E3829C; -webkit-box-shadow: 1px 1px 3px 2px #E3829C; box-shadow:1px 1px 3px 2px #E3829C;">
Div content here
</div>
This text has color #E3829C on black background.
This text has color #E3829C on white background.
This text has black color on #E3829C background.
This text has white color on #E3829C background.
Complementary color for #hex is #1C7D63.