Color Hex Logo

#ea719e Color Hex

#EA719E
(234,113,158)
0 Favorites   0 Comments

Color spaces of #ea719e

RGB 234113158
HSL0.940.740.68
HSV338°52°92°
CMYK 0.000.520.32   0.08
XYZ46.008431.771336.0553
Yxy31.77130.40420.2791
Hunter Lab56.366047.05891.5306
CIE-Lab63.153451.4088-1.8958

#ea719e color RGB value is (234,113,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 10011110
Octal 352 161 236
Decimal 234 113 158
Hex EA 71 9E

RGB Percentages of Color #ea719e

%46.34
%22.38
%31.29

CMYK Percentages of Color #ea719e

%0
%52
%32
%8

Triadic Colors of #ea719e

#ea719e #9eea71 #719eea

Analogous Colors of #ea719e

#ea719e #ea8171 #ea71db

Monochromatic Colors of #ea719e

#ea719e

Complementary Color

#ea719e #71eabd

#ea719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea719e Color CSS Codes

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

#ea719e Text Font Color

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

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


#ea719e Background Color

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

This div background color is #ea719e


#ea719e Border Color

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

This div border color is #ea719e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea719e


Comments

No comments written yet.

Please login to write comment.