HEX: #EEB4EB
RGB: (238,180,235)
#EEB4EB contains red, green and blue colors in about the same proportion. Web safe color of #EEB4EB is #FFCCFF (or #FCF).
#EEB4EB color RGB value is (238,180,235).
RGB: (238,180,235)
(93%, 71%, 92%)
R 238 of 255 = 93%
G 180 of 255 = 71%
B 235 of 255 = 92%
R + G + B ~ 85%. #EEB4EB is quite light color.
R + G + B = 238 + 180 + 235 = 653 (100%)
R 238 of 653 ~ 36.45%
G 180 of 653 ~ 27.57%
B 235 of 653 ~ 35.99'%
#EEB4EB color CMYK value is (0,24,1,7).
CMYK: (0,24,1,7)
C0M24Y1K7 (0%, 24%, 1%, 7%)
(0.00 / 0.24 / 0.01 / 0.07)
Color #EEB4EB in popluar color models
EE | B4 | EB | |
---|---|---|---|
RGB | 238 | 180 | 235 |
HSL | 303° | 63.04% | 81.96% |
HSB/HSV | 303° | 24.37% | 93.33% |
CMYK | 0.00% | 24.37% | 1.26% |
6.67% |
Color #EEB4EB in popluar number systems.
HEX | EE | B4 | EB |
Decimal | 238 | 180 | 235 |
Binary | 11101110 | 10110100 | 11101011 |
Octal | 356 | 264 | 353 |
Shades of #EEB4EB
Tints of #EEB4EB
Examples of css and html codes for elements with #EEB4EB color. Also use rgb(238,180,235) instead hex code.
.myTextColor { color: #EEB4EB; }
<p style="color:#EEB4EB">This sample text font color is #EEB4EB.</p>
This text font color is #EEB4EB.
.myBgColor { background-color: #EEB4EB; }
<div style="background-color:#EEB4EB">Inner text</div>
This div background color is #EEB4EB.
.myBorderColor { border: 1px solid #EEB4EB; }
<div style="border:3px solid #EEB4EB">Div</div>
This div border color is #EEB4EB.
.myOpacity80 { color: #EEB4EB; opacity: 0.8; }
<p style="color:#EEB4EB;opacity:0.8;">80%</p>
Text with #EEB4EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEB4EB;}
<p style="text-shadow: 3px 3px 1px #EEB4EB">Text here.</p>
This text has shadow with #EEB4EB color.
.textShadow {text-shadow: 3px 3px 1px #EEB4EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEB4EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEB4EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEB4EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEB4EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEB4EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEB4EB;
-webkit-box-shadow: 1px 1px 3px 2px #EEB4EB;
box-shadow: 1px 1px 3px 2px #EEB4EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEB4EB; -webkit-box-shadow: 1px 1px 3px 2px #EEB4EB; box-shadow:1px 1px 3px 2px #EEB4EB;">
Div content here
</div>
This text has color #EEB4EB on black background.
This text has color #EEB4EB on white background.
This text has black color on #EEB4EB background.
This text has white color on #EEB4EB background.
Complementary color for #hex is #114B14.