Color spaces of #e14192
RGB | 225 | 65 | 146 |
---|---|---|---|
HSL | 0.92 | 0.73 | 0.57 |
HSV | 330° | 71° | 88° |
CMYK | 0.00 | 0.71 | 0.35 0.12 |
XYZ | 38.1299 | 21.8635 | 29.4045 |
Yxy | 21.8635 | 0.4265 | 0.2446 |
Hunter Lab | 46.7584 | 63.7334 | -4.5542 |
CIE-Lab | 53.8819 | 67.5467 | -8.7890 |
#e14192 color RGB value is (225,65,146).
#e14192 hex color red value is 225, green value is 65 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e14192 hue: 0.92 , saturation: 0.73 and the lightness value of e14192 is 0.57.
The process color (four color CMYK) of #e14192 color hex is 0.00, 0.71, 0.35, 0.12. Web safe color of #e14192 is #cc3399. Color #e14192 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01000001 | 10010010 |
Octal | 341 | 101 | 222 |
Decimal | 225 | 65 | 146 |
Hex | E1 | 41 | 92 |
Shades of #e14192
Tints of #e14192
RGB Percentages of Color #e14192
CMYK Percentages of Color #e14192
Complementary Color
#e14192 | #41e190 |
#e14192 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e14192 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e14192 Color CSS Codes
.mybgcolor {background-color:#e14192; } .myforecolor {color:#e14192; } .mybordercolor {border:3px solid #e14192; }
#e14192 Text Font Color
<p style="color:#e14192">Text here</p>
This sample text font color is #e14192
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.
#e14192 Background Color
<div style="background-color:#e14192">
Div content here</div>
This div background color is #e14192
#e14192 Border Color
<div style="border:3px solid #e14192">
Div here</div>
This div border color is #e14192
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,65,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e14192; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e14192; -webkit-box-shadow: 1px 1px 3px 2px #e14192; box-shadow: 1px 1px 3px 2px #e14192; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,65,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 #e14192">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e14192; -webkit-box-shadow: 1px 1px 3px 2px #e14192; box-shadow: 1px 1px 3px 2px #e14192;">
Div content here</div>
This div box has shadow with color #e14192
Comments
No comments written yet.
Please login to write comment.