Color spaces of #e22f8f
RGB | 226 | 47 | 143 |
---|---|---|---|
HSL | 0.91 | 0.76 | 0.54 |
HSV | 328° | 79° | 89° |
CMYK | 0.00 | 0.79 | 0.37 0.11 |
XYZ | 37.3385 | 20.1850 | 27.9147 |
Yxy | 20.1850 | 0.4370 | 0.2363 |
Hunter Lab | 44.9277 | 69.7242 | -5.3889 |
CIE-Lab | 52.0457 | 72.8920 | -9.7336 |
#e22f8f color RGB value is (226,47,143).
#e22f8f hex color red value is 226, green value is 47 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e22f8f hue: 0.91 , saturation: 0.76 and the lightness value of e22f8f is 0.54.
The process color (four color CMYK) of #e22f8f color hex is 0.00, 0.79, 0.37, 0.11. Web safe color of #e22f8f is #cc3399. Color #e22f8f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00101111 | 10001111 |
Octal | 342 | 57 | 217 |
Decimal | 226 | 47 | 143 |
Hex | E2 | 2F | 8F |
Shades of #e22f8f
Tints of #e22f8f
RGB Percentages of Color #e22f8f
CMYK Percentages of Color #e22f8f
Complementary Color
#e22f8f | #2fe282 |
#e22f8f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e22f8f Color Preview on White Background
Lorem ipsum dolor sit amet.
#e22f8f Color CSS Codes
.mybgcolor {background-color:#e22f8f; } .myforecolor {color:#e22f8f; } .mybordercolor {border:3px solid #e22f8f; }
#e22f8f Text Font Color
<p style="color:#e22f8f">Text here</p>
This sample text font color is #e22f8f
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.
#e22f8f Background Color
<div style="background-color:#e22f8f">
Div content here</div>
This div background color is #e22f8f
#e22f8f Border Color
<div style="border:3px solid #e22f8f">
Div here</div>
This div border color is #e22f8f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,47,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e22f8f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e22f8f; -webkit-box-shadow: 1px 1px 3px 2px #e22f8f; box-shadow: 1px 1px 3px 2px #e22f8f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,47,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e22f8f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e22f8f; -webkit-box-shadow: 1px 1px 3px 2px #e22f8f; box-shadow: 1px 1px 3px 2px #e22f8f;">
Div content here</div>
This div box has shadow with color #e22f8f
Comments
No comments written yet.
Please login to write comment.