Color spaces of #ee113b
RGB | 238 | 17 | 59 |
---|---|---|---|
HSL | 0.97 | 0.87 | 0.50 |
HSV | 349° | 93° | 93° |
CMYK | 0.00 | 0.93 | 0.75 0.07 |
XYZ | 36.2498 | 18.8938 | 5.8740 |
Yxy | 18.8938 | 0.5941 | 0.3096 |
Hunter Lab | 43.4670 | 72.7949 | 22.4146 |
CIE-Lab | 50.5627 | 75.6900 | 39.1924 |
#ee113b color RGB value is (238,17,59).
#ee113b hex color red value is 238, green value is 17 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ee113b hue: 0.97 , saturation: 0.87 and the lightness value of ee113b is 0.50.
The process color (four color CMYK) of #ee113b color hex is 0.00, 0.93, 0.75, 0.07. Web safe color of #ee113b is #ff0033. Color #ee113b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 00010001 | 00111011 |
Octal | 356 | 21 | 73 |
Decimal | 238 | 17 | 59 |
Hex | EE | 11 | 3B |
Shades of #ee113b
Tints of #ee113b
RGB Percentages of Color #ee113b
CMYK Percentages of Color #ee113b
Complementary Color
#ee113b | #11eec4 |
#ee113b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee113b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee113b Color CSS Codes
.mybgcolor {background-color:#ee113b; } .myforecolor {color:#ee113b; } .mybordercolor {border:3px solid #ee113b; }
#ee113b Text Font Color
<p style="color:#ee113b">Text here</p>
This sample text font color is #ee113b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ee113b Background Color
<div style="background-color:#ee113b">
Div content here</div>
This div background color is #ee113b
#ee113b Border Color
<div style="border:3px solid #ee113b">
Div here</div>
This div border color is #ee113b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,17,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee113b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee113b; -webkit-box-shadow: 1px 1px 3px 2px #ee113b; box-shadow: 1px 1px 3px 2px #ee113b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,17,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee113b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee113b; -webkit-box-shadow: 1px 1px 3px 2px #ee113b; box-shadow: 1px 1px 3px 2px #ee113b;">
Div content here</div>
This div box has shadow with color #ee113b
Comments
No comments written yet.
Please login to write comment.