Color spaces of #e246ba
RGB | 226 | 70 | 186 |
---|---|---|---|
HSL | 0.88 | 0.73 | 0.58 |
HSV | 315° | 69° | 89° |
CMYK | 0.00 | 0.69 | 0.18 0.11 |
XYZ | 42.4171 | 24.0942 | 48.8694 |
Yxy | 24.0942 | 0.3676 | 0.2088 |
Hunter Lab | 49.0858 | 68.3490 | -24.6685 |
CIE-Lab | 56.1820 | 70.9653 | -28.6767 |
#e246ba color RGB value is (226,70,186).
#e246ba hex color red value is 226, green value is 70 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e246ba hue: 0.88 , saturation: 0.73 and the lightness value of e246ba is 0.58.
The process color (four color CMYK) of #e246ba color hex is 0.00, 0.69, 0.18, 0.11. Web safe color of #e246ba is #cc33cc. Color #e246ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01000110 | 10111010 |
Octal | 342 | 106 | 272 |
Decimal | 226 | 70 | 186 |
Hex | E2 | 46 | BA |
Shades of #e246ba
Tints of #e246ba
RGB Percentages of Color #e246ba
CMYK Percentages of Color #e246ba
Complementary Color
#e246ba | #46e26e |
#e246ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e246ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e246ba Color CSS Codes
.mybgcolor {background-color:#e246ba; } .myforecolor {color:#e246ba; } .mybordercolor {border:3px solid #e246ba; }
#e246ba Text Font Color
<p style="color:#e246ba">Text here</p>
This sample text font color is #e246ba
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.
#e246ba Background Color
<div style="background-color:#e246ba">
Div content here</div>
This div background color is #e246ba
#e246ba Border Color
<div style="border:3px solid #e246ba">
Div here</div>
This div border color is #e246ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,70,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e246ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e246ba; -webkit-box-shadow: 1px 1px 3px 2px #e246ba; box-shadow: 1px 1px 3px 2px #e246ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,70,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e246ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e246ba; -webkit-box-shadow: 1px 1px 3px 2px #e246ba; box-shadow: 1px 1px 3px 2px #e246ba;">
Div content here</div>
This div box has shadow with color #e246ba
Comments
No comments written yet.
Please login to write comment.