HEX: #E09BC6
RGB: (224,155,198)
#E09BC6 contains mainly red and blue colors. Web safe color of #E09BC6 is #CC99CC (or #C9C).
#E09BC6 color RGB value is (224,155,198).
RGB: (224,155,198)
(88%, 61%, 78%)
R 224 of 255 = 88%
G 155 of 255 = 61%
B 198 of 255 = 78%
R + G + B ~ 76%. #E09BC6 is quite light color.
R + G + B = 224 + 155 + 198 = 577 (100%)
R 224 of 577 ~ 38.82%
G 155 of 577 ~ 26.86%
B 198 of 577 ~ 34.32'%
#E09BC6 color CMYK value is (0,31,12,12).
CMYK: (0,31,12,12)
C0M31Y12K12 (0%, 31%, 12%, 12%)
(0.00 / 0.31 / 0.12 / 0.12)
Color #E09BC6 in popluar color models
E0 | 9B | C6 | |
---|---|---|---|
RGB | 224 | 155 | 198 |
HSL | 323° | 52.67% | 74.31% |
HSB/HSV | 323° | 30.80% | 87.84% |
CMYK | 0.00% | 30.80% | 11.61% |
12.16% |
Color #E09BC6 in popluar number systems.
HEX | E0 | 9B | C6 |
Decimal | 224 | 155 | 198 |
Binary | 11100000 | 10011011 | 11000110 |
Octal | 340 | 233 | 306 |
Shades of #E09BC6
Tints of #E09BC6
Examples of css and html codes for elements with #E09BC6 color. Also use rgb(224,155,198) instead hex code.
.myTextColor { color: #E09BC6; }
<p style="color:#E09BC6">This sample text font color is #E09BC6.</p>
This text font color is #E09BC6.
.myBgColor { background-color: #E09BC6; }
<div style="background-color:#E09BC6">Inner text</div>
This div background color is #E09BC6.
.myBorderColor { border: 1px solid #E09BC6; }
<div style="border:3px solid #E09BC6">Div</div>
This div border color is #E09BC6.
.myOpacity80 { color: #E09BC6; opacity: 0.8; }
<p style="color:#E09BC6;opacity:0.8;">80%</p>
Text with #E09BC6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E09BC6;}
<p style="text-shadow: 3px 3px 1px #E09BC6">Text here.</p>
This text has shadow with #E09BC6 color.
.textShadow {text-shadow: 3px 3px 1px #E09BC6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E09BC6, 5px 5px 20px red">Text here.</p>
This text has shadow with #E09BC6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E09BC6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E09BC6, Direction=45, Strength=4)">Text</p>
This text has shadow with #E09BC6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E09BC6;
-webkit-box-shadow: 1px 1px 3px 2px #E09BC6;
box-shadow: 1px 1px 3px 2px #E09BC6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E09BC6; -webkit-box-shadow: 1px 1px 3px 2px #E09BC6; box-shadow:1px 1px 3px 2px #E09BC6;">
Div content here
</div>
This text has color #E09BC6 on black background.
This text has color #E09BC6 on white background.
This text has black color on #E09BC6 background.
This text has white color on #E09BC6 background.
Complementary color for #hex is #1F6439.