Color spaces of #e994bb
RGB | 233 | 148 | 187 |
---|---|---|---|
HSL | 0.92 | 0.66 | 0.75 |
HSV | 332° | 36° | 91° |
CMYK | 0.00 | 0.36 | 0.20 0.09 |
XYZ | 53.1638 | 42.0913 | 52.3361 |
Yxy | 42.0913 | 0.3602 | 0.2852 |
Hunter Lab | 64.8778 | 32.7348 | -2.4140 |
CIE-Lab | 70.9338 | 37.2524 | -6.7809 |
#e994bb color RGB value is (233,148,187).
#e994bb hex color red value is 233, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e994bb hue: 0.92 , saturation: 0.66 and the lightness value of e994bb is 0.75.
The process color (four color CMYK) of #e994bb color hex is 0.00, 0.36, 0.20, 0.09. Web safe color of #e994bb is #ff99cc. Color #e994bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10010100 | 10111011 |
Octal | 351 | 224 | 273 |
Decimal | 233 | 148 | 187 |
Hex | E9 | 94 | BB |
Shades of #e994bb
Tints of #e994bb
RGB Percentages of Color #e994bb
CMYK Percentages of Color #e994bb
Complementary Color
#e994bb | #94e9c2 |
#e994bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e994bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e994bb Color CSS Codes
.mybgcolor {background-color:#e994bb; } .myforecolor {color:#e994bb; } .mybordercolor {border:3px solid #e994bb; }
#e994bb Text Font Color
<p style="color:#e994bb">Text here</p>
This sample text font color is #e994bb
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.
#e994bb Background Color
<div style="background-color:#e994bb">
Div content here</div>
This div background color is #e994bb
#e994bb Border Color
<div style="border:3px solid #e994bb">
Div here</div>
This div border color is #e994bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,148,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e994bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e994bb; -webkit-box-shadow: 1px 1px 3px 2px #e994bb; box-shadow: 1px 1px 3px 2px #e994bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,148,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e994bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e994bb; -webkit-box-shadow: 1px 1px 3px 2px #e994bb; box-shadow: 1px 1px 3px 2px #e994bb;">
Div content here</div>
This div box has shadow with color #e994bb
Comments
No comments written yet.
Please login to write comment.