Color spaces of #ea647d
RGB | 234 | 100 | 125 |
---|---|---|---|
HSL | 0.97 | 0.76 | 0.65 |
HSV | 349° | 57° | 92° |
CMYK | 0.00 | 0.57 | 0.47 0.08 |
XYZ | 42.1905 | 28.0874 | 22.5998 |
Yxy | 28.0874 | 0.4543 | 0.3024 |
Hunter Lab | 52.9975 | 49.3553 | 11.8152 |
CIE-Lab | 59.9676 | 53.9663 | 12.5623 |
#ea647d color RGB value is (234,100,125).
#ea647d hex color red value is 234, green value is 100 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ea647d hue: 0.97 , saturation: 0.76 and the lightness value of ea647d is 0.65.
The process color (four color CMYK) of #ea647d color hex is 0.00, 0.57, 0.47, 0.08. Web safe color of #ea647d is #ff6666. Color #ea647d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01100100 | 01111101 |
Octal | 352 | 144 | 175 |
Decimal | 234 | 100 | 125 |
Hex | EA | 64 | 7D |
Shades of #ea647d
Tints of #ea647d
RGB Percentages of Color #ea647d
CMYK Percentages of Color #ea647d
Complementary Color
#ea647d | #64ead1 |
#ea647d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea647d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea647d Color CSS Codes
.mybgcolor {background-color:#ea647d; } .myforecolor {color:#ea647d; } .mybordercolor {border:3px solid #ea647d; }
#ea647d Text Font Color
<p style="color:#ea647d">Text here</p>
This sample text font color is #ea647d
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.
#ea647d Background Color
<div style="background-color:#ea647d">
Div content here</div>
This div background color is #ea647d
#ea647d Border Color
<div style="border:3px solid #ea647d">
Div here</div>
This div border color is #ea647d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,100,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea647d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea647d; -webkit-box-shadow: 1px 1px 3px 2px #ea647d; box-shadow: 1px 1px 3px 2px #ea647d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,100,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea647d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea647d; -webkit-box-shadow: 1px 1px 3px 2px #ea647d; box-shadow: 1px 1px 3px 2px #ea647d;">
Div content here</div>
This div box has shadow with color #ea647d
Comments
No comments written yet.
Please login to write comment.