color details

Color Details
#E30B5D Color Hex

#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
Color spaces of #E30B5DValue
RGB227, 11, 93
HSL0.94, 0.91, 0.47
HSV337°, 95°, 89°
XYZ33.78, 17.37, 11.93
Base Numbers
Base Red Green Blue
Binary 11100011 1011 1011101
Octal 343 13 135
Decimal 227 11 93
Hex E3 B 5D

RGB Percentages for Color #E30B5D

68.58%
3.32%
28.1%

CMYK Percentages of the Color #E30B5D

95.15%
59.03%
10.98%
CSS Codes for Color #E30B5D
.mybgColor {background-color: #E30B5D;}
.myforeColor {color: #E30B5D;}
.myborderColor {border:3px solid #E30B5D;}
Text Font Color #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,

Background Color #E30B5D

<div style="background-color:#E30B5D">Div content here</div>

The background color of this div is #E30B5D
Border Color #E30B5D

<div style="border:3px solid #E30B5D">Div here</div>

The border color of this div is #E30B5D
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227, 11, 93, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #E30B5D;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #E30B5D
Scroll to Top