Color spaces of #ea6aae
RGB | 234 | 106 | 174 |
---|---|---|---|
HSL | 0.91 | 0.75 | 0.67 |
HSV | 328° | 55° | 92° |
CMYK | 0.00 | 0.55 | 0.26 0.08 |
XYZ | 46.7257 | 30.8565 | 43.5376 |
Yxy | 30.8565 | 0.3858 | 0.2548 |
Hunter Lab | 55.5486 | 52.9383 | -7.5860 |
CIE-Lab | 62.3863 | 56.7450 | -12.1949 |
#ea6aae color RGB value is (234,106,174).
#ea6aae hex color red value is 234, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ea6aae hue: 0.91 , saturation: 0.75 and the lightness value of ea6aae is 0.67.
The process color (four color CMYK) of #ea6aae color hex is 0.00, 0.55, 0.26, 0.08. Web safe color of #ea6aae is #ff6699. Color #ea6aae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01101010 | 10101110 |
Octal | 352 | 152 | 256 |
Decimal | 234 | 106 | 174 |
Hex | EA | 6A | AE |
Shades of #ea6aae
Tints of #ea6aae
RGB Percentages of Color #ea6aae
CMYK Percentages of Color #ea6aae
Complementary Color
#ea6aae | #6aeaa6 |
#ea6aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea6aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea6aae Color CSS Codes
.mybgcolor {background-color:#ea6aae; } .myforecolor {color:#ea6aae; } .mybordercolor {border:3px solid #ea6aae; }
#ea6aae Text Font Color
<p style="color:#ea6aae">Text here</p>
This sample text font color is #ea6aae
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.
#ea6aae Background Color
<div style="background-color:#ea6aae">
Div content here</div>
This div background color is #ea6aae
#ea6aae Border Color
<div style="border:3px solid #ea6aae">
Div here</div>
This div border color is #ea6aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,106,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea6aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea6aae; -webkit-box-shadow: 1px 1px 3px 2px #ea6aae; box-shadow: 1px 1px 3px 2px #ea6aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,106,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea6aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea6aae; -webkit-box-shadow: 1px 1px 3px 2px #ea6aae; box-shadow: 1px 1px 3px 2px #ea6aae;">
Div content here</div>
This div box has shadow with color #ea6aae
Comments
No comments written yet.
Please login to write comment.