Color spaces of #e21092
RGB | 226 | 16 | 146 |
---|---|---|---|
HSL | 0.90 | 0.87 | 0.47 |
HSV | 323° | 93° | 89° |
CMYK | 0.00 | 0.93 | 0.35 0.11 |
XYZ | 36.7376 | 18.6147 | 28.8508 |
Yxy | 18.6147 | 0.4363 | 0.2211 |
Hunter Lab | 43.1448 | 76.4888 | -9.4458 |
CIE-Lab | 50.2333 | 78.7289 | -14.2630 |
#e21092 color RGB value is (226,16,146).
#e21092 hex color red value is 226, green value is 16 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e21092 hue: 0.90 , saturation: 0.87 and the lightness value of e21092 is 0.47.
The process color (four color CMYK) of #e21092 color hex is 0.00, 0.93, 0.35, 0.11. Web safe color of #e21092 is #cc0099. Color #e21092 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00010000 | 10010010 |
Octal | 342 | 20 | 222 |
Decimal | 226 | 16 | 146 |
Hex | E2 | 10 | 92 |
Shades of #e21092
Tints of #e21092
RGB Percentages of Color #e21092
CMYK Percentages of Color #e21092
Complementary Color
#e21092 | #10e260 |
#e21092 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e21092 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e21092 Color CSS Codes
.mybgcolor {background-color:#e21092; } .myforecolor {color:#e21092; } .mybordercolor {border:3px solid #e21092; }
#e21092 Text Font Color
<p style="color:#e21092">Text here</p>
This sample text font color is #e21092
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.
#e21092 Background Color
<div style="background-color:#e21092">
Div content here</div>
This div background color is #e21092
#e21092 Border Color
<div style="border:3px solid #e21092">
Div here</div>
This div border color is #e21092
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,16,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e21092; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e21092; -webkit-box-shadow: 1px 1px 3px 2px #e21092; box-shadow: 1px 1px 3px 2px #e21092; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,16,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e21092">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e21092; -webkit-box-shadow: 1px 1px 3px 2px #e21092; box-shadow: 1px 1px 3px 2px #e21092;">
Div content here</div>
This div box has shadow with color #e21092
Comments
No comments written yet.
Please login to write comment.