Color spaces of #e241be
RGB | 226 | 65 | 190 |
---|---|---|---|
HSL | 0.87 | 0.74 | 0.57 |
HSV | 313° | 71° | 89° |
CMYK | 0.00 | 0.71 | 0.16 0.11 |
XYZ | 42.5486 | 23.6670 | 51.0408 |
Yxy | 23.6670 | 0.3629 | 0.2018 |
Hunter Lab | 48.6487 | 70.9823 | -28.1512 |
CIE-Lab | 55.7528 | 73.2095 | -31.6518 |
#e241be color RGB value is (226,65,190).
#e241be hex color red value is 226, green value is 65 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e241be hue: 0.87 , saturation: 0.74 and the lightness value of e241be is 0.57.
The process color (four color CMYK) of #e241be color hex is 0.00, 0.71, 0.16, 0.11. Web safe color of #e241be is #cc33cc. Color #e241be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01000001 | 10111110 |
Octal | 342 | 101 | 276 |
Decimal | 226 | 65 | 190 |
Hex | E2 | 41 | BE |
Shades of #e241be
Tints of #e241be
RGB Percentages of Color #e241be
CMYK Percentages of Color #e241be
Complementary Color
#e241be | #41e265 |
#e241be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e241be Color Preview on White Background
Lorem ipsum dolor sit amet.
#e241be Color CSS Codes
.mybgcolor {background-color:#e241be; } .myforecolor {color:#e241be; } .mybordercolor {border:3px solid #e241be; }
#e241be Text Font Color
<p style="color:#e241be">Text here</p>
This sample text font color is #e241be
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.
#e241be Background Color
<div style="background-color:#e241be">
Div content here</div>
This div background color is #e241be
#e241be Border Color
<div style="border:3px solid #e241be">
Div here</div>
This div border color is #e241be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,65,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e241be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e241be; -webkit-box-shadow: 1px 1px 3px 2px #e241be; box-shadow: 1px 1px 3px 2px #e241be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,65,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 #e241be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e241be; -webkit-box-shadow: 1px 1px 3px 2px #e241be; box-shadow: 1px 1px 3px 2px #e241be;">
Div content here</div>
This div box has shadow with color #e241be
Comments
No comments written yet.
Please login to write comment.