HEX: #E5C1EB
RGB: (229,193,235)
#E5C1EB contains red, green and blue colors in about the same proportion. Web safe color of #E5C1EB is #CCCCFF (or #CCF).
#E5C1EB color RGB value is (229,193,235).
RGB: (229,193,235)
(90%, 76%, 92%)
R 229 of 255 = 90%
G 193 of 255 = 76%
B 235 of 255 = 92%
R + G + B ~ 86%. #E5C1EB is light color.
R + G + B = 229 + 193 + 235 = 657 (100%)
R 229 of 657 ~ 34.86%
G 193 of 657 ~ 29.38%
B 235 of 657 ~ 35.77'%
#E5C1EB color CMYK value is (3,18,0,8).
CMYK: (3,18,0,8)
C3M18Y0K8 (3%, 18%, 0%, 8%)
(0.03 / 0.18 / 0.00 / 0.08)
Color #E5C1EB in popluar color models
E5 | C1 | EB | |
---|---|---|---|
RGB | 229 | 193 | 235 |
HSL | 291° | 51.22% | 83.92% |
HSB/HSV | 291° | 17.87% | 92.16% |
CMYK | 2.55% | 17.87% | 0.00% |
7.84% |
Color #E5C1EB in popluar number systems.
HEX | E5 | C1 | EB |
Decimal | 229 | 193 | 235 |
Binary | 11100101 | 11000001 | 11101011 |
Octal | 345 | 301 | 353 |
Shades of #E5C1EB
Tints of #E5C1EB
Examples of css and html codes for elements with #E5C1EB color. Also use rgb(229,193,235) instead hex code.
.myTextColor { color: #E5C1EB; }
<p style="color:#E5C1EB">This sample text font color is #E5C1EB.</p>
This text font color is #E5C1EB.
.myBgColor { background-color: #E5C1EB; }
<div style="background-color:#E5C1EB">Inner text</div>
This div background color is #E5C1EB.
.myBorderColor { border: 1px solid #E5C1EB; }
<div style="border:3px solid #E5C1EB">Div</div>
This div border color is #E5C1EB.
.myOpacity80 { color: #E5C1EB; opacity: 0.8; }
<p style="color:#E5C1EB;opacity:0.8;">80%</p>
Text with #E5C1EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5C1EB;}
<p style="text-shadow: 3px 3px 1px #E5C1EB">Text here.</p>
This text has shadow with #E5C1EB color.
.textShadow {text-shadow: 3px 3px 1px #E5C1EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5C1EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5C1EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5C1EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5C1EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5C1EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5C1EB;
-webkit-box-shadow: 1px 1px 3px 2px #E5C1EB;
box-shadow: 1px 1px 3px 2px #E5C1EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5C1EB; -webkit-box-shadow: 1px 1px 3px 2px #E5C1EB; box-shadow:1px 1px 3px 2px #E5C1EB;">
Div content here
</div>
This text has color #E5C1EB on black background.
This text has color #E5C1EB on white background.
This text has black color on #E5C1EB background.
This text has white color on #E5C1EB background.
Complementary color for #hex is #1A3E14.