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