Color Hex Logo

#ea718e Color Hex

#EA718E
(234,113,142)
0 Favorites   0 Comments

Color spaces of #ea718e

RGB 234113142
HSL0.960.740.68
HSV346°52°92°
CMYK 0.000.520.39   0.08
XYZ44.719331.255729.2672
Yxy31.25570.42490.2970
Hunter Lab55.906844.94358.0965
CIE-Lab62.722949.56316.6556

#ea718e color RGB value is (234,113,142).

#ea718e hex color red value is 234, green value is 113 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ea718e hue: 0.96 , saturation: 0.74 and the lightness value of ea718e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 10001110
Octal 352 161 216
Decimal 234 113 142
Hex EA 71 8E

RGB Percentages of Color #ea718e

%47.85
%23.11
%29.04

CMYK Percentages of Color #ea718e

%0
%52
%39
%8

Triadic Colors of #ea718e

#ea718e #8eea71 #718eea

Analogous Colors of #ea718e

#ea718e #ea9171 #ea71cb

Monochromatic Colors of #ea718e

#ea718e

Complementary Color

#ea718e #71eacd

#ea718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea718e Color CSS Codes

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

#ea718e Text Font Color

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

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


#ea718e Background Color

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

This div background color is #ea718e


#ea718e Border Color

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

This div border color is #ea718e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea718e


Comments

No comments written yet.

Please login to write comment.