HEX: #EB9DDA
RGB: (235,157,218)
#EB9DDA contains mainly red and blue colors. Web safe color of #EB9DDA is #FF99CC (or #F9C).
#EB9DDA color RGB value is (235,157,218).
RGB: (235,157,218)
(92%, 62%, 85%)
R 235 of 255 = 92%
G 157 of 255 = 62%
B 218 of 255 = 85%
R + G + B ~ 80%. #EB9DDA is quite light color.
R + G + B = 235 + 157 + 218 = 610 (100%)
R 235 of 610 ~ 38.52%
G 157 of 610 ~ 25.74%
B 218 of 610 ~ 35.74'%
#EB9DDA color CMYK value is (0,33,7,8).
CMYK: (0,33,7,8)
C0M33Y7K8 (0%, 33%, 7%, 8%)
(0.00 / 0.33 / 0.07 / 0.08)
Color #EB9DDA in popluar color models
EB | 9D | DA | |
---|---|---|---|
RGB | 235 | 157 | 218 |
HSL | 313° | 66.10% | 76.86% |
HSB/HSV | 313° | 33.19% | 92.16% |
CMYK | 0.00% | 33.19% | 7.23% |
7.84% |
Color #EB9DDA in popluar number systems.
HEX | EB | 9D | DA |
Decimal | 235 | 157 | 218 |
Binary | 11101011 | 10011101 | 11011010 |
Octal | 353 | 235 | 332 |
Shades of #EB9DDA
Tints of #EB9DDA
Examples of css and html codes for elements with #EB9DDA color. Also use rgb(235,157,218) instead hex code.
.myTextColor { color: #EB9DDA; }
<p style="color:#EB9DDA">This sample text font color is #EB9DDA.</p>
This text font color is #EB9DDA.
.myBgColor { background-color: #EB9DDA; }
<div style="background-color:#EB9DDA">Inner text</div>
This div background color is #EB9DDA.
.myBorderColor { border: 1px solid #EB9DDA; }
<div style="border:3px solid #EB9DDA">Div</div>
This div border color is #EB9DDA.
.myOpacity80 { color: #EB9DDA; opacity: 0.8; }
<p style="color:#EB9DDA;opacity:0.8;">80%</p>
Text with #EB9DDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB9DDA;}
<p style="text-shadow: 3px 3px 1px #EB9DDA">Text here.</p>
This text has shadow with #EB9DDA color.
.textShadow {text-shadow: 3px 3px 1px #EB9DDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB9DDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EB9DDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB9DDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB9DDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB9DDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB9DDA;
-webkit-box-shadow: 1px 1px 3px 2px #EB9DDA;
box-shadow: 1px 1px 3px 2px #EB9DDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB9DDA; -webkit-box-shadow: 1px 1px 3px 2px #EB9DDA; box-shadow:1px 1px 3px 2px #EB9DDA;">
Div content here
</div>
This text has color #EB9DDA on black background.
This text has color #EB9DDA on white background.
This text has black color on #EB9DDA background.
This text has white color on #EB9DDA background.
Complementary color for #hex is #146225.