Color Hex Logo

#ea588e Color Hex

#EA588E
(234,88,142)
0 Favorites   0 Comments

Color spaces of #ea588e

RGB 23488142
HSL0.940.780.63
HSV338°62°92°
CMYK 0.000.620.39   0.08
XYZ42.303926.424928.4620
Yxy26.42490.43530.2719
Hunter Lab51.405256.93763.1559
CIE-Lab58.438260.90010.4629

#ea588e color RGB value is (234,88,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 10001110
Octal 352 130 216
Decimal 234 88 142
Hex EA 58 8E

RGB Percentages of Color #ea588e

%50.43
%18.97
%30.60

CMYK Percentages of Color #ea588e

%0
%62
%39
%8

Triadic Colors of #ea588e

#ea588e #8eea58 #588eea

Analogous Colors of #ea588e

#ea588e #ea6b58 #ea58d7

Monochromatic Colors of #ea588e

#ea588e

Complementary Color

#ea588e #58eab4

#ea588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea588e Color CSS Codes

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

#ea588e Text Font Color

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

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


#ea588e Background Color

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

This div background color is #ea588e


#ea588e Border Color

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

This div border color is #ea588e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,88,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 #ea588e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea588e


Comments

No comments written yet.

Please login to write comment.