HEX: #EB465C
RGB: (235,70,92)
#EB465C contains mainly red color. Web safe color of #EB465C is #FF3366 (or #F36).
#EB465C color RGB value is (235,70,92).
RGB: (235,70,92)
(92%, 27%, 36%)
R 235 of 255 = 92%
G 70 of 255 = 27%
B 92 of 255 = 36%
R + G + B ~ 52%. #EB465C is middle color (not dark and not light).
R + G + B = 235 + 70 + 92 = 397 (100%)
R 235 of 397 ~ 59.19%
G 70 of 397 ~ 17.63%
B 92 of 397 ~ 23.17'%
#EB465C color CMYK value is (0,70,61,8).
CMYK: (0,70,61,8)
C0M70Y61K8 (0%, 70%, 61%, 8%)
(0.00 / 0.70 / 0.61 / 0.08)
Color #EB465C in popluar color models
EB | 46 | 5C | |
---|---|---|---|
RGB | 235 | 70 | 92 |
HSL | 352° | 80.49% | 59.80% |
HSB/HSV | 352° | 70.21% | 92.16% |
CMYK | 0.00% | 70.21% | 60.85% |
7.84% |
Color #EB465C in popluar number systems.
HEX | EB | 46 | 5C |
Decimal | 235 | 70 | 92 |
Binary | 11101011 | 1000110 | 1011100 |
Octal | 353 | 106 | 134 |
Shades of #EB465C
Tints of #EB465C
Examples of css and html codes for elements with #EB465C color. Also use rgb(235,70,92) instead hex code.
.myTextColor { color: #EB465C; }
<p style="color:#EB465C">This sample text font color is #EB465C.</p>
This text font color is #EB465C.
.myBgColor { background-color: #EB465C; }
<div style="background-color:#EB465C">Inner text</div>
This div background color is #EB465C.
.myBorderColor { border: 1px solid #EB465C; }
<div style="border:3px solid #EB465C">Div</div>
This div border color is #EB465C.
.myOpacity80 { color: #EB465C; opacity: 0.8; }
<p style="color:#EB465C;opacity:0.8;">80%</p>
Text with #EB465C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB465C;}
<p style="text-shadow: 3px 3px 1px #EB465C">Text here.</p>
This text has shadow with #EB465C color.
.textShadow {text-shadow: 3px 3px 1px #EB465C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB465C, 5px 5px 20px red">Text here.</p>
This text has shadow with #EB465C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB465C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB465C, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB465C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB465C;
-webkit-box-shadow: 1px 1px 3px 2px #EB465C;
box-shadow: 1px 1px 3px 2px #EB465C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB465C; -webkit-box-shadow: 1px 1px 3px 2px #EB465C; box-shadow:1px 1px 3px 2px #EB465C;">
Div content here
</div>
This text has color #EB465C on black background.
This text has color #EB465C on white background.
This text has black color on #EB465C background.
This text has white color on #EB465C background.
Complementary color for #hex is #14B9A3.