HEX: #E09593
RGB: (224,149,147)
#E09593 contains mainly red color. Web safe color of #E09593 is #CC9999 (or #C99).
#E09593 color RGB value is (224,149,147).
RGB: (224,149,147)
(88%, 58%, 58%)
R 224 of 255 = 88%
G 149 of 255 = 58%
B 147 of 255 = 58%
R + G + B ~ 68%. #E09593 is quite light color.
R + G + B = 224 + 149 + 147 = 520 (100%)
R 224 of 520 ~ 43.08%
G 149 of 520 ~ 28.65%
B 147 of 520 ~ 28.27'%
#E09593 color CMYK value is (0,33,34,12).
CMYK: (0,33,34,12)
C0M33Y34K12 (0%, 33%, 34%, 12%)
(0.00 / 0.33 / 0.34 / 0.12)
Color #E09593 in popluar color models
E0 | 95 | 93 | |
---|---|---|---|
RGB | 224 | 149 | 147 |
HSL | 2° | 55.40% | 72.75% |
HSB/HSV | 2° | 34.38% | 87.84% |
CMYK | 0.00% | 33.48% | 34.38% |
12.16% |
Color #E09593 in popluar number systems.
HEX | E0 | 95 | 93 |
Decimal | 224 | 149 | 147 |
Binary | 11100000 | 10010101 | 10010011 |
Octal | 340 | 225 | 223 |
Shades of #E09593
Tints of #E09593
Examples of css and html codes for elements with #E09593 color. Also use rgb(224,149,147) instead hex code.
.myTextColor { color: #E09593; }
<p style="color:#E09593">This sample text font color is #E09593.</p>
This text font color is #E09593.
.myBgColor { background-color: #E09593; }
<div style="background-color:#E09593">Inner text</div>
This div background color is #E09593.
.myBorderColor { border: 1px solid #E09593; }
<div style="border:3px solid #E09593">Div</div>
This div border color is #E09593.
.myOpacity80 { color: #E09593; opacity: 0.8; }
<p style="color:#E09593;opacity:0.8;">80%</p>
Text with #E09593 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E09593;}
<p style="text-shadow: 3px 3px 1px #E09593">Text here.</p>
This text has shadow with #E09593 color.
.textShadow {text-shadow: 3px 3px 1px #E09593', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E09593, 5px 5px 20px red">Text here.</p>
This text has shadow with #E09593 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E09593, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E09593, Direction=45, Strength=4)">Text</p>
This text has shadow with #E09593 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E09593;
-webkit-box-shadow: 1px 1px 3px 2px #E09593;
box-shadow: 1px 1px 3px 2px #E09593;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E09593; -webkit-box-shadow: 1px 1px 3px 2px #E09593; box-shadow:1px 1px 3px 2px #E09593;">
Div content here
</div>
This text has color #E09593 on black background.
This text has color #E09593 on white background.
This text has black color on #E09593 background.
This text has white color on #E09593 background.
Complementary color for #hex is #1F6A6C.