Color spaces of #e24361
RGB | 226 | 67 | 97 |
---|---|---|---|
HSL | 0.97 | 0.73 | 0.57 |
HSV | 349° | 70° | 89° |
CMYK | 0.00 | 0.70 | 0.57 0.11 |
XYZ | 35.5289 | 21.0461 | 13.4990 |
Yxy | 21.0461 | 0.5070 | 0.3003 |
Hunter Lab | 45.8760 | 57.9571 | 14.6672 |
CIE-Lab | 52.9999 | 62.7651 | 19.2389 |
#e24361 color RGB value is (226,67,97).
#e24361 hex color red value is 226, green value is 67 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e24361 hue: 0.97 , saturation: 0.73 and the lightness value of e24361 is 0.57.
The process color (four color CMYK) of #e24361 color hex is 0.00, 0.70, 0.57, 0.11. Web safe color of #e24361 is #cc3366. Color #e24361 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01000011 | 01100001 |
Octal | 342 | 103 | 141 |
Decimal | 226 | 67 | 97 |
Hex | E2 | 43 | 61 |
Shades of #e24361
Tints of #e24361
RGB Percentages of Color #e24361
CMYK Percentages of Color #e24361
Complementary Color
#e24361 | #43e2c4 |
#e24361 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e24361 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e24361 Color CSS Codes
.mybgcolor {background-color:#e24361; } .myforecolor {color:#e24361; } .mybordercolor {border:3px solid #e24361; }
#e24361 Text Font Color
<p style="color:#e24361">Text here</p>
This sample text font color is #e24361
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.
#e24361 Background Color
<div style="background-color:#e24361">
Div content here</div>
This div background color is #e24361
#e24361 Border Color
<div style="border:3px solid #e24361">
Div here</div>
This div border color is #e24361
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,67,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e24361; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e24361; -webkit-box-shadow: 1px 1px 3px 2px #e24361; box-shadow: 1px 1px 3px 2px #e24361; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,67,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 #e24361">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e24361; -webkit-box-shadow: 1px 1px 3px 2px #e24361; box-shadow: 1px 1px 3px 2px #e24361;">
Div content here</div>
This div box has shadow with color #e24361
Comments
No comments written yet.
Please login to write comment.