Color Hex Logo

#ea299e Color Hex

#EA299E
(234,41,158)
0 Favorites   0 Comments

Color spaces of #ea299e

RGB 23441158
HSL0.900.820.54
HSV324°82°92°
CMYK 0.000.820.32   0.08
XYZ40.896221.546934.3513
Yxy21.54690.42250.2226
Hunter Lab46.418676.0312-11.3835
CIE-Lab53.542977.7181-16.2505

#ea299e color RGB value is (234,41,158).

#ea299e hex color red value is 234, green value is 41 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ea299e hue: 0.90 , saturation: 0.82 and the lightness value of ea299e is 0.54.

The process color (four color CMYK) of #ea299e color hex is 0.00, 0.82, 0.32, 0.08. Web safe color of #ea299e is #ff3399. Color #ea299e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101001 10011110
Octal 352 51 236
Decimal 234 41 158
Hex EA 29 9E

RGB Percentages of Color #ea299e

%54.04
%9.47
%36.49

CMYK Percentages of Color #ea299e

%0
%82
%32
%8

Triadic Colors of #ea299e

#ea299e #9eea29 #299eea

Analogous Colors of #ea299e

#ea299e #ea293e #d629ea

Monochromatic Colors of #ea299e

#ea299e

Complementary Color

#ea299e #29ea75

#ea299e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea299e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea299e Color CSS Codes

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

#ea299e Text Font Color

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

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


#ea299e Background Color

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

This div background color is #ea299e


#ea299e Border Color

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

This div border color is #ea299e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea299e


Comments

No comments written yet.

Please login to write comment.