HEX: #EBB2ED
RGB: (235,178,237)
#EBB2ED contains red, green and blue colors in about the same proportion. Web safe color of #EBB2ED is #FF99FF (or #F9F).
#EBB2ED color RGB value is (235,178,237).
RGB: (235,178,237)
(92%, 70%, 93%)
R 235 of 255 = 92%
G 178 of 255 = 70%
B 237 of 255 = 93%
R + G + B ~ 85%. #EBB2ED is quite light color.
R + G + B = 235 + 178 + 237 = 650 (100%)
R 235 of 650 ~ 36.15%
G 178 of 650 ~ 27.38%
B 237 of 650 ~ 36.46'%
#EBB2ED color CMYK value is (1,25,0,7).
CMYK: (1,25,0,7) C1M25Y0K7 (1%,25%,0%,7%) (0.01/0.25/0.00/0.07)
Color #EBB2ED in popluar color models
EB | B2 | ED | |
---|---|---|---|
RGB | 235 | 178 | 237 |
HSL | 298° | 62.11% | 81.37% |
HSB/HSV | 298° | 24.89% | 92.94% |
CMYK | 0.84% | 24.89% | 0.00% |
7.06% |
Color #EBB2ED in popluar number systems.
HEX | EB | B2 | ED |
Decimal | 235 | 178 | 237 |
Binary | 11101011 | 10110010 | 11101101 |
Octal | 353 | 262 | 355 |
Shades of #EBB2ED
Tints of #EBB2ED
Examples of css and html codes for elements with #EBB2ED color. Also use rgb(235,178,237) instead hex code.
.myTextColor { color: #EBB2ED; }
<p style="color:#EBB2ED">This sample text font color is #EBB2ED.</p>
This text font color is #EBB2ED.
.myBgColor { background-color: #EBB2ED; }
<div style="background-color:#EBB2ED">Inner text</div>
This div background color is #EBB2ED.
.myBorderColor { border: 1px solid #EBB2ED; }
<div style="border:3px solid #EBB2ED">Div</div>
This div border color is #EBB2ED.
.myOpacity80 { color: #EBB2ED; opacity: 0.8; }
<p style="color:#EBB2ED;opacity:0.8;">80%</p>
Text with #EBB2ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBB2ED;}
<p style="text-shadow: 3px 3px 1px #EBB2ED">Text here.</p>
This text has shadow with #EBB2ED color.
.textShadow {text-shadow: 3px 3px 1px #EBB2ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBB2ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBB2ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBB2ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBB2ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBB2ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBB2ED;
-webkit-box-shadow: 1px 1px 3px 2px #EBB2ED;
box-shadow: 1px 1px 3px 2px #EBB2ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBB2ED; -webkit-box-shadow: 1px 1px 3px 2px #EBB2ED; box-shadow:1px 1px 3px 2px #EBB2ED;">
Div content here
</div>
This text has color #EBB2ED on black background.
This text has color #EBB2ED on white background.
This text has black color on #EBB2ED background.
This text has white color on #EBB2ED background.
Complementary color for #hex is #144D12.