Color spaces of #e12ebe
RGB | 225 | 46 | 190 |
---|---|---|---|
HSL | 0.87 | 0.75 | 0.53 |
HSV | 312° | 80° | 88° |
CMYK | 0.00 | 0.80 | 0.16 0.12 |
XYZ | 41.3226 | 21.6792 | 50.7218 |
Yxy | 21.6792 | 0.3634 | 0.1906 |
Hunter Lab | 46.5609 | 76.9363 | -31.9957 |
CIE-Lab | 53.6850 | 78.4132 | -34.8927 |
#e12ebe color RGB value is (225,46,190).
#e12ebe hex color red value is 225, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e12ebe hue: 0.87 , saturation: 0.75 and the lightness value of e12ebe is 0.53.
The process color (four color CMYK) of #e12ebe color hex is 0.00, 0.80, 0.16, 0.12. Web safe color of #e12ebe is #cc33cc. Color #e12ebe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00101110 | 10111110 |
Octal | 341 | 56 | 276 |
Decimal | 225 | 46 | 190 |
Hex | E1 | 2E | BE |
Shades of #e12ebe
Tints of #e12ebe
RGB Percentages of Color #e12ebe
CMYK Percentages of Color #e12ebe
Complementary Color
#e12ebe | #2ee151 |
#e12ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e12ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e12ebe Color CSS Codes
.mybgcolor {background-color:#e12ebe; } .myforecolor {color:#e12ebe; } .mybordercolor {border:3px solid #e12ebe; }
#e12ebe Text Font Color
<p style="color:#e12ebe">Text here</p>
This sample text font color is #e12ebe
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.
#e12ebe Background Color
<div style="background-color:#e12ebe">
Div content here</div>
This div background color is #e12ebe
#e12ebe Border Color
<div style="border:3px solid #e12ebe">
Div here</div>
This div border color is #e12ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,46,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e12ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e12ebe; -webkit-box-shadow: 1px 1px 3px 2px #e12ebe; box-shadow: 1px 1px 3px 2px #e12ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,46,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 #e12ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e12ebe; -webkit-box-shadow: 1px 1px 3px 2px #e12ebe; box-shadow: 1px 1px 3px 2px #e12ebe;">
Div content here</div>
This div box has shadow with color #e12ebe
Comments
No comments written yet.
Please login to write comment.