Color spaces of #e16ebe
RGB | 225 | 110 | 190 |
---|---|---|---|
HSL | 0.88 | 0.66 | 0.66 |
HSV | 318° | 51° | 88° |
CMYK | 0.00 | 0.51 | 0.16 0.12 |
XYZ | 45.9215 | 30.8771 | 52.2547 |
Yxy | 30.8771 | 0.3558 | 0.2393 |
Hunter Lab | 55.5672 | 50.2724 | -16.8586 |
CIE-Lab | 62.4037 | 54.3928 | -21.4067 |
#e16ebe color RGB value is (225,110,190).
#e16ebe hex color red value is 225, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e16ebe hue: 0.88 , saturation: 0.66 and the lightness value of e16ebe is 0.66.
The process color (four color CMYK) of #e16ebe color hex is 0.00, 0.51, 0.16, 0.12. Web safe color of #e16ebe is #cc66cc. Color #e16ebe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01101110 | 10111110 |
Octal | 341 | 156 | 276 |
Decimal | 225 | 110 | 190 |
Hex | E1 | 6E | BE |
Shades of #e16ebe
Tints of #e16ebe
RGB Percentages of Color #e16ebe
CMYK Percentages of Color #e16ebe
Complementary Color
#e16ebe | #6ee191 |
#e16ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e16ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e16ebe Color CSS Codes
.mybgcolor {background-color:#e16ebe; } .myforecolor {color:#e16ebe; } .mybordercolor {border:3px solid #e16ebe; }
#e16ebe Text Font Color
<p style="color:#e16ebe">Text here</p>
This sample text font color is #e16ebe
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.
#e16ebe Background Color
<div style="background-color:#e16ebe">
Div content here</div>
This div background color is #e16ebe
#e16ebe Border Color
<div style="border:3px solid #e16ebe">
Div here</div>
This div border color is #e16ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,110,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e16ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e16ebe; -webkit-box-shadow: 1px 1px 3px 2px #e16ebe; box-shadow: 1px 1px 3px 2px #e16ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,110,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 #e16ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e16ebe; -webkit-box-shadow: 1px 1px 3px 2px #e16ebe; box-shadow: 1px 1px 3px 2px #e16ebe;">
Div content here</div>
This div box has shadow with color #e16ebe
Comments
No comments written yet.
Please login to write comment.