HEX: #E06DA6
RGB: (224,109,166)
#E06DA6 contains mainly red and blue colors. Web safe color of #E06DA6 is #CC6699 (or #C69).
#E06DA6 color RGB value is (224,109,166).
RGB: (224,109,166)
(88%, 43%, 65%)
R 224 of 255 = 88%
G 109 of 255 = 43%
B 166 of 255 = 65%
R + G + B ~ 65%. #E06DA6 is quite light color.
R + G + B = 224 + 109 + 166 = 499 (100%)
R 224 of 499 ~ 44.89%
G 109 of 499 ~ 21.84%
B 166 of 499 ~ 33.27'%
#E06DA6 color CMYK value is (0,51,26,12).
CMYK: (0,51,26,12)
C0M51Y26K12 (0%, 51%, 26%, 12%)
(0.00 / 0.51 / 0.26 / 0.12)
Color #E06DA6 in popluar color models
E0 | 6D | A6 | |
---|---|---|---|
RGB | 224 | 109 | 166 |
HSL | 330° | 64.97% | 65.29% |
HSB/HSV | 330° | 51.34% | 87.84% |
CMYK | 0.00% | 51.34% | 25.89% |
12.16% |
Color #E06DA6 in popluar number systems.
HEX | E0 | 6D | A6 |
Decimal | 224 | 109 | 166 |
Binary | 11100000 | 1101101 | 10100110 |
Octal | 340 | 155 | 246 |
Shades of #E06DA6
Tints of #E06DA6
Examples of css and html codes for elements with #E06DA6 color. Also use rgb(224,109,166) instead hex code.
.myTextColor { color: #E06DA6; }
<p style="color:#E06DA6">This sample text font color is #E06DA6.</p>
This text font color is #E06DA6.
.myBgColor { background-color: #E06DA6; }
<div style="background-color:#E06DA6">Inner text</div>
This div background color is #E06DA6.
.myBorderColor { border: 1px solid #E06DA6; }
<div style="border:3px solid #E06DA6">Div</div>
This div border color is #E06DA6.
.myOpacity80 { color: #E06DA6; opacity: 0.8; }
<p style="color:#E06DA6;opacity:0.8;">80%</p>
Text with #E06DA6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E06DA6;}
<p style="text-shadow: 3px 3px 1px #E06DA6">Text here.</p>
This text has shadow with #E06DA6 color.
.textShadow {text-shadow: 3px 3px 1px #E06DA6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E06DA6, 5px 5px 20px red">Text here.</p>
This text has shadow with #E06DA6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E06DA6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E06DA6, Direction=45, Strength=4)">Text</p>
This text has shadow with #E06DA6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E06DA6;
-webkit-box-shadow: 1px 1px 3px 2px #E06DA6;
box-shadow: 1px 1px 3px 2px #E06DA6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E06DA6; -webkit-box-shadow: 1px 1px 3px 2px #E06DA6; box-shadow:1px 1px 3px 2px #E06DA6;">
Div content here
</div>
This text has color #E06DA6 on black background.
This text has color #E06DA6 on white background.
This text has black color on #E06DA6 background.
This text has white color on #E06DA6 background.
Complementary color for #hex is #1F9259.