Color spaces of #ea94be
RGB | 234 | 148 | 190 |
---|---|---|---|
HSL | 0.92 | 0.67 | 0.75 |
HSV | 331° | 37° | 92° |
CMYK | 0.00 | 0.37 | 0.19 0.08 |
XYZ | 53.8159 | 42.3899 | 54.0609 |
Yxy | 42.3899 | 0.3581 | 0.2821 |
Hunter Lab | 65.1075 | 33.6045 | -3.6551 |
CIE-Lab | 71.1389 | 38.0459 | -8.1298 |
#ea94be color RGB value is (234,148,190).
#ea94be hex color red value is 234, green value is 148 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ea94be hue: 0.92 , saturation: 0.67 and the lightness value of ea94be is 0.75.
The process color (four color CMYK) of #ea94be color hex is 0.00, 0.37, 0.19, 0.08. Web safe color of #ea94be is #ff99cc. Color #ea94be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10010100 | 10111110 |
Octal | 352 | 224 | 276 |
Decimal | 234 | 148 | 190 |
Hex | EA | 94 | BE |
Shades of #ea94be
Tints of #ea94be
RGB Percentages of Color #ea94be
CMYK Percentages of Color #ea94be
Complementary Color
#ea94be | #94eac0 |
#ea94be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea94be Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea94be Color CSS Codes
.mybgcolor {background-color:#ea94be; } .myforecolor {color:#ea94be; } .mybordercolor {border:3px solid #ea94be; }
#ea94be Text Font Color
<p style="color:#ea94be">Text here</p>
This sample text font color is #ea94be
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.
#ea94be Background Color
<div style="background-color:#ea94be">
Div content here</div>
This div background color is #ea94be
#ea94be Border Color
<div style="border:3px solid #ea94be">
Div here</div>
This div border color is #ea94be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,148,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea94be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea94be; -webkit-box-shadow: 1px 1px 3px 2px #ea94be; box-shadow: 1px 1px 3px 2px #ea94be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,148,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea94be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea94be; -webkit-box-shadow: 1px 1px 3px 2px #ea94be; box-shadow: 1px 1px 3px 2px #ea94be;">
Div content here</div>
This div box has shadow with color #ea94be
Comments
No comments written yet.
Please login to write comment.