Color spaces of #e90b6e
RGB | 233 | 11 | 110 |
---|---|---|---|
HSL | 0.93 | 0.91 | 0.48 |
HSV | 333° | 95° | 91° |
CMYK | 0.00 | 0.95 | 0.53 0.09 |
XYZ | 36.5384 | 18.6888 | 16.4334 |
Yxy | 18.6888 | 0.5099 | 0.2608 |
Hunter Lab | 43.2305 | 75.2145 | 7.7232 |
CIE-Lab | 50.3211 | 77.6911 | 7.8624 |
#e90b6e color RGB value is (233,11,110).
#e90b6e hex color red value is 233, green value is 11 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e90b6e hue: 0.93 , saturation: 0.91 and the lightness value of e90b6e is 0.48.
The process color (four color CMYK) of #e90b6e color hex is 0.00, 0.95, 0.53, 0.09. Web safe color of #e90b6e is #ff0066. Color #e90b6e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00001011 | 01101110 |
Octal | 351 | 13 | 156 |
Decimal | 233 | 11 | 110 |
Hex | E9 | B | 6E |
Shades of #e90b6e
Tints of #e90b6e
RGB Percentages of Color #e90b6e
CMYK Percentages of Color #e90b6e
Complementary Color
#e90b6e | #0be986 |
#e90b6e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e90b6e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e90b6e Color CSS Codes
.mybgcolor {background-color:#e90b6e; } .myforecolor {color:#e90b6e; } .mybordercolor {border:3px solid #e90b6e; }
#e90b6e Text Font Color
<p style="color:#e90b6e">Text here</p>
This sample text font color is #e90b6e
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.
#e90b6e Background Color
<div style="background-color:#e90b6e">
Div content here</div>
This div background color is #e90b6e
#e90b6e Border Color
<div style="border:3px solid #e90b6e">
Div here</div>
This div border color is #e90b6e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,11,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e90b6e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e90b6e; -webkit-box-shadow: 1px 1px 3px 2px #e90b6e; box-shadow: 1px 1px 3px 2px #e90b6e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,11,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e90b6e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e90b6e; -webkit-box-shadow: 1px 1px 3px 2px #e90b6e; box-shadow: 1px 1px 3px 2px #e90b6e;">
Div content here</div>
This div box has shadow with color #e90b6e
Comments
No comments written yet.
Please login to write comment.