HEX: #E496C5
RGB: (228,150,197)
#E496C5 contains mainly red and blue colors. Web safe color of #E496C5 is #CC99CC (or #C9C).
#E496C5 color RGB value is (228,150,197).
RGB: (228,150,197)
(89%, 59%, 77%)
R 228 of 255 = 89%
G 150 of 255 = 59%
B 197 of 255 = 77%
R + G + B ~ 75%. #E496C5 is quite light color.
R + G + B = 228 + 150 + 197 = 575 (100%)
R 228 of 575 ~ 39.65%
G 150 of 575 ~ 26.09%
B 197 of 575 ~ 34.26'%
#E496C5 color CMYK value is (0,34,14,11).
CMYK: (0,34,14,11)
C0M34Y14K11 (0%, 34%, 14%, 11%)
(0.00 / 0.34 / 0.14 / 0.11)
Color #E496C5 in popluar color models
E4 | 96 | C5 | |
---|---|---|---|
RGB | 228 | 150 | 197 |
HSL | 324° | 59.09% | 74.12% |
HSB/HSV | 324° | 34.21% | 89.41% |
CMYK | 0.00% | 34.21% | 13.60% |
10.59% |
Color #E496C5 in popluar number systems.
HEX | E4 | 96 | C5 |
Decimal | 228 | 150 | 197 |
Binary | 11100100 | 10010110 | 11000101 |
Octal | 344 | 226 | 305 |
Shades of #E496C5
Tints of #E496C5
Examples of css and html codes for elements with #E496C5 color. Also use rgb(228,150,197) instead hex code.
.myTextColor { color: #E496C5; }
<p style="color:#E496C5">This sample text font color is #E496C5.</p>
This text font color is #E496C5.
.myBgColor { background-color: #E496C5; }
<div style="background-color:#E496C5">Inner text</div>
This div background color is #E496C5.
.myBorderColor { border: 1px solid #E496C5; }
<div style="border:3px solid #E496C5">Div</div>
This div border color is #E496C5.
.myOpacity80 { color: #E496C5; opacity: 0.8; }
<p style="color:#E496C5;opacity:0.8;">80%</p>
Text with #E496C5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E496C5;}
<p style="text-shadow: 3px 3px 1px #E496C5">Text here.</p>
This text has shadow with #E496C5 color.
.textShadow {text-shadow: 3px 3px 1px #E496C5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E496C5, 5px 5px 20px red">Text here.</p>
This text has shadow with #E496C5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E496C5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E496C5, Direction=45, Strength=4)">Text</p>
This text has shadow with #E496C5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E496C5;
-webkit-box-shadow: 1px 1px 3px 2px #E496C5;
box-shadow: 1px 1px 3px 2px #E496C5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E496C5; -webkit-box-shadow: 1px 1px 3px 2px #E496C5; box-shadow:1px 1px 3px 2px #E496C5;">
Div content here
</div>
This text has color #E496C5 on black background.
This text has color #E496C5 on white background.
This text has black color on #E496C5 background.
This text has white color on #E496C5 background.
Complementary color for #hex is #1B693A.