Color spaces of #ee2346
RGB | 238 | 35 | 70 |
---|---|---|---|
HSL | 0.97 | 0.86 | 0.54 |
HSV | 350° | 85° | 93° |
CMYK | 0.00 | 0.85 | 0.71 0.07 |
XYZ | 36.9664 | 19.8214 | 7.6719 |
Yxy | 19.8214 | 0.5735 | 0.3075 |
Hunter Lab | 44.5212 | 70.2981 | 20.9480 |
CIE-Lab | 51.6347 | 73.4432 | 34.0056 |
#ee2346 color RGB value is (238,35,70).
#ee2346 hex color red value is 238, green value is 35 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ee2346 hue: 0.97 , saturation: 0.86 and the lightness value of ee2346 is 0.54.
The process color (four color CMYK) of #ee2346 color hex is 0.00, 0.85, 0.71, 0.07. Web safe color of #ee2346 is #ff3333. Color #ee2346 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 00100011 | 01000110 |
Octal | 356 | 43 | 106 |
Decimal | 238 | 35 | 70 |
Hex | EE | 23 | 46 |
Shades of #ee2346
Tints of #ee2346
RGB Percentages of Color #ee2346
CMYK Percentages of Color #ee2346
Complementary Color
#ee2346 | #23eecb |
#ee2346 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee2346 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee2346 Color CSS Codes
.mybgcolor {background-color:#ee2346; } .myforecolor {color:#ee2346; } .mybordercolor {border:3px solid #ee2346; }
#ee2346 Text Font Color
<p style="color:#ee2346">Text here</p>
This sample text font color is #ee2346
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.
#ee2346 Background Color
<div style="background-color:#ee2346">
Div content here</div>
This div background color is #ee2346
#ee2346 Border Color
<div style="border:3px solid #ee2346">
Div here</div>
This div border color is #ee2346
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,35,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee2346; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee2346; -webkit-box-shadow: 1px 1px 3px 2px #ee2346; box-shadow: 1px 1px 3px 2px #ee2346; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,35,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee2346">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee2346; -webkit-box-shadow: 1px 1px 3px 2px #ee2346; box-shadow: 1px 1px 3px 2px #ee2346;">
Div content here</div>
This div box has shadow with color #ee2346
Comments
No comments written yet.
Please login to write comment.