HEX: #E3A5BE
RGB: (227,165,190)
#E3A5BE contains mainly red and blue colors. Web safe color of #E3A5BE is #CC99CC (or #C9C).
#E3A5BE color RGB value is (227,165,190).
RGB: (227,165,190)
(89%, 65%, 75%)
R 227 of 255 = 89%
G 165 of 255 = 65%
B 190 of 255 = 75%
R + G + B ~ 76%. #E3A5BE is quite light color.
R + G + B = 227 + 165 + 190 = 582 (100%)
R 227 of 582 ~ 39%
G 165 of 582 ~ 28.35%
B 190 of 582 ~ 32.65'%
#E3A5BE color CMYK value is (0,27,16,11).
CMYK: (0,27,16,11)
C0M27Y16K11 (0%, 27%, 16%, 11%)
(0.00 / 0.27 / 0.16 / 0.11)
Color #E3A5BE in popluar color models
E3 | A5 | BE | |
---|---|---|---|
RGB | 227 | 165 | 190 |
HSL | 336° | 52.54% | 76.86% |
HSB/HSV | 336° | 27.31% | 89.02% |
CMYK | 0.00% | 27.31% | 16.30% |
10.98% |
Color #E3A5BE in popluar number systems.
HEX | E3 | A5 | BE |
Decimal | 227 | 165 | 190 |
Binary | 11100011 | 10100101 | 10111110 |
Octal | 343 | 245 | 276 |
Shades of #E3A5BE
Tints of #E3A5BE
Examples of css and html codes for elements with #E3A5BE color. Also use rgb(227,165,190) instead hex code.
.myTextColor { color: #E3A5BE; }
<p style="color:#E3A5BE">This sample text font color is #E3A5BE.</p>
This text font color is #E3A5BE.
.myBgColor { background-color: #E3A5BE; }
<div style="background-color:#E3A5BE">Inner text</div>
This div background color is #E3A5BE.
.myBorderColor { border: 1px solid #E3A5BE; }
<div style="border:3px solid #E3A5BE">Div</div>
This div border color is #E3A5BE.
.myOpacity80 { color: #E3A5BE; opacity: 0.8; }
<p style="color:#E3A5BE;opacity:0.8;">80%</p>
Text with #E3A5BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E3A5BE;}
<p style="text-shadow: 3px 3px 1px #E3A5BE">Text here.</p>
This text has shadow with #E3A5BE color.
.textShadow {text-shadow: 3px 3px 1px #E3A5BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E3A5BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E3A5BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E3A5BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E3A5BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E3A5BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E3A5BE;
-webkit-box-shadow: 1px 1px 3px 2px #E3A5BE;
box-shadow: 1px 1px 3px 2px #E3A5BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E3A5BE; -webkit-box-shadow: 1px 1px 3px 2px #E3A5BE; box-shadow:1px 1px 3px 2px #E3A5BE;">
Div content here
</div>
This text has color #E3A5BE on black background.
This text has color #E3A5BE on white background.
This text has black color on #E3A5BE background.
This text has white color on #E3A5BE background.
Complementary color for #hex is #1C5A41.