HEX: #E690BB
RGB: (230,144,187)
#E690BB contains mainly red and blue colors. Web safe color of #E690BB is #CC99CC (or #C9C).
#E690BB color RGB value is (230,144,187).
RGB: (230,144,187)
(90%, 56%, 73%)
R 230 of 255 = 90%
G 144 of 255 = 56%
B 187 of 255 = 73%
R + G + B ~ 73%. #E690BB is quite light color.
R + G + B = 230 + 144 + 187 = 561 (100%)
R 230 of 561 ~ 41%
G 144 of 561 ~ 25.67%
B 187 of 561 ~ 33.33'%
#E690BB color CMYK value is (0,37,19,10).
CMYK: (0,37,19,10)
C0M37Y19K10 (0%, 37%, 19%, 10%)
(0.00 / 0.37 / 0.19 / 0.10)
Color #E690BB in popluar color models
E6 | 90 | BB | |
---|---|---|---|
RGB | 230 | 144 | 187 |
HSL | 330° | 63.24% | 73.33% |
HSB/HSV | 330° | 37.39% | 90.20% |
CMYK | 0.00% | 37.39% | 18.70% |
9.80% |
Color #E690BB in popluar number systems.
HEX | E6 | 90 | BB |
Decimal | 230 | 144 | 187 |
Binary | 11100110 | 10010000 | 10111011 |
Octal | 346 | 220 | 273 |
Shades of #E690BB
Tints of #E690BB
Examples of css and html codes for elements with #E690BB color. Also use rgb(230,144,187) instead hex code.
.myTextColor { color: #E690BB; }
<p style="color:#E690BB">This sample text font color is #E690BB.</p>
This text font color is #E690BB.
.myBgColor { background-color: #E690BB; }
<div style="background-color:#E690BB">Inner text</div>
This div background color is #E690BB.
.myBorderColor { border: 1px solid #E690BB; }
<div style="border:3px solid #E690BB">Div</div>
This div border color is #E690BB.
.myOpacity80 { color: #E690BB; opacity: 0.8; }
<p style="color:#E690BB;opacity:0.8;">80%</p>
Text with #E690BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E690BB;}
<p style="text-shadow: 3px 3px 1px #E690BB">Text here.</p>
This text has shadow with #E690BB color.
.textShadow {text-shadow: 3px 3px 1px #E690BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E690BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E690BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E690BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E690BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E690BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E690BB;
-webkit-box-shadow: 1px 1px 3px 2px #E690BB;
box-shadow: 1px 1px 3px 2px #E690BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E690BB; -webkit-box-shadow: 1px 1px 3px 2px #E690BB; box-shadow:1px 1px 3px 2px #E690BB;">
Div content here
</div>
This text has color #E690BB on black background.
This text has color #E690BB on white background.
This text has black color on #E690BB background.
This text has white color on #E690BB background.
Complementary color for #hex is #196F44.