Color spaces of #e490aa
RGB | 228 | 144 | 170 |
---|---|---|---|
HSL | 0.95 | 0.61 | 0.73 |
HSV | 341° | 37° | 89° |
CMYK | 0.00 | 0.37 | 0.25 0.11 |
XYZ | 49.2239 | 39.3428 | 43.0297 |
Yxy | 39.3428 | 0.3741 | 0.2990 |
Hunter Lab | 62.7238 | 30.3150 | 3.2327 |
CIE-Lab | 68.9989 | 35.1537 | -0.2187 |
#e490aa color RGB value is (228,144,170).
#e490aa hex color red value is 228, green value is 144 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e490aa hue: 0.95 , saturation: 0.61 and the lightness value of e490aa is 0.73.
The process color (four color CMYK) of #e490aa color hex is 0.00, 0.37, 0.25, 0.11. Web safe color of #e490aa is #cc9999. Color #e490aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10010000 | 10101010 |
Octal | 344 | 220 | 252 |
Decimal | 228 | 144 | 170 |
Hex | E4 | 90 | AA |
Shades of #e490aa
Tints of #e490aa
RGB Percentages of Color #e490aa
CMYK Percentages of Color #e490aa
Complementary Color
#e490aa | #90e4ca |
#e490aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e490aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e490aa Color CSS Codes
.mybgcolor {background-color:#e490aa; } .myforecolor {color:#e490aa; } .mybordercolor {border:3px solid #e490aa; }
#e490aa Text Font Color
<p style="color:#e490aa">Text here</p>
This sample text font color is #e490aa
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.
#e490aa Background Color
<div style="background-color:#e490aa">
Div content here</div>
This div background color is #e490aa
#e490aa Border Color
<div style="border:3px solid #e490aa">
Div here</div>
This div border color is #e490aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,144,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e490aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e490aa; -webkit-box-shadow: 1px 1px 3px 2px #e490aa; box-shadow: 1px 1px 3px 2px #e490aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,144,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e490aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e490aa; -webkit-box-shadow: 1px 1px 3px 2px #e490aa; box-shadow: 1px 1px 3px 2px #e490aa;">
Div content here</div>
This div box has shadow with color #e490aa
Comments
No comments written yet.
Please login to write comment.