Color Hex Logo

#ea399e Color Hex

#EA399E
(234,57,158)
0 Favorites   0 Comments

Color spaces of #ea399e

RGB 23457158
HSL0.900.810.57
HSV326°76°92°
CMYK 0.000.760.32   0.08
XYZ41.566422.887334.5747
Yxy22.88730.41970.2311
Hunter Lab47.840771.3687-9.3607
CIE-Lab54.956173.6778-14.1086

#ea399e color RGB value is (234,57,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111001 10011110
Octal 352 71 236
Decimal 234 57 158
Hex EA 39 9E

RGB Percentages of Color #ea399e

%52.12
%12.69
%35.19

CMYK Percentages of Color #ea399e

%0
%76
%32
%8

Triadic Colors of #ea399e

#ea399e #9eea39 #399eea

Analogous Colors of #ea399e

#ea399e #ea3945 #de39ea

Monochromatic Colors of #ea399e

#ea399e

Complementary Color

#ea399e #39ea85

#ea399e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea399e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea399e Color CSS Codes

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

#ea399e Text Font Color

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

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


#ea399e Background Color

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

This div background color is #ea399e


#ea399e Border Color

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

This div border color is #ea399e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea399e


Comments

No comments written yet.

Please login to write comment.