HEX: #EE7BAB
RGB: (238,123,171)
#EE7BAB contains mainly red color. Web safe color of #EE7BAB is #FF6699 (or #F69).
#EE7BAB color RGB value is (238,123,171).
RGB: (238,123,171)
(93%, 48%, 67%)
R 238 of 255 = 93%
G 123 of 255 = 48%
B 171 of 255 = 67%
R + G + B ~ 69%. #EE7BAB is quite light color.
R + G + B = 238 + 123 + 171 = 532 (100%)
R 238 of 532 ~ 44.74%
G 123 of 532 ~ 23.12%
B 171 of 532 ~ 32.14'%
#EE7BAB color CMYK value is (0,48,28,7).
CMYK: (0,48,28,7)
C0M48Y28K7 (0%, 48%, 28%, 7%)
(0.00 / 0.48 / 0.28 / 0.07)
Color #EE7BAB in popluar color models
EE | 7B | AB | |
---|---|---|---|
RGB | 238 | 123 | 171 |
HSL | 335° | 77.18% | 70.78% |
HSB/HSV | 335° | 48.32% | 93.33% |
CMYK | 0.00% | 48.32% | 28.15% |
6.67% |
Color #EE7BAB in popluar number systems.
HEX | EE | 7B | AB |
Decimal | 238 | 123 | 171 |
Binary | 11101110 | 1111011 | 10101011 |
Octal | 356 | 173 | 253 |
Shades of #EE7BAB
Tints of #EE7BAB
Examples of css and html codes for elements with #EE7BAB color. Also use rgb(238,123,171) instead hex code.
.myTextColor { color: #EE7BAB; }
<p style="color:#EE7BAB">This sample text font color is #EE7BAB.</p>
This text font color is #EE7BAB.
.myBgColor { background-color: #EE7BAB; }
<div style="background-color:#EE7BAB">Inner text</div>
This div background color is #EE7BAB.
.myBorderColor { border: 1px solid #EE7BAB; }
<div style="border:3px solid #EE7BAB">Div</div>
This div border color is #EE7BAB.
.myOpacity80 { color: #EE7BAB; opacity: 0.8; }
<p style="color:#EE7BAB;opacity:0.8;">80%</p>
Text with #EE7BAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE7BAB;}
<p style="text-shadow: 3px 3px 1px #EE7BAB">Text here.</p>
This text has shadow with #EE7BAB color.
.textShadow {text-shadow: 3px 3px 1px #EE7BAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE7BAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EE7BAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE7BAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE7BAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE7BAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EE7BAB;
-webkit-box-shadow: 1px 1px 3px 2px #EE7BAB;
box-shadow: 1px 1px 3px 2px #EE7BAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE7BAB; -webkit-box-shadow: 1px 1px 3px 2px #EE7BAB; box-shadow:1px 1px 3px 2px #EE7BAB;">
Div content here
</div>
This text has color #EE7BAB on black background.
This text has color #EE7BAB on white background.
This text has black color on #EE7BAB background.
This text has white color on #EE7BAB background.
Complementary color for #hex is #118454.