Color spaces of #e9393e
RGB | 233 | 57 | 62 |
---|---|---|---|
HSL | 1.00 | 0.80 | 0.57 |
HSV | 358° | 76° | 91° |
CMYK | 0.00 | 0.76 | 0.73 0.09 |
XYZ | 35.9369 | 20.5977 | 6.6391 |
Yxy | 20.5977 | 0.5689 | 0.3260 |
Hunter Lab | 45.3847 | 61.9182 | 23.0960 |
CIE-Lab | 52.5064 | 66.2659 | 39.3954 |
#e9393e color RGB value is (233,57,62).
#e9393e hex color red value is 233, green value is 57 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e9393e hue: 1.00 , saturation: 0.80 and the lightness value of e9393e is 0.57.
The process color (four color CMYK) of #e9393e color hex is 0.00, 0.76, 0.73, 0.09. Web safe color of #e9393e is #ff3333. Color #e9393e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00111001 | 00111110 |
Octal | 351 | 71 | 76 |
Decimal | 233 | 57 | 62 |
Hex | E9 | 39 | 3E |
Shades of #e9393e
Tints of #e9393e
RGB Percentages of Color #e9393e
CMYK Percentages of Color #e9393e
Complementary Color
#e9393e | #39e9e4 |
#e9393e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e9393e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e9393e Color CSS Codes
.mybgcolor {background-color:#e9393e; } .myforecolor {color:#e9393e; } .mybordercolor {border:3px solid #e9393e; }
#e9393e Text Font Color
<p style="color:#e9393e">Text here</p>
This sample text font color is #e9393e
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.
#e9393e Background Color
<div style="background-color:#e9393e">
Div content here</div>
This div background color is #e9393e
#e9393e Border Color
<div style="border:3px solid #e9393e">
Div here</div>
This div border color is #e9393e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,57,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e9393e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e9393e; -webkit-box-shadow: 1px 1px 3px 2px #e9393e; box-shadow: 1px 1px 3px 2px #e9393e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,57,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e9393e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e9393e; -webkit-box-shadow: 1px 1px 3px 2px #e9393e; box-shadow: 1px 1px 3px 2px #e9393e;">
Div content here</div>
This div box has shadow with color #e9393e
Comments
No comments written yet.
Please login to write comment.