Color spaces of #e0249a
RGB | 224 | 36 | 154 |
---|---|---|---|
HSL | 0.90 | 0.75 | 0.51 |
HSV | 322° | 84° | 88° |
CMYK | 0.00 | 0.84 | 0.31 0.12 |
XYZ | 37.2041 | 19.4421 | 32.3637 |
Yxy | 19.4421 | 0.4180 | 0.2184 |
Hunter Lab | 44.0932 | 73.4482 | -12.6527 |
CIE-Lab | 51.2005 | 76.0954 | -17.6109 |
#e0249a color RGB value is (224,36,154).
#e0249a hex color red value is 224, green value is 36 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e0249a hue: 0.90 , saturation: 0.75 and the lightness value of e0249a is 0.51.
The process color (four color CMYK) of #e0249a color hex is 0.00, 0.84, 0.31, 0.12. Web safe color of #e0249a is #cc3399. Color #e0249a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00100100 | 10011010 |
Octal | 340 | 44 | 232 |
Decimal | 224 | 36 | 154 |
Hex | E0 | 24 | 9A |
Shades of #e0249a
Tints of #e0249a
RGB Percentages of Color #e0249a
CMYK Percentages of Color #e0249a
Complementary Color
#e0249a | #24e06a |
#e0249a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0249a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0249a Color CSS Codes
.mybgcolor {background-color:#e0249a; } .myforecolor {color:#e0249a; } .mybordercolor {border:3px solid #e0249a; }
#e0249a Text Font Color
<p style="color:#e0249a">Text here</p>
This sample text font color is #e0249a
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.
#e0249a Background Color
<div style="background-color:#e0249a">
Div content here</div>
This div background color is #e0249a
#e0249a Border Color
<div style="border:3px solid #e0249a">
Div here</div>
This div border color is #e0249a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,36,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0249a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0249a; -webkit-box-shadow: 1px 1px 3px 2px #e0249a; box-shadow: 1px 1px 3px 2px #e0249a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,36,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0249a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0249a; -webkit-box-shadow: 1px 1px 3px 2px #e0249a; box-shadow: 1px 1px 3px 2px #e0249a;">
Div content here</div>
This div box has shadow with color #e0249a
Comments
No comments written yet.
Please login to write comment.