Color spaces of #e991cd
RGB | 233 | 145 | 205 |
---|---|---|---|
HSL | 0.89 | 0.67 | 0.74 |
HSV | 319° | 38° | 91° |
CMYK | 0.00 | 0.38 | 0.12 0.09 |
XYZ | 54.7491 | 41.9822 | 62.9754 |
Yxy | 41.9822 | 0.3428 | 0.2629 |
Hunter Lab | 64.7937 | 37.4393 | -12.2706 |
CIE-Lab | 70.8586 | 41.6312 | -16.8790 |
#e991cd color RGB value is (233,145,205).
#e991cd hex color red value is 233, green value is 145 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e991cd hue: 0.89 , saturation: 0.67 and the lightness value of e991cd is 0.74.
The process color (four color CMYK) of #e991cd color hex is 0.00, 0.38, 0.12, 0.09. Web safe color of #e991cd is #ff99cc. Color #e991cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10010001 | 11001101 |
Octal | 351 | 221 | 315 |
Decimal | 233 | 145 | 205 |
Hex | E9 | 91 | CD |
Shades of #e991cd
Tints of #e991cd
RGB Percentages of Color #e991cd
CMYK Percentages of Color #e991cd
Complementary Color
#e991cd | #91e9ad |
#e991cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e991cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e991cd Color CSS Codes
.mybgcolor {background-color:#e991cd; } .myforecolor {color:#e991cd; } .mybordercolor {border:3px solid #e991cd; }
#e991cd Text Font Color
<p style="color:#e991cd">Text here</p>
This sample text font color is #e991cd
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.
#e991cd Background Color
<div style="background-color:#e991cd">
Div content here</div>
This div background color is #e991cd
#e991cd Border Color
<div style="border:3px solid #e991cd">
Div here</div>
This div border color is #e991cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,145,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e991cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e991cd; -webkit-box-shadow: 1px 1px 3px 2px #e991cd; box-shadow: 1px 1px 3px 2px #e991cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,145,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e991cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e991cd; -webkit-box-shadow: 1px 1px 3px 2px #e991cd; box-shadow: 1px 1px 3px 2px #e991cd;">
Div content here</div>
This div box has shadow with color #e991cd
Comments
No comments written yet.
Please login to write comment.