Color spaces of #e1158e
RGB | 225 | 21 | 142 |
---|---|---|---|
HSL | 0.90 | 0.83 | 0.48 |
HSV | 324° | 91° | 88° |
CMYK | 0.00 | 0.91 | 0.37 0.12 |
XYZ | 36.2020 | 18.4969 | 27.2534 |
Yxy | 18.4969 | 0.4417 | 0.2257 |
Hunter Lab | 43.0080 | 74.9883 | -7.4654 |
CIE-Lab | 50.0933 | 77.5538 | -12.0884 |
#e1158e color RGB value is (225,21,142).
#e1158e hex color red value is 225, green value is 21 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e1158e hue: 0.90 , saturation: 0.83 and the lightness value of e1158e is 0.48.
The process color (four color CMYK) of #e1158e color hex is 0.00, 0.91, 0.37, 0.12. Web safe color of #e1158e is #cc0099. Color #e1158e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00010101 | 10001110 |
Octal | 341 | 25 | 216 |
Decimal | 225 | 21 | 142 |
Hex | E1 | 15 | 8E |
Shades of #e1158e
Tints of #e1158e
RGB Percentages of Color #e1158e
CMYK Percentages of Color #e1158e
Complementary Color
#e1158e | #15e168 |
#e1158e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1158e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1158e Color CSS Codes
.mybgcolor {background-color:#e1158e; } .myforecolor {color:#e1158e; } .mybordercolor {border:3px solid #e1158e; }
#e1158e Text Font Color
<p style="color:#e1158e">Text here</p>
This sample text font color is #e1158e
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.
#e1158e Background Color
<div style="background-color:#e1158e">
Div content here</div>
This div background color is #e1158e
#e1158e Border Color
<div style="border:3px solid #e1158e">
Div here</div>
This div border color is #e1158e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,21,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1158e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1158e; -webkit-box-shadow: 1px 1px 3px 2px #e1158e; box-shadow: 1px 1px 3px 2px #e1158e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,21,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 #e1158e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1158e; -webkit-box-shadow: 1px 1px 3px 2px #e1158e; box-shadow: 1px 1px 3px 2px #e1158e;">
Div content here</div>
This div box has shadow with color #e1158e
Comments
No comments written yet.
Please login to write comment.