Color spaces of #e1105a
RGB | 225 | 16 | 90 |
---|---|---|---|
HSL | 0.94 | 0.87 | 0.47 |
HSV | 339° | 93° | 88° |
CMYK | 0.00 | 0.93 | 0.60 0.12 |
XYZ | 33.0821 | 17.1163 | 11.2330 |
Yxy | 17.1163 | 0.5385 | 0.2786 |
Hunter Lab | 41.3719 | 70.3329 | 12.8623 |
CIE-Lab | 48.4062 | 74.0997 | 17.2440 |
#e1105a color RGB value is (225,16,90).
#e1105a hex color red value is 225, green value is 16 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e1105a hue: 0.94 , saturation: 0.87 and the lightness value of e1105a is 0.47.
The process color (four color CMYK) of #e1105a color hex is 0.00, 0.93, 0.60, 0.12. Web safe color of #e1105a is #cc0066. Color #e1105a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00010000 | 01011010 |
Octal | 341 | 20 | 132 |
Decimal | 225 | 16 | 90 |
Hex | E1 | 10 | 5A |
Shades of #e1105a
Tints of #e1105a
RGB Percentages of Color #e1105a
CMYK Percentages of Color #e1105a
Complementary Color
#e1105a | #10e197 |
#e1105a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1105a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1105a Color CSS Codes
.mybgcolor {background-color:#e1105a; } .myforecolor {color:#e1105a; } .mybordercolor {border:3px solid #e1105a; }
#e1105a Text Font Color
<p style="color:#e1105a">Text here</p>
This sample text font color is #e1105a
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.
#e1105a Background Color
<div style="background-color:#e1105a">
Div content here</div>
This div background color is #e1105a
#e1105a Border Color
<div style="border:3px solid #e1105a">
Div here</div>
This div border color is #e1105a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,16,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1105a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1105a; -webkit-box-shadow: 1px 1px 3px 2px #e1105a; box-shadow: 1px 1px 3px 2px #e1105a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,16,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1105a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1105a; -webkit-box-shadow: 1px 1px 3px 2px #e1105a; box-shadow: 1px 1px 3px 2px #e1105a;">
Div content here</div>
This div box has shadow with color #e1105a
Comments
No comments written yet.
Please login to write comment.