Color spaces of #e2338e
RGB | 226 | 51 | 142 |
---|---|---|---|
HSL | 0.91 | 0.75 | 0.54 |
HSV | 329° | 77° | 89° |
CMYK | 0.00 | 0.77 | 0.37 0.11 |
XYZ | 37.4303 | 20.4894 | 27.5732 |
Yxy | 20.4894 | 0.4378 | 0.2397 |
Hunter Lab | 45.2652 | 68.3895 | -4.4307 |
CIE-Lab | 52.3861 | 71.7248 | -8.6265 |
#e2338e color RGB value is (226,51,142).
#e2338e hex color red value is 226, green value is 51 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e2338e hue: 0.91 , saturation: 0.75 and the lightness value of e2338e is 0.54.
The process color (four color CMYK) of #e2338e color hex is 0.00, 0.77, 0.37, 0.11. Web safe color of #e2338e is #cc3399. Color #e2338e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00110011 | 10001110 |
Octal | 342 | 63 | 216 |
Decimal | 226 | 51 | 142 |
Hex | E2 | 33 | 8E |
Shades of #e2338e
Tints of #e2338e
RGB Percentages of Color #e2338e
CMYK Percentages of Color #e2338e
Complementary Color
#e2338e | #33e287 |
#e2338e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2338e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2338e Color CSS Codes
.mybgcolor {background-color:#e2338e; } .myforecolor {color:#e2338e; } .mybordercolor {border:3px solid #e2338e; }
#e2338e Text Font Color
<p style="color:#e2338e">Text here</p>
This sample text font color is #e2338e
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.
#e2338e Background Color
<div style="background-color:#e2338e">
Div content here</div>
This div background color is #e2338e
#e2338e Border Color
<div style="border:3px solid #e2338e">
Div here</div>
This div border color is #e2338e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,51,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2338e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2338e; -webkit-box-shadow: 1px 1px 3px 2px #e2338e; box-shadow: 1px 1px 3px 2px #e2338e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,51,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2338e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2338e; -webkit-box-shadow: 1px 1px 3px 2px #e2338e; box-shadow: 1px 1px 3px 2px #e2338e;">
Div content here</div>
This div box has shadow with color #e2338e
Comments
No comments written yet.
Please login to write comment.