#EB4C42 color RGB value is (14, 180, 196).
#EB4C42 hex color red value is 14, green value is 180, and blue value is 196.
Cylindrical-coordinate representations (HSL) of color #EB4C42
hue: 185.27,
saturation: 0.87 and lightness: 0.41.
The process color (four-color CMYK) of #EB4C42 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #EB4C42 is #ff9999. Color #EB4C42 contains mainly RED.
Color spaces of #EB4C42 | Value |
---|---|
RGB | 235, 76, 66 |
HSL | 0.01, 0.81, 0.59 |
HSV | 4°, 72°, 92° |
XYZ | 37.83, 23.23, 7.64 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 1001100 | 1000010 |
Octal | 353 | 114 | 102 |
Decimal | 235 | 76 | 66 |
Hex | EB | 4C | 42 |
Shades of #EB4C42
Tints of #EB4C42
.mybgColor {background-color: #EB4C42;} .myforeColor {color: #EB4C42;} .myborderColor {border:3px solid #EB4C42;}
<p style="color:#EB4C42">Text here</p>
This sample text is styled with the font color #EB4C42. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#EB4C42">Div content here</div>
<div style="border:3px solid #EB4C42">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235, 76, 66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #EB4C42; } .divShadow { -moz-box-shadow: 1px 1px 3px #EB4C42; -webkit-box-shadow: 1px 1px 3px #EB4C42; box-shadow: 1px 1px 3px #EB4C42; }
<p style="text-shadow: 4px 4px 2px rgba(235, 76, 66, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #EB4C42;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #EB4C42;
-webkit-box-shadow: 1px 1px 3px #EB4C42;
box-shadow: 1px 1px 3px #EB4C42;">Div content here</div>