Color spaces of #ea738d
RGB | 234 | 115 | 141 |
---|---|---|---|
HSL | 0.96 | 0.74 | 0.68 |
HSV | 347° | 51° | 92° |
CMYK | 0.00 | 0.51 | 0.40 0.08 |
XYZ | 44.8701 | 31.6770 | 28.9487 |
Yxy | 31.6770 | 0.4253 | 0.3003 |
Hunter Lab | 56.2823 | 43.8119 | 8.9019 |
CIE-Lab | 63.0750 | 48.4819 | 7.7327 |
#ea738d color RGB value is (234,115,141).
#ea738d hex color red value is 234, green value is 115 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ea738d hue: 0.96 , saturation: 0.74 and the lightness value of ea738d is 0.68.
The process color (four color CMYK) of #ea738d color hex is 0.00, 0.51, 0.40, 0.08. Web safe color of #ea738d is #ff6699. Color #ea738d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01110011 | 10001101 |
Octal | 352 | 163 | 215 |
Decimal | 234 | 115 | 141 |
Hex | EA | 73 | 8D |
Shades of #ea738d
Tints of #ea738d
RGB Percentages of Color #ea738d
CMYK Percentages of Color #ea738d
Complementary Color
#ea738d | #73ead0 |
#ea738d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea738d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea738d Color CSS Codes
.mybgcolor {background-color:#ea738d; } .myforecolor {color:#ea738d; } .mybordercolor {border:3px solid #ea738d; }
#ea738d Text Font Color
<p style="color:#ea738d">Text here</p>
This sample text font color is #ea738d
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.
#ea738d Background Color
<div style="background-color:#ea738d">
Div content here</div>
This div background color is #ea738d
#ea738d Border Color
<div style="border:3px solid #ea738d">
Div here</div>
This div border color is #ea738d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,115,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea738d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea738d; -webkit-box-shadow: 1px 1px 3px 2px #ea738d; box-shadow: 1px 1px 3px 2px #ea738d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,115,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea738d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea738d; -webkit-box-shadow: 1px 1px 3px 2px #ea738d; box-shadow: 1px 1px 3px 2px #ea738d;">
Div content here</div>
This div box has shadow with color #ea738d
Comments
No comments written yet.
Please login to write comment.