Color spaces of #e16361
RGB | 225 | 99 | 97 |
---|---|---|---|
HSL | 0.00 | 0.68 | 0.63 |
HSV | 1° | 57° | 88° |
CMYK | 0.00 | 0.56 | 0.57 0.12 |
XYZ | 37.6708 | 25.7943 | 14.3026 |
Yxy | 25.7943 | 0.4844 | 0.3317 |
Hunter Lab | 50.7881 | 43.5188 | 18.8548 |
CIE-Lab | 57.8413 | 48.9943 | 25.6452 |
#e16361 color RGB value is (225,99,97).
#e16361 hex color red value is 225, green value is 99 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e16361 hue: 0.00 , saturation: 0.68 and the lightness value of e16361 is 0.63.
The process color (four color CMYK) of #e16361 color hex is 0.00, 0.56, 0.57, 0.12. Web safe color of #e16361 is #cc6666. Color #e16361 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01100011 | 01100001 |
Octal | 341 | 143 | 141 |
Decimal | 225 | 99 | 97 |
Hex | E1 | 63 | 61 |
Shades of #e16361
Tints of #e16361
RGB Percentages of Color #e16361
CMYK Percentages of Color #e16361
Complementary Color
#e16361 | #61dfe1 |
#e16361 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e16361 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e16361 Color CSS Codes
.mybgcolor {background-color:#e16361; } .myforecolor {color:#e16361; } .mybordercolor {border:3px solid #e16361; }
#e16361 Text Font Color
<p style="color:#e16361">Text here</p>
This sample text font color is #e16361
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.
#e16361 Background Color
<div style="background-color:#e16361">
Div content here</div>
This div background color is #e16361
#e16361 Border Color
<div style="border:3px solid #e16361">
Div here</div>
This div border color is #e16361
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,99,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e16361; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e16361; -webkit-box-shadow: 1px 1px 3px 2px #e16361; box-shadow: 1px 1px 3px 2px #e16361; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,99,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e16361">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e16361; -webkit-box-shadow: 1px 1px 3px 2px #e16361; box-shadow: 1px 1px 3px 2px #e16361;">
Div content here</div>
This div box has shadow with color #e16361
Comments
No comments written yet.
Please login to write comment.