Color spaces of #e04997
RGB | 224 | 73 | 151 |
---|---|---|---|
HSL | 0.91 | 0.71 | 0.58 |
HSV | 329° | 67° | 88° |
CMYK | 0.00 | 0.67 | 0.33 0.12 |
XYZ | 38.7089 | 22.8467 | 31.6478 |
Yxy | 22.8467 | 0.4153 | 0.2451 |
Hunter Lab | 47.7982 | 60.9095 | -5.7979 |
CIE-Lab | 54.9141 | 64.9547 | -10.2166 |
#e04997 color RGB value is (224,73,151).
#e04997 hex color red value is 224, green value is 73 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #e04997 hue: 0.91 , saturation: 0.71 and the lightness value of e04997 is 0.58.
The process color (four color CMYK) of #e04997 color hex is 0.00, 0.67, 0.33, 0.12. Web safe color of #e04997 is #cc3399. Color #e04997 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01001001 | 10010111 |
Octal | 340 | 111 | 227 |
Decimal | 224 | 73 | 151 |
Hex | E0 | 49 | 97 |
Shades of #e04997
Tints of #e04997
RGB Percentages of Color #e04997
CMYK Percentages of Color #e04997
Complementary Color
#e04997 | #49e092 |
#e04997 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e04997 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e04997 Color CSS Codes
.mybgcolor {background-color:#e04997; } .myforecolor {color:#e04997; } .mybordercolor {border:3px solid #e04997; }
#e04997 Text Font Color
<p style="color:#e04997">Text here</p>
This sample text font color is #e04997
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.
#e04997 Background Color
<div style="background-color:#e04997">
Div content here</div>
This div background color is #e04997
#e04997 Border Color
<div style="border:3px solid #e04997">
Div here</div>
This div border color is #e04997
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,73,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e04997; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e04997; -webkit-box-shadow: 1px 1px 3px 2px #e04997; box-shadow: 1px 1px 3px 2px #e04997; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,73,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e04997">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e04997; -webkit-box-shadow: 1px 1px 3px 2px #e04997; box-shadow: 1px 1px 3px 2px #e04997;">
Div content here</div>
This div box has shadow with color #e04997
Comments
No comments written yet.
Please login to write comment.