HEX: #E6638B
RGB: (230,99,139)
#E6638B contains mainly red color. Web safe color of #E6638B is #CC6699 (or #C69).
#E6638B color RGB value is (230,99,139).
RGB: (230,99,139)
(90%, 39%, 55%)
R 230 of 255 = 90%
G 99 of 255 = 39%
B 139 of 255 = 55%
R + G + B ~ 61%. #E6638B is quite light color.
R + G + B = 230 + 99 + 139 = 468 (100%)
R 230 of 468 ~ 49.15%
G 99 of 468 ~ 21.15%
B 139 of 468 ~ 29.7'%
#E6638B color CMYK value is (0,57,40,10).
CMYK: (0,57,40,10)
C0M57Y40K10 (0%, 57%, 40%, 10%)
(0.00 / 0.57 / 0.40 / 0.10)
Color #E6638B in popluar color models
E6 | 63 | 8B | |
---|---|---|---|
RGB | 230 | 99 | 139 |
HSL | 342° | 72.38% | 64.51% |
HSB/HSV | 342° | 56.96% | 90.20% |
CMYK | 0.00% | 56.96% | 39.57% |
9.80% |
Color #E6638B in popluar number systems.
HEX | E6 | 63 | 8B |
Decimal | 230 | 99 | 139 |
Binary | 11100110 | 1100011 | 10001011 |
Octal | 346 | 143 | 213 |
Shades of #E6638B
Tints of #E6638B
Examples of css and html codes for elements with #E6638B color. Also use rgb(230,99,139) instead hex code.
.myTextColor { color: #E6638B; }
<p style="color:#E6638B">This sample text font color is #E6638B.</p>
This text font color is #E6638B.
.myBgColor { background-color: #E6638B; }
<div style="background-color:#E6638B">Inner text</div>
This div background color is #E6638B.
.myBorderColor { border: 1px solid #E6638B; }
<div style="border:3px solid #E6638B">Div</div>
This div border color is #E6638B.
.myOpacity80 { color: #E6638B; opacity: 0.8; }
<p style="color:#E6638B;opacity:0.8;">80%</p>
Text with #E6638B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6638B;}
<p style="text-shadow: 3px 3px 1px #E6638B">Text here.</p>
This text has shadow with #E6638B color.
.textShadow {text-shadow: 3px 3px 1px #E6638B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6638B, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6638B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6638B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6638B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6638B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6638B;
-webkit-box-shadow: 1px 1px 3px 2px #E6638B;
box-shadow: 1px 1px 3px 2px #E6638B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6638B; -webkit-box-shadow: 1px 1px 3px 2px #E6638B; box-shadow:1px 1px 3px 2px #E6638B;">
Div content here
</div>
This text has color #E6638B on black background.
This text has color #E6638B on white background.
This text has black color on #E6638B background.
This text has white color on #E6638B background.
Complementary color for #hex is #199C74.