#E30B5D color RGB value is (14, 48, 181).
#E30B5D hex color red value is 14, green value is 48, and blue value is 181.
Cylindrical-coordinate representations (HSL) of color #E30B5D
hue: 227.78,
saturation: 0.86 and lightness: 0.38.
The process color (four-color CMYK) of #E30B5D color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #E30B5D is #ff9999. Color #E30B5D contains mainly RED.
Color spaces of #E30B5D | Value |
---|---|
RGB | 227, 11, 93 |
HSL | 0.94, 0.91, 0.47 |
HSV | 337°, 95°, 89° |
XYZ | 33.78, 17.37, 11.93 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 1011 | 1011101 |
Octal | 343 | 13 | 135 |
Decimal | 227 | 11 | 93 |
Hex | E3 | B | 5D |
Shades of #E30B5D
Tints of #E30B5D
.mybgColor {background-color: #E30B5D;} .myforeColor {color: #E30B5D;} .myborderColor {border:3px solid #E30B5D;}
<p style="color:#E30B5D">Text here</p>
This sample text is styled with the font color #E30B5D. 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:#E30B5D">Div content here</div>
<div style="border:3px solid #E30B5D">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227, 11, 93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #E30B5D; } .divShadow { -moz-box-shadow: 1px 1px 3px #E30B5D; -webkit-box-shadow: 1px 1px 3px #E30B5D; box-shadow: 1px 1px 3px #E30B5D; }
<p style="text-shadow: 4px 4px 2px rgba(227, 11, 93, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #E30B5D;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #E30B5D;
-webkit-box-shadow: 1px 1px 3px #E30B5D;
box-shadow: 1px 1px 3px #E30B5D;">Div content here</div>