HEX: #E199DA
RGB: (225,153,218)
#E199DA contains mainly red and blue colors. Web safe color of #E199DA is #CC99CC (or #C9C).
#E199DA color RGB value is (225,153,218).
RGB: (225,153,218)
(88%, 60%, 85%)
R 225 of 255 = 88%
G 153 of 255 = 60%
B 218 of 255 = 85%
R + G + B ~ 78%. #E199DA is quite light color.
R + G + B = 225 + 153 + 218 = 596 (100%)
R 225 of 596 ~ 37.75%
G 153 of 596 ~ 25.67%
B 218 of 596 ~ 36.58'%
#E199DA color CMYK value is (0,32,3,12).
CMYK: (0,32,3,12) C0M32Y3K12 (0%,32%,3%,12%) (0.00/0.32/0.03/0.12)
Color #E199DA in popluar color models
E1 | 99 | DA | |
---|---|---|---|
RGB | 225 | 153 | 218 |
HSL | 306° | 54.55% | 74.12% |
HSB/HSV | 306° | 32.00% | 88.24% |
CMYK | 0.00% | 32.00% | 3.11% |
11.76% |
Color #E199DA in popluar number systems.
HEX | E1 | 99 | DA |
Decimal | 225 | 153 | 218 |
Binary | 11100001 | 10011001 | 11011010 |
Octal | 341 | 231 | 332 |
Shades of #E199DA
Tints of #E199DA
Examples of css and html codes for elements with #E199DA color. Also use rgb(225,153,218) instead hex code.
.myTextColor { color: #E199DA; }
<p style="color:#E199DA">This sample text font color is #E199DA.</p>
This text font color is #E199DA.
.myBgColor { background-color: #E199DA; }
<div style="background-color:#E199DA">Inner text</div>
This div background color is #E199DA.
.myBorderColor { border: 1px solid #E199DA; }
<div style="border:3px solid #E199DA">Div</div>
This div border color is #E199DA.
.myOpacity80 { color: #E199DA; opacity: 0.8; }
<p style="color:#E199DA;opacity:0.8;">80%</p>
Text with #E199DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E199DA;}
<p style="text-shadow: 3px 3px 1px #E199DA">Text here.</p>
This text has shadow with #E199DA color.
.textShadow {text-shadow: 3px 3px 1px #E199DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E199DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E199DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E199DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E199DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E199DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E199DA;
-webkit-box-shadow: 1px 1px 3px 2px #E199DA;
box-shadow: 1px 1px 3px 2px #E199DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E199DA; -webkit-box-shadow: 1px 1px 3px 2px #E199DA; box-shadow:1px 1px 3px 2px #E199DA;">
Div content here
</div>
This text has color #E199DA on black background.
This text has color #E199DA on white background.
This text has black color on #E199DA background.
This text has white color on #E199DA background.
Complementary color for #hex is #1E6625.