color details

Color Details
#EB4C42 Color Hex

#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
Color spaces of #EB4C42Value
RGB235, 76, 66
HSL0.01, 0.81, 0.59
HSV4°, 72°, 92°
XYZ37.83, 23.23, 7.64
Base Numbers
Base Red Green Blue
Binary 11101011 1001100 1000010
Octal 353 114 102
Decimal 235 76 66
Hex EB 4C 42

RGB Percentages for Color #EB4C42

62.33%
20.16%
17.51%

CMYK Percentages of the Color #EB4C42

67.66%
71.91%
7.84%
CSS Codes for Color #EB4C42
.mybgColor {background-color: #EB4C42;}
.myforeColor {color: #EB4C42;}
.myborderColor {border:3px solid #EB4C42;}
Text Font Color #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,

Background Color #EB4C42

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(235, 76, 66, 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 #EB4C42;">Text here</p>

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

Shadow Div Box

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

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