HEX: #E60B59
RGB: (230,11,89)
#E60B59 contains mainly red color. Web safe color of #E60B59 is #CC0066 (or #C06).
#E60B59 color RGB value is (230,11,89).
RGB: (230,11,89)
(90%, 4%, 35%)
R 230 of 255 = 90%
G 11 of 255 = 4%
B 89 of 255 = 35%
R + G + B ~ 43%. #E60B59 is middle color (not dark and not light).
R + G + B = 230 + 11 + 89 = 330 (100%)
R 230 of 330 ~ 69.7%
G 11 of 330 ~ 3.33%
B 89 of 330 ~ 26.97'%
#E60B59 color CMYK value is (0,95,61,10).
CMYK: (0,95,61,10) C0M95Y61K10 (0%,95%,61%,10%) (0.00/0.95/0.61/0.10)
Color #E60B59 in popluar color models
E6 | 0B | 59 | |
---|---|---|---|
RGB | 230 | 11 | 89 |
HSL | 339° | 90.87% | 47.25% |
HSB/HSV | 339° | 95.22% | 90.20% |
CMYK | 0.00% | 95.22% | 61.30% |
9.80% |
Color #E60B59 in popluar number systems.
HEX | E6 | 0B | 59 |
Decimal | 230 | 11 | 89 |
Binary | 11100110 | 1011 | 1011001 |
Octal | 346 | 13 | 131 |
Shades of #E60B59
Tints of #E60B59
Examples of css and html codes for elements with #E60B59 color. Also use rgb(230,11,89) instead hex code.
.myTextColor { color: #E60B59; }
<p style="color:#E60B59">This sample text font color is #E60B59.</p>
This text font color is #E60B59.
.myBgColor { background-color: #E60B59; }
<div style="background-color:#E60B59">Inner text</div>
This div background color is #E60B59.
.myBorderColor { border: 1px solid #E60B59; }
<div style="border:3px solid #E60B59">Div</div>
This div border color is #E60B59.
.myOpacity80 { color: #E60B59; opacity: 0.8; }
<p style="color:#E60B59;opacity:0.8;">80%</p>
Text with #E60B59 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E60B59;}
<p style="text-shadow: 3px 3px 1px #E60B59">Text here.</p>
This text has shadow with #E60B59 color.
.textShadow {text-shadow: 3px 3px 1px #E60B59', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E60B59, 5px 5px 20px red">Text here.</p>
This text has shadow with #E60B59 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E60B59, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E60B59, Direction=45, Strength=4)">Text</p>
This text has shadow with #E60B59 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E60B59;
-webkit-box-shadow: 1px 1px 3px 2px #E60B59;
box-shadow: 1px 1px 3px 2px #E60B59;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E60B59; -webkit-box-shadow: 1px 1px 3px 2px #E60B59; box-shadow:1px 1px 3px 2px #E60B59;">
Div content here
</div>
This text has color #E60B59 on black background.
This text has color #E60B59 on white background.
This text has black color on #E60B59 background.
This text has white color on #E60B59 background.
Complementary color for #hex is #19F4A6.