Color Hex Logo

#ea559e Color Hex

#EA559E
(234,85,158)
0 Favorites   0 Comments

Color spaces of #ea559e

RGB 23485158
HSL0.920.780.63
HSV331°64°92°
CMYK 0.000.640.32   0.08
XYZ43.351726.458035.1698
Yxy26.45800.41300.2520
Hunter Lab51.437360.4255-4.5328
CIE-Lab58.469363.8923-8.8297

#ea559e color RGB value is (234,85,158).

#ea559e hex color red value is 234, green value is 85 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ea559e hue: 0.92 , saturation: 0.78 and the lightness value of ea559e is 0.63.

The process color (four color CMYK) of #ea559e color hex is 0.00, 0.64, 0.32, 0.08. Web safe color of #ea559e is #ff6699. Color #ea559e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010101 10011110
Octal 352 125 236
Decimal 234 85 158
Hex EA 55 9E

RGB Percentages of Color #ea559e

%49.06
%17.82
%33.12

CMYK Percentages of Color #ea559e

%0
%64
%32
%8

Triadic Colors of #ea559e

#ea559e #9eea55 #559eea

Analogous Colors of #ea559e

#ea559e #ea5755 #ea55e9

Monochromatic Colors of #ea559e

#ea559e

Complementary Color

#ea559e #55eaa1

#ea559e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea559e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea559e Color CSS Codes

.mybgcolor {background-color:#ea559e; } 
.myforecolor {color:#ea559e; }
.mybordercolor {border:3px solid #ea559e; }

#ea559e Text Font Color

<p style="color:#ea559e">Text here</p>

This sample text font color is #ea559e
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.


#ea559e Background Color

<div style="background-color:#ea559e">
Div content here</div>

This div background color is #ea559e


#ea559e Border Color

<div style="border:3px solid #ea559e">
Div here</div>

This div border color is #ea559e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,85,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea559e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea559e;
  -webkit-box-shadow: 1px 1px 3px 2px #ea559e;
  box-shadow:         1px 1px 3px 2px #ea559e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,85,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea559e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ea559e;
  -webkit-box-shadow: 1px 1px 3px 2px #ea559e;
  box-shadow:         1px 1px 3px 2px #ea559e;">
Div content here</div>

This div box has shadow with color #ea559e


Comments

No comments written yet.

Please login to write comment.