Color Hex Logo

#ea558e Color Hex

#EA558E
(234,85,142)
0 Favorites   0 Comments

Color spaces of #ea558e

RGB 23485142
HSL0.940.780.63
HSV337°64°92°
CMYK 0.000.640.39   0.08
XYZ42.062725.942428.3816
Yxy25.94240.43640.2691
Hunter Lab50.933758.27722.6156
CIE-Lab57.982362.1381-0.2025

#ea558e color RGB value is (234,85,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010101 10001110
Octal 352 125 216
Decimal 234 85 142
Hex EA 55 8E

RGB Percentages of Color #ea558e

%50.76
%18.44
%30.80

CMYK Percentages of Color #ea558e

%0
%64
%39
%8

Triadic Colors of #ea558e

#ea558e #8eea55 #558eea

Analogous Colors of #ea558e

#ea558e #ea6755 #ea55d9

Monochromatic Colors of #ea558e

#ea558e

Complementary Color

#ea558e #55eab1

#ea558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea558e Color CSS Codes

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

#ea558e Text Font Color

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

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


#ea558e Background Color

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

This div background color is #ea558e


#ea558e Border Color

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

This div border color is #ea558e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea558e


Comments

No comments written yet.

Please login to write comment.