Color spaces of #e240af
RGB | 226 | 64 | 175 |
---|---|---|---|
HSL | 0.89 | 0.74 | 0.57 |
HSV | 319° | 72° | 89° |
CMYK | 0.00 | 0.72 | 0.23 0.11 |
XYZ | 40.9353 | 22.9307 | 42.8260 |
Yxy | 22.9307 | 0.3837 | 0.2149 |
Hunter Lab | 47.8860 | 68.7900 | -19.5047 |
CIE-Lab | 55.0009 | 71.5541 | -24.1212 |
#e240af color RGB value is (226,64,175).
#e240af hex color red value is 226, green value is 64 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e240af hue: 0.89 , saturation: 0.74 and the lightness value of e240af is 0.57.
The process color (four color CMYK) of #e240af color hex is 0.00, 0.72, 0.23, 0.11. Web safe color of #e240af is #cc3399. Color #e240af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01000000 | 10101111 |
Octal | 342 | 100 | 257 |
Decimal | 226 | 64 | 175 |
Hex | E2 | 40 | AF |
Shades of #e240af
Tints of #e240af
RGB Percentages of Color #e240af
CMYK Percentages of Color #e240af
Complementary Color
#e240af | #40e273 |
#e240af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e240af Color Preview on White Background
Lorem ipsum dolor sit amet.
#e240af Color CSS Codes
.mybgcolor {background-color:#e240af; } .myforecolor {color:#e240af; } .mybordercolor {border:3px solid #e240af; }
#e240af Text Font Color
<p style="color:#e240af">Text here</p>
This sample text font color is #e240af
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.
#e240af Background Color
<div style="background-color:#e240af">
Div content here</div>
This div background color is #e240af
#e240af Border Color
<div style="border:3px solid #e240af">
Div here</div>
This div border color is #e240af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,64,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e240af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e240af; -webkit-box-shadow: 1px 1px 3px 2px #e240af; box-shadow: 1px 1px 3px 2px #e240af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,64,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e240af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e240af; -webkit-box-shadow: 1px 1px 3px 2px #e240af; box-shadow: 1px 1px 3px 2px #e240af;">
Div content here</div>
This div box has shadow with color #e240af
Comments
No comments written yet.
Please login to write comment.