Color Hex Logo

#ea318e Color Hex

#EA318E
(234,49,142)
0 Favorites   0 Comments

Color spaces of #ea318e

RGB 23449142
HSL0.920.810.55
HSV330°79°92°
CMYK 0.000.790.39   0.08
XYZ39.912521.642027.6649
Yxy21.64200.44740.2426
Hunter Lab46.521071.7318-2.6937
CIE-Lab53.645174.2267-6.5959

#ea318e color RGB value is (234,49,142).

#ea318e hex color red value is 234, green value is 49 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ea318e hue: 0.92 , saturation: 0.81 and the lightness value of ea318e is 0.55.

The process color (four color CMYK) of #ea318e color hex is 0.00, 0.79, 0.39, 0.08. Web safe color of #ea318e is #ff3399. Color #ea318e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110001 10001110
Octal 352 61 216
Decimal 234 49 142
Hex EA 31 8E

RGB Percentages of Color #ea318e

%55.06
%11.53
%33.41

CMYK Percentages of Color #ea318e

%0
%79
%39
%8

Triadic Colors of #ea318e

#ea318e #8eea31 #318eea

Analogous Colors of #ea318e

#ea318e #ea3132 #ea31ea

Monochromatic Colors of #ea318e

#ea318e

Complementary Color

#ea318e #31ea8d

#ea318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea318e Color CSS Codes

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

#ea318e Text Font Color

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

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


#ea318e Background Color

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

This div background color is #ea318e


#ea318e Border Color

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

This div border color is #ea318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea318e


Comments

No comments written yet.

Please login to write comment.