Color Hex Logo

#ea5eab Color Hex

#EA5EAB
(234,94,171)
0 Favorites   0 Comments

Color spaces of #ea5eab

RGB 23494171
HSL0.910.770.64
HSV327°60°92°
CMYK 0.000.600.27   0.08
XYZ45.285128.438141.6304
Yxy28.43810.39260.2465
Hunter Lab53.327458.2576-8.9560
CIE-Lab60.282561.7153-13.6384

#ea5eab color RGB value is (234,94,171).

#ea5eab hex color red value is 234, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ea5eab hue: 0.91 , saturation: 0.77 and the lightness value of ea5eab is 0.64.

The process color (four color CMYK) of #ea5eab color hex is 0.00, 0.60, 0.27, 0.08. Web safe color of #ea5eab is #ff6699. Color #ea5eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011110 10101011
Octal 352 136 253
Decimal 234 94 171
Hex EA 5E AB

RGB Percentages of Color #ea5eab

%46.89
%18.84
%34.27

CMYK Percentages of Color #ea5eab

%0
%60
%27
%8

Triadic Colors of #ea5eab

#ea5eab #abea5e #5eabea

Analogous Colors of #ea5eab

#ea5eab #ea5e65 #e35eea

Monochromatic Colors of #ea5eab

#ea5eab

Complementary Color

#ea5eab #5eea9d

#ea5eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5eab Color CSS Codes

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

#ea5eab Text Font Color

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

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


#ea5eab Background Color

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

This div background color is #ea5eab


#ea5eab Border Color

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

This div border color is #ea5eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5eab


Comments

No comments written yet.

Please login to write comment.