Color spaces of #e1389e
RGB | 225 | 56 | 158 |
---|---|---|---|
HSL | 0.90 | 0.74 | 0.55 |
HSV | 324° | 75° | 88° |
CMYK | 0.00 | 0.75 | 0.30 0.12 |
XYZ | 38.6371 | 21.3045 | 34.4235 |
Yxy | 21.3045 | 0.4094 | 0.2258 |
Hunter Lab | 46.1568 | 68.6450 | -11.9084 |
CIE-Lab | 53.2812 | 71.7639 | -16.7972 |
#e1389e color RGB value is (225,56,158).
#e1389e hex color red value is 225, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e1389e hue: 0.90 , saturation: 0.74 and the lightness value of e1389e is 0.55.
The process color (four color CMYK) of #e1389e color hex is 0.00, 0.75, 0.30, 0.12. Web safe color of #e1389e is #cc3399. Color #e1389e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00111000 | 10011110 |
Octal | 341 | 70 | 236 |
Decimal | 225 | 56 | 158 |
Hex | E1 | 38 | 9E |
Shades of #e1389e
Tints of #e1389e
RGB Percentages of Color #e1389e
CMYK Percentages of Color #e1389e
Complementary Color
#e1389e | #38e17b |
#e1389e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1389e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1389e Color CSS Codes
.mybgcolor {background-color:#e1389e; } .myforecolor {color:#e1389e; } .mybordercolor {border:3px solid #e1389e; }
#e1389e Text Font Color
<p style="color:#e1389e">Text here</p>
This sample text font color is #e1389e
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.
#e1389e Background Color
<div style="background-color:#e1389e">
Div content here</div>
This div background color is #e1389e
#e1389e Border Color
<div style="border:3px solid #e1389e">
Div here</div>
This div border color is #e1389e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,56,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1389e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1389e; -webkit-box-shadow: 1px 1px 3px 2px #e1389e; box-shadow: 1px 1px 3px 2px #e1389e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,56,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1389e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1389e; -webkit-box-shadow: 1px 1px 3px 2px #e1389e; box-shadow: 1px 1px 3px 2px #e1389e;">
Div content here</div>
This div box has shadow with color #e1389e
Comments
No comments written yet.
Please login to write comment.