Color spaces of #e210ae
RGB | 226 | 16 | 174 |
---|---|---|---|
HSL | 0.87 | 0.87 | 0.47 |
HSV | 315° | 93° | 89° |
CMYK | 0.00 | 0.93 | 0.23 0.11 |
XYZ | 39.1893 | 19.5953 | 41.7612 |
Yxy | 19.5953 | 0.3898 | 0.1949 |
Hunter Lab | 44.2666 | 80.5599 | -24.9477 |
CIE-Lab | 51.3765 | 81.7297 | -29.1454 |
#e210ae color RGB value is (226,16,174).
#e210ae hex color red value is 226, green value is 16 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e210ae hue: 0.87 , saturation: 0.87 and the lightness value of e210ae is 0.47.
The process color (four color CMYK) of #e210ae color hex is 0.00, 0.93, 0.23, 0.11. Web safe color of #e210ae is #cc0099. Color #e210ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00010000 | 10101110 |
Octal | 342 | 20 | 256 |
Decimal | 226 | 16 | 174 |
Hex | E2 | 10 | AE |
Shades of #e210ae
Tints of #e210ae
RGB Percentages of Color #e210ae
CMYK Percentages of Color #e210ae
Complementary Color
#e210ae | #10e244 |
#e210ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e210ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#e210ae Color CSS Codes
.mybgcolor {background-color:#e210ae; } .myforecolor {color:#e210ae; } .mybordercolor {border:3px solid #e210ae; }
#e210ae Text Font Color
<p style="color:#e210ae">Text here</p>
This sample text font color is #e210ae
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.
#e210ae Background Color
<div style="background-color:#e210ae">
Div content here</div>
This div background color is #e210ae
#e210ae Border Color
<div style="border:3px solid #e210ae">
Div here</div>
This div border color is #e210ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,16,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e210ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e210ae; -webkit-box-shadow: 1px 1px 3px 2px #e210ae; box-shadow: 1px 1px 3px 2px #e210ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,16,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e210ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e210ae; -webkit-box-shadow: 1px 1px 3px 2px #e210ae; box-shadow: 1px 1px 3px 2px #e210ae;">
Div content here</div>
This div box has shadow with color #e210ae
Comments
No comments written yet.
Please login to write comment.