HEX: #E4BEEB
RGB: (228,190,235)
#E4BEEB contains red, green and blue colors in about the same proportion. Web safe color of #E4BEEB is #CCCCFF (or #CCF).
#E4BEEB color RGB value is (228,190,235).
RGB: (228,190,235)
(89%, 75%, 92%)
R 228 of 255 = 89%
G 190 of 255 = 75%
B 235 of 255 = 92%
R + G + B ~ 85%. #E4BEEB is quite light color.
R + G + B = 228 + 190 + 235 = 653 (100%)
R 228 of 653 ~ 34.92%
G 190 of 653 ~ 29.1%
B 235 of 653 ~ 35.99'%
#E4BEEB color CMYK value is (3,19,0,8).
CMYK: (3,19,0,8) C3M19Y0K8 (3%,19%,0%,8%) (0.03/0.19/0.00/0.08)
Color #E4BEEB in popluar color models
E4 | BE | EB | |
---|---|---|---|
RGB | 228 | 190 | 235 |
HSL | 291° | 52.94% | 83.33% |
HSB/HSV | 291° | 19.15% | 92.16% |
CMYK | 2.98% | 19.15% | 0.00% |
7.84% |
Color #E4BEEB in popluar number systems.
HEX | E4 | BE | EB |
Decimal | 228 | 190 | 235 |
Binary | 11100100 | 10111110 | 11101011 |
Octal | 344 | 276 | 353 |
Shades of #E4BEEB
Tints of #E4BEEB
Examples of css and html codes for elements with #E4BEEB color. Also use rgb(228,190,235) instead hex code.
.myTextColor { color: #E4BEEB; }
<p style="color:#E4BEEB">This sample text font color is #E4BEEB.</p>
This text font color is #E4BEEB.
.myBgColor { background-color: #E4BEEB; }
<div style="background-color:#E4BEEB">Inner text</div>
This div background color is #E4BEEB.
.myBorderColor { border: 1px solid #E4BEEB; }
<div style="border:3px solid #E4BEEB">Div</div>
This div border color is #E4BEEB.
.myOpacity80 { color: #E4BEEB; opacity: 0.8; }
<p style="color:#E4BEEB;opacity:0.8;">80%</p>
Text with #E4BEEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4BEEB;}
<p style="text-shadow: 3px 3px 1px #E4BEEB">Text here.</p>
This text has shadow with #E4BEEB color.
.textShadow {text-shadow: 3px 3px 1px #E4BEEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4BEEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4BEEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4BEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4BEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4BEEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4BEEB;
-webkit-box-shadow: 1px 1px 3px 2px #E4BEEB;
box-shadow: 1px 1px 3px 2px #E4BEEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4BEEB; -webkit-box-shadow: 1px 1px 3px 2px #E4BEEB; box-shadow:1px 1px 3px 2px #E4BEEB;">
Div content here
</div>
This text has color #E4BEEB on black background.
This text has color #E4BEEB on white background.
This text has black color on #E4BEEB background.
This text has white color on #E4BEEB background.
Complementary color for #hex is #1B4114.