HEX: #E59BAE
RGB: (229,155,174)
#E59BAE contains mainly red and blue colors. Web safe color of #E59BAE is #CC9999 (or #C99).
#E59BAE color RGB value is (229,155,174).
RGB: (229,155,174)
(90%, 61%, 68%)
R 229 of 255 = 90%
G 155 of 255 = 61%
B 174 of 255 = 68%
R + G + B ~ 73%. #E59BAE is quite light color.
R + G + B = 229 + 155 + 174 = 558 (100%)
R 229 of 558 ~ 41.04%
G 155 of 558 ~ 27.78%
B 174 of 558 ~ 31.18'%
#E59BAE color CMYK value is (0,32,24,10).
CMYK: (0,32,24,10) C0M32Y24K10 (0%,32%,24%,10%) (0.00/0.32/0.24/0.10)
Color #E59BAE in popluar color models
E5 | 9B | AE | |
---|---|---|---|
RGB | 229 | 155 | 174 |
HSL | 345° | 58.73% | 75.29% |
HSB/HSV | 345° | 32.31% | 89.80% |
CMYK | 0.00% | 32.31% | 24.02% |
10.20% |
Color #E59BAE in popluar number systems.
HEX | E5 | 9B | AE |
Decimal | 229 | 155 | 174 |
Binary | 11100101 | 10011011 | 10101110 |
Octal | 345 | 233 | 256 |
Shades of #E59BAE
Tints of #E59BAE
Examples of css and html codes for elements with #E59BAE color. Also use rgb(229,155,174) instead hex code.
.myTextColor { color: #E59BAE; }
<p style="color:#E59BAE">This sample text font color is #E59BAE.</p>
This text font color is #E59BAE.
.myBgColor { background-color: #E59BAE; }
<div style="background-color:#E59BAE">Inner text</div>
This div background color is #E59BAE.
.myBorderColor { border: 1px solid #E59BAE; }
<div style="border:3px solid #E59BAE">Div</div>
This div border color is #E59BAE.
.myOpacity80 { color: #E59BAE; opacity: 0.8; }
<p style="color:#E59BAE;opacity:0.8;">80%</p>
Text with #E59BAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E59BAE;}
<p style="text-shadow: 3px 3px 1px #E59BAE">Text here.</p>
This text has shadow with #E59BAE color.
.textShadow {text-shadow: 3px 3px 1px #E59BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E59BAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E59BAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E59BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E59BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E59BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E59BAE;
-webkit-box-shadow: 1px 1px 3px 2px #E59BAE;
box-shadow: 1px 1px 3px 2px #E59BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E59BAE; -webkit-box-shadow: 1px 1px 3px 2px #E59BAE; box-shadow:1px 1px 3px 2px #E59BAE;">
Div content here
</div>
This text has color #E59BAE on black background.
This text has color #E59BAE on white background.
This text has black color on #E59BAE background.
This text has white color on #E59BAE background.
Complementary color for #hex is #1A6451.