Color spaces of #e46489
RGB | 228 | 100 | 137 |
---|---|---|---|
HSL | 0.95 | 0.70 | 0.64 |
HSV | 343° | 56° | 89° |
CMYK | 0.00 | 0.56 | 0.40 0.11 |
XYZ | 41.0674 | 27.4145 | 26.7939 |
Yxy | 27.4145 | 0.4310 | 0.2877 |
Hunter Lab | 52.3589 | 48.3776 | 6.3104 |
CIE-Lab | 59.3560 | 53.1875 | 4.5941 |
#e46489 color RGB value is (228,100,137).
#e46489 hex color red value is 228, green value is 100 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e46489 hue: 0.95 , saturation: 0.70 and the lightness value of e46489 is 0.64.
The process color (four color CMYK) of #e46489 color hex is 0.00, 0.56, 0.40, 0.11. Web safe color of #e46489 is #cc6699. Color #e46489 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01100100 | 10001001 |
Octal | 344 | 144 | 211 |
Decimal | 228 | 100 | 137 |
Hex | E4 | 64 | 89 |
Shades of #e46489
Tints of #e46489
RGB Percentages of Color #e46489
CMYK Percentages of Color #e46489
Complementary Color
#e46489 | #64e4bf |
#e46489 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e46489 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e46489 Color CSS Codes
.mybgcolor {background-color:#e46489; } .myforecolor {color:#e46489; } .mybordercolor {border:3px solid #e46489; }
#e46489 Text Font Color
<p style="color:#e46489">Text here</p>
This sample text font color is #e46489
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.
#e46489 Background Color
<div style="background-color:#e46489">
Div content here</div>
This div background color is #e46489
#e46489 Border Color
<div style="border:3px solid #e46489">
Div here</div>
This div border color is #e46489
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,100,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e46489; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e46489; -webkit-box-shadow: 1px 1px 3px 2px #e46489; box-shadow: 1px 1px 3px 2px #e46489; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,100,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e46489">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e46489; -webkit-box-shadow: 1px 1px 3px 2px #e46489; box-shadow: 1px 1px 3px 2px #e46489;">
Div content here</div>
This div box has shadow with color #e46489
Comments
No comments written yet.
Please login to write comment.