Color spaces of #e22ebf
RGB | 226 | 46 | 191 |
---|---|---|---|
HSL | 0.87 | 0.76 | 0.53 |
HSV | 312° | 80° | 89° |
CMYK | 0.00 | 0.80 | 0.15 0.11 |
XYZ | 41.7450 | 21.8843 | 51.3141 |
Yxy | 21.8843 | 0.3632 | 0.1904 |
Hunter Lab | 46.7807 | 77.4194 | -32.2892 |
CIE-Lab | 53.9040 | 78.7552 | -35.1162 |
#e22ebf color RGB value is (226,46,191).
#e22ebf hex color red value is 226, green value is 46 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e22ebf hue: 0.87 , saturation: 0.76 and the lightness value of e22ebf is 0.53.
The process color (four color CMYK) of #e22ebf color hex is 0.00, 0.80, 0.15, 0.11. Web safe color of #e22ebf is #cc33cc. Color #e22ebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00101110 | 10111111 |
Octal | 342 | 56 | 277 |
Decimal | 226 | 46 | 191 |
Hex | E2 | 2E | BF |
Shades of #e22ebf
Tints of #e22ebf
RGB Percentages of Color #e22ebf
CMYK Percentages of Color #e22ebf
Complementary Color
#e22ebf | #2ee251 |
#e22ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e22ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e22ebf Color CSS Codes
.mybgcolor {background-color:#e22ebf; } .myforecolor {color:#e22ebf; } .mybordercolor {border:3px solid #e22ebf; }
#e22ebf Text Font Color
<p style="color:#e22ebf">Text here</p>
This sample text font color is #e22ebf
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.
#e22ebf Background Color
<div style="background-color:#e22ebf">
Div content here</div>
This div background color is #e22ebf
#e22ebf Border Color
<div style="border:3px solid #e22ebf">
Div here</div>
This div border color is #e22ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,46,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e22ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e22ebf; -webkit-box-shadow: 1px 1px 3px 2px #e22ebf; box-shadow: 1px 1px 3px 2px #e22ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,46,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e22ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e22ebf; -webkit-box-shadow: 1px 1px 3px 2px #e22ebf; box-shadow: 1px 1px 3px 2px #e22ebf;">
Div content here</div>
This div box has shadow with color #e22ebf
Comments
No comments written yet.
Please login to write comment.