Color spaces of #e119bb
RGB | 225 | 25 | 187 |
---|---|---|---|
HSL | 0.87 | 0.80 | 0.49 |
HSV | 311° | 89° | 88° |
CMYK | 0.00 | 0.89 | 0.17 0.12 |
XYZ | 40.3686 | 20.2907 | 48.8025 |
Yxy | 20.2907 | 0.3688 | 0.1854 |
Hunter Lab | 45.0452 | 81.1390 | -32.7038 |
CIE-Lab | 52.1643 | 82.0302 | -35.5338 |
#e119bb color RGB value is (225,25,187).
#e119bb hex color red value is 225, green value is 25 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e119bb hue: 0.87 , saturation: 0.80 and the lightness value of e119bb is 0.49.
The process color (four color CMYK) of #e119bb color hex is 0.00, 0.89, 0.17, 0.12. Web safe color of #e119bb is #cc00cc. Color #e119bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00011001 | 10111011 |
Octal | 341 | 31 | 273 |
Decimal | 225 | 25 | 187 |
Hex | E1 | 19 | BB |
Shades of #e119bb
Tints of #e119bb
RGB Percentages of Color #e119bb
CMYK Percentages of Color #e119bb
Complementary Color
#e119bb | #19e13f |
#e119bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e119bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e119bb Color CSS Codes
.mybgcolor {background-color:#e119bb; } .myforecolor {color:#e119bb; } .mybordercolor {border:3px solid #e119bb; }
#e119bb Text Font Color
<p style="color:#e119bb">Text here</p>
This sample text font color is #e119bb
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.
#e119bb Background Color
<div style="background-color:#e119bb">
Div content here</div>
This div background color is #e119bb
#e119bb Border Color
<div style="border:3px solid #e119bb">
Div here</div>
This div border color is #e119bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,25,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e119bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e119bb; -webkit-box-shadow: 1px 1px 3px 2px #e119bb; box-shadow: 1px 1px 3px 2px #e119bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,25,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 #e119bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e119bb; -webkit-box-shadow: 1px 1px 3px 2px #e119bb; box-shadow: 1px 1px 3px 2px #e119bb;">
Div content here</div>
This div box has shadow with color #e119bb
Comments
No comments written yet.
Please login to write comment.