HEX: #E495BE
RGB: (228,149,190)
#E495BE contains mainly red and blue colors. Web safe color of #E495BE is #CC99CC (or #C9C).
#E495BE color RGB value is (228,149,190).
RGB: (228,149,190)
(89%, 58%, 75%)
R 228 of 255 = 89%
G 149 of 255 = 58%
B 190 of 255 = 75%
R + G + B ~ 74%. #E495BE is quite light color.
R + G + B = 228 + 149 + 190 = 567 (100%)
R 228 of 567 ~ 40.21%
G 149 of 567 ~ 26.28%
B 190 of 567 ~ 33.51'%
#E495BE color CMYK value is (0,35,17,11).
CMYK: (0,35,17,11)
C0M35Y17K11 (0%, 35%, 17%, 11%)
(0.00 / 0.35 / 0.17 / 0.11)
Color #E495BE in popluar color models
E4 | 95 | BE | |
---|---|---|---|
RGB | 228 | 149 | 190 |
HSL | 329° | 59.40% | 73.92% |
HSB/HSV | 329° | 34.65% | 89.41% |
CMYK | 0.00% | 34.65% | 16.67% |
10.59% |
Color #E495BE in popluar number systems.
HEX | E4 | 95 | BE |
Decimal | 228 | 149 | 190 |
Binary | 11100100 | 10010101 | 10111110 |
Octal | 344 | 225 | 276 |
Shades of #E495BE
Tints of #E495BE
Examples of css and html codes for elements with #E495BE color. Also use rgb(228,149,190) instead hex code.
.myTextColor { color: #E495BE; }
<p style="color:#E495BE">This sample text font color is #E495BE.</p>
This text font color is #E495BE.
.myBgColor { background-color: #E495BE; }
<div style="background-color:#E495BE">Inner text</div>
This div background color is #E495BE.
.myBorderColor { border: 1px solid #E495BE; }
<div style="border:3px solid #E495BE">Div</div>
This div border color is #E495BE.
.myOpacity80 { color: #E495BE; opacity: 0.8; }
<p style="color:#E495BE;opacity:0.8;">80%</p>
Text with #E495BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E495BE;}
<p style="text-shadow: 3px 3px 1px #E495BE">Text here.</p>
This text has shadow with #E495BE color.
.textShadow {text-shadow: 3px 3px 1px #E495BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E495BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E495BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E495BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E495BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E495BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E495BE;
-webkit-box-shadow: 1px 1px 3px 2px #E495BE;
box-shadow: 1px 1px 3px 2px #E495BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E495BE; -webkit-box-shadow: 1px 1px 3px 2px #E495BE; box-shadow:1px 1px 3px 2px #E495BE;">
Div content here
</div>
This text has color #E495BE on black background.
This text has color #E495BE on white background.
This text has black color on #E495BE background.
This text has white color on #E495BE background.
Complementary color for #hex is #1B6A41.