Color spaces of #e146be
RGB | 225 | 70 | 190 |
---|---|---|---|
HSL | 0.87 | 0.72 | 0.58 |
HSV | 314° | 69° | 88° |
CMYK | 0.00 | 0.69 | 0.16 0.12 |
XYZ | 42.5358 | 24.1056 | 51.1262 |
Yxy | 24.1056 | 0.3612 | 0.2047 |
Hunter Lab | 49.0975 | 68.7237 | -27.3717 |
CIE-Lab | 56.1934 | 71.2723 | -30.9788 |
#e146be color RGB value is (225,70,190).
#e146be hex color red value is 225, green value is 70 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e146be hue: 0.87 , saturation: 0.72 and the lightness value of e146be is 0.58.
The process color (four color CMYK) of #e146be color hex is 0.00, 0.69, 0.16, 0.12. Web safe color of #e146be is #cc33cc. Color #e146be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01000110 | 10111110 |
Octal | 341 | 106 | 276 |
Decimal | 225 | 70 | 190 |
Hex | E1 | 46 | BE |
Shades of #e146be
Tints of #e146be
RGB Percentages of Color #e146be
CMYK Percentages of Color #e146be
Complementary Color
#e146be | #46e169 |
#e146be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e146be Color Preview on White Background
Lorem ipsum dolor sit amet.
#e146be Color CSS Codes
.mybgcolor {background-color:#e146be; } .myforecolor {color:#e146be; } .mybordercolor {border:3px solid #e146be; }
#e146be Text Font Color
<p style="color:#e146be">Text here</p>
This sample text font color is #e146be
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.
#e146be Background Color
<div style="background-color:#e146be">
Div content here</div>
This div background color is #e146be
#e146be Border Color
<div style="border:3px solid #e146be">
Div here</div>
This div border color is #e146be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,70,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e146be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e146be; -webkit-box-shadow: 1px 1px 3px 2px #e146be; box-shadow: 1px 1px 3px 2px #e146be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,70,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e146be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e146be; -webkit-box-shadow: 1px 1px 3px 2px #e146be; box-shadow: 1px 1px 3px 2px #e146be;">
Div content here</div>
This div box has shadow with color #e146be
Comments
No comments written yet.
Please login to write comment.