Color spaces of #ee023e
RGB | 238 | 2 | 62 |
---|---|---|---|
HSL | 0.96 | 0.98 | 0.47 |
HSV | 345° | 99° | 93° |
CMYK | 0.00 | 0.99 | 0.74 0.07 |
XYZ | 36.1511 | 18.5684 | 6.2361 |
Yxy | 18.5684 | 0.5931 | 0.3046 |
Hunter Lab | 43.0911 | 74.3426 | 21.5834 |
CIE-Lab | 50.1784 | 77.0172 | 37.0078 |
#ee023e color RGB value is (238,2,62).
#ee023e hex color red value is 238, green value is 2 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ee023e hue: 0.96 , saturation: 0.98 and the lightness value of ee023e is 0.47.
The process color (four color CMYK) of #ee023e color hex is 0.00, 0.99, 0.74, 0.07. Web safe color of #ee023e is #ff0033. Color #ee023e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 00000010 | 00111110 |
Octal | 356 | 2 | 76 |
Decimal | 238 | 2 | 62 |
Hex | EE | 2 | 3E |
Shades of #ee023e
Tints of #ee023e
RGB Percentages of Color #ee023e
CMYK Percentages of Color #ee023e
Complementary Color
#ee023e | #02eeb2 |
#ee023e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee023e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee023e Color CSS Codes
.mybgcolor {background-color:#ee023e; } .myforecolor {color:#ee023e; } .mybordercolor {border:3px solid #ee023e; }
#ee023e Text Font Color
<p style="color:#ee023e">Text here</p>
This sample text font color is #ee023e
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.
#ee023e Background Color
<div style="background-color:#ee023e">
Div content here</div>
This div background color is #ee023e
#ee023e Border Color
<div style="border:3px solid #ee023e">
Div here</div>
This div border color is #ee023e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,2,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee023e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee023e; -webkit-box-shadow: 1px 1px 3px 2px #ee023e; box-shadow: 1px 1px 3px 2px #ee023e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,2,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 #ee023e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee023e; -webkit-box-shadow: 1px 1px 3px 2px #ee023e; box-shadow: 1px 1px 3px 2px #ee023e;">
Div content here</div>
This div box has shadow with color #ee023e
Comments
No comments written yet.
Please login to write comment.