HEX: #E399DB
RGB: (227,153,219)
#E399DB contains mainly red and blue colors. Web safe color of #E399DB is #CC99CC (or #C9C).
#E399DB color RGB value is (227,153,219).
RGB: (227,153,219)
(89%, 60%, 86%)
R 227 of 255 = 89%
G 153 of 255 = 60%
B 219 of 255 = 86%
R + G + B ~ 78%. #E399DB is quite light color.
R + G + B = 227 + 153 + 219 = 599 (100%)
R 227 of 599 ~ 37.9%
G 153 of 599 ~ 25.54%
B 219 of 599 ~ 36.56'%
#E399DB color CMYK value is (0,33,4,11).
CMYK: (0,33,4,11) C0M33Y4K11 (0%,33%,4%,11%) (0.00/0.33/0.04/0.11)
Color #E399DB in popluar color models
E3 | 99 | DB | |
---|---|---|---|
RGB | 227 | 153 | 219 |
HSL | 306° | 56.92% | 74.51% |
HSB/HSV | 306° | 32.60% | 89.02% |
CMYK | 0.00% | 32.60% | 3.52% |
10.98% |
Color #E399DB in popluar number systems.
HEX | E3 | 99 | DB |
Decimal | 227 | 153 | 219 |
Binary | 11100011 | 10011001 | 11011011 |
Octal | 343 | 231 | 333 |
Shades of #E399DB
Tints of #E399DB
Examples of css and html codes for elements with #E399DB color. Also use rgb(227,153,219) instead hex code.
.myTextColor { color: #E399DB; }
<p style="color:#E399DB">This sample text font color is #E399DB.</p>
This text font color is #E399DB.
.myBgColor { background-color: #E399DB; }
<div style="background-color:#E399DB">Inner text</div>
This div background color is #E399DB.
.myBorderColor { border: 1px solid #E399DB; }
<div style="border:3px solid #E399DB">Div</div>
This div border color is #E399DB.
.myOpacity80 { color: #E399DB; opacity: 0.8; }
<p style="color:#E399DB;opacity:0.8;">80%</p>
Text with #E399DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E399DB;}
<p style="text-shadow: 3px 3px 1px #E399DB">Text here.</p>
This text has shadow with #E399DB color.
.textShadow {text-shadow: 3px 3px 1px #E399DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E399DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E399DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E399DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E399DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E399DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E399DB;
-webkit-box-shadow: 1px 1px 3px 2px #E399DB;
box-shadow: 1px 1px 3px 2px #E399DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E399DB; -webkit-box-shadow: 1px 1px 3px 2px #E399DB; box-shadow:1px 1px 3px 2px #E399DB;">
Div content here
</div>
This text has color #E399DB on black background.
This text has color #E399DB on white background.
This text has black color on #E399DB background.
This text has white color on #E399DB background.
Complementary color for #hex is #1C6624.