Color spaces of #e92ebe
RGB | 233 | 46 | 190 |
---|---|---|---|
HSL | 0.87 | 0.81 | 0.55 |
HSV | 314° | 80° | 91° |
CMYK | 0.00 | 0.80 | 0.18 0.09 |
XYZ | 43.8755 | 22.9953 | 50.8412 |
Yxy | 22.9953 | 0.3727 | 0.1954 |
Hunter Lab | 47.9534 | 79.4020 | -29.2931 |
CIE-Lab | 55.0675 | 80.0990 | -32.6306 |
#e92ebe color RGB value is (233,46,190).
#e92ebe hex color red value is 233, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e92ebe hue: 0.87 , saturation: 0.81 and the lightness value of e92ebe is 0.55.
The process color (four color CMYK) of #e92ebe color hex is 0.00, 0.80, 0.18, 0.09. Web safe color of #e92ebe is #ff33cc. Color #e92ebe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00101110 | 10111110 |
Octal | 351 | 56 | 276 |
Decimal | 233 | 46 | 190 |
Hex | E9 | 2E | BE |
Shades of #e92ebe
Tints of #e92ebe
RGB Percentages of Color #e92ebe
CMYK Percentages of Color #e92ebe
Complementary Color
#e92ebe | #2ee959 |
#e92ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e92ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e92ebe Color CSS Codes
.mybgcolor {background-color:#e92ebe; } .myforecolor {color:#e92ebe; } .mybordercolor {border:3px solid #e92ebe; }
#e92ebe Text Font Color
<p style="color:#e92ebe">Text here</p>
This sample text font color is #e92ebe
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.
#e92ebe Background Color
<div style="background-color:#e92ebe">
Div content here</div>
This div background color is #e92ebe
#e92ebe Border Color
<div style="border:3px solid #e92ebe">
Div here</div>
This div border color is #e92ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,46,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e92ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e92ebe; -webkit-box-shadow: 1px 1px 3px 2px #e92ebe; box-shadow: 1px 1px 3px 2px #e92ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,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 #e92ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e92ebe; -webkit-box-shadow: 1px 1px 3px 2px #e92ebe; box-shadow: 1px 1px 3px 2px #e92ebe;">
Div content here</div>
This div box has shadow with color #e92ebe
Comments
No comments written yet.
Please login to write comment.