HEX: #E4969B
RGB: (228,150,155)
#E4969B contains mainly red color. Web safe color of #E4969B is #CC9999 (or #C99).
#E4969B color RGB value is (228,150,155).
RGB: (228,150,155)
(89%, 59%, 61%)
R 228 of 255 = 89%
G 150 of 255 = 59%
B 155 of 255 = 61%
R + G + B ~ 70%. #E4969B is quite light color.
R + G + B = 228 + 150 + 155 = 533 (100%)
R 228 of 533 ~ 42.78%
G 150 of 533 ~ 28.14%
B 155 of 533 ~ 29.08'%
#E4969B color CMYK value is (0,34,32,11).
CMYK: (0,34,32,11)
C0M34Y32K11 (0%, 34%, 32%, 11%)
(0.00 / 0.34 / 0.32 / 0.11)
Color #E4969B in popluar color models
E4 | 96 | 9B | |
---|---|---|---|
RGB | 228 | 150 | 155 |
HSL | 356° | 59.09% | 74.12% |
HSB/HSV | 356° | 34.21% | 89.41% |
CMYK | 0.00% | 34.21% | 32.02% |
10.59% |
Color #E4969B in popluar number systems.
HEX | E4 | 96 | 9B |
Decimal | 228 | 150 | 155 |
Binary | 11100100 | 10010110 | 10011011 |
Octal | 344 | 226 | 233 |
Shades of #E4969B
Tints of #E4969B
Examples of css and html codes for elements with #E4969B color. Also use rgb(228,150,155) instead hex code.
.myTextColor { color: #E4969B; }
<p style="color:#E4969B">This sample text font color is #E4969B.</p>
This text font color is #E4969B.
.myBgColor { background-color: #E4969B; }
<div style="background-color:#E4969B">Inner text</div>
This div background color is #E4969B.
.myBorderColor { border: 1px solid #E4969B; }
<div style="border:3px solid #E4969B">Div</div>
This div border color is #E4969B.
.myOpacity80 { color: #E4969B; opacity: 0.8; }
<p style="color:#E4969B;opacity:0.8;">80%</p>
Text with #E4969B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4969B;}
<p style="text-shadow: 3px 3px 1px #E4969B">Text here.</p>
This text has shadow with #E4969B color.
.textShadow {text-shadow: 3px 3px 1px #E4969B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4969B, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4969B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4969B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4969B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4969B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4969B;
-webkit-box-shadow: 1px 1px 3px 2px #E4969B;
box-shadow: 1px 1px 3px 2px #E4969B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4969B; -webkit-box-shadow: 1px 1px 3px 2px #E4969B; box-shadow:1px 1px 3px 2px #E4969B;">
Div content here
</div>
This text has color #E4969B on black background.
This text has color #E4969B on white background.
This text has black color on #E4969B background.
This text has white color on #E4969B background.
Complementary color for #hex is #1B6964.