Color spaces of #e199bc
RGB | 225 | 153 | 188 |
---|---|---|---|
HSL | 0.92 | 0.55 | 0.74 |
HSV | 331° | 32° | 88° |
CMYK | 0.00 | 0.32 | 0.16 0.12 |
XYZ | 51.5197 | 42.4209 | 53.0496 |
Yxy | 42.4209 | 0.3505 | 0.2886 |
Hunter Lab | 65.1313 | 27.2159 | -2.6999 |
CIE-Lab | 71.1601 | 31.9856 | -7.0995 |
#e199bc color RGB value is (225,153,188).
#e199bc hex color red value is 225, green value is 153 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e199bc hue: 0.92 , saturation: 0.55 and the lightness value of e199bc is 0.74.
The process color (four color CMYK) of #e199bc color hex is 0.00, 0.32, 0.16, 0.12. Web safe color of #e199bc is #cc99cc. Color #e199bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10011001 | 10111100 |
Octal | 341 | 231 | 274 |
Decimal | 225 | 153 | 188 |
Hex | E1 | 99 | BC |
Shades of #e199bc
Tints of #e199bc
RGB Percentages of Color #e199bc
CMYK Percentages of Color #e199bc
Complementary Color
#e199bc | #99e1be |
#e199bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e199bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e199bc Color CSS Codes
.mybgcolor {background-color:#e199bc; } .myforecolor {color:#e199bc; } .mybordercolor {border:3px solid #e199bc; }
#e199bc Text Font Color
<p style="color:#e199bc">Text here</p>
This sample text font color is #e199bc
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.
#e199bc Background Color
<div style="background-color:#e199bc">
Div content here</div>
This div background color is #e199bc
#e199bc Border Color
<div style="border:3px solid #e199bc">
Div here</div>
This div border color is #e199bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,153,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e199bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e199bc; -webkit-box-shadow: 1px 1px 3px 2px #e199bc; box-shadow: 1px 1px 3px 2px #e199bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,153,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e199bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e199bc; -webkit-box-shadow: 1px 1px 3px 2px #e199bc; box-shadow: 1px 1px 3px 2px #e199bc;">
Div content here</div>
This div box has shadow with color #e199bc
Comments
No comments written yet.
Please login to write comment.