Color spaces of #e24eab
RGB | 226 | 78 | 171 |
---|---|---|---|
HSL | 0.90 | 0.72 | 0.60 |
HSV | 322° | 65° | 89° |
CMYK | 0.00 | 0.65 | 0.24 0.11 |
XYZ | 41.4391 | 24.5578 | 41.0841 |
Yxy | 24.5578 | 0.3870 | 0.2293 |
Hunter Lab | 49.5558 | 62.5409 | -14.4651 |
CIE-Lab | 56.6420 | 66.0230 | -19.2774 |
#e24eab color RGB value is (226,78,171).
#e24eab hex color red value is 226, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e24eab hue: 0.90 , saturation: 0.72 and the lightness value of e24eab is 0.60.
The process color (four color CMYK) of #e24eab color hex is 0.00, 0.65, 0.24, 0.11. Web safe color of #e24eab is #cc6699. Color #e24eab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01001110 | 10101011 |
Octal | 342 | 116 | 253 |
Decimal | 226 | 78 | 171 |
Hex | E2 | 4E | AB |
Shades of #e24eab
Tints of #e24eab
RGB Percentages of Color #e24eab
CMYK Percentages of Color #e24eab
Complementary Color
#e24eab | #4ee285 |
#e24eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e24eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#e24eab Color CSS Codes
.mybgcolor {background-color:#e24eab; } .myforecolor {color:#e24eab; } .mybordercolor {border:3px solid #e24eab; }
#e24eab Text Font Color
<p style="color:#e24eab">Text here</p>
This sample text font color is #e24eab
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.
#e24eab Background Color
<div style="background-color:#e24eab">
Div content here</div>
This div background color is #e24eab
#e24eab Border Color
<div style="border:3px solid #e24eab">
Div here</div>
This div border color is #e24eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,78,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e24eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e24eab; -webkit-box-shadow: 1px 1px 3px 2px #e24eab; box-shadow: 1px 1px 3px 2px #e24eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,78,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e24eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e24eab; -webkit-box-shadow: 1px 1px 3px 2px #e24eab; box-shadow: 1px 1px 3px 2px #e24eab;">
Div content here</div>
This div box has shadow with color #e24eab
Comments
No comments written yet.
Please login to write comment.