Color spaces of #eea1bb
RGB | 238 | 161 | 187 |
---|---|---|---|
HSL | 0.94 | 0.69 | 0.78 |
HSV | 340° | 32° | 93° |
CMYK | 0.00 | 0.32 | 0.21 0.07 |
XYZ | 56.9744 | 47.2547 | 53.1319 |
Yxy | 47.2547 | 0.3621 | 0.3003 |
Hunter Lab | 68.7421 | 27.6448 | 2.2932 |
CIE-Lab | 74.3524 | 32.1337 | -1.6769 |
#eea1bb color RGB value is (238,161,187).
#eea1bb hex color red value is 238, green value is 161 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eea1bb hue: 0.94 , saturation: 0.69 and the lightness value of eea1bb is 0.78.
The process color (four color CMYK) of #eea1bb color hex is 0.00, 0.32, 0.21, 0.07. Web safe color of #eea1bb is #ff99cc. Color #eea1bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10100001 | 10111011 |
Octal | 356 | 241 | 273 |
Decimal | 238 | 161 | 187 |
Hex | EE | A1 | BB |
Shades of #eea1bb
Tints of #eea1bb
RGB Percentages of Color #eea1bb
CMYK Percentages of Color #eea1bb
Complementary Color
#eea1bb | #a1eed4 |
#eea1bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eea1bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eea1bb Color CSS Codes
.mybgcolor {background-color:#eea1bb; } .myforecolor {color:#eea1bb; } .mybordercolor {border:3px solid #eea1bb; }
#eea1bb Text Font Color
<p style="color:#eea1bb">Text here</p>
This sample text font color is #eea1bb
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.
#eea1bb Background Color
<div style="background-color:#eea1bb">
Div content here</div>
This div background color is #eea1bb
#eea1bb Border Color
<div style="border:3px solid #eea1bb">
Div here</div>
This div border color is #eea1bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,161,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eea1bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eea1bb; -webkit-box-shadow: 1px 1px 3px 2px #eea1bb; box-shadow: 1px 1px 3px 2px #eea1bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,161,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 #eea1bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eea1bb; -webkit-box-shadow: 1px 1px 3px 2px #eea1bb; box-shadow: 1px 1px 3px 2px #eea1bb;">
Div content here</div>
This div box has shadow with color #eea1bb
Comments
No comments written yet.
Please login to write comment.