Color Hex Logo

#ea618e Color Hex

#EA618E
(234,97,142)
0 Favorites   0 Comments

Color spaces of #ea618e

RGB 23497142
HSL0.950.770.65
HSV340°59°92°
CMYK 0.000.590.39   0.08
XYZ43.088927.994828.7237
Yxy27.99480.43170.2805
Hunter Lab52.910152.77404.8499
CIE-Lab59.884057.01482.5650

#ea618e color RGB value is (234,97,142).

#ea618e hex color red value is 234, green value is 97 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ea618e hue: 0.95 , saturation: 0.77 and the lightness value of ea618e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100001 10001110
Octal 352 141 216
Decimal 234 97 142
Hex EA 61 8E

RGB Percentages of Color #ea618e

%49.47
%20.51
%30.02

CMYK Percentages of Color #ea618e

%0
%59
%39
%8

Triadic Colors of #ea618e

#ea618e #8eea61 #618eea

Analogous Colors of #ea618e

#ea618e #ea7961 #ea61d3

Monochromatic Colors of #ea618e

#ea618e

Complementary Color

#ea618e #61eabd

#ea618e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea618e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea618e Color CSS Codes

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

#ea618e Text Font Color

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

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


#ea618e Background Color

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

This div background color is #ea618e


#ea618e Border Color

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

This div border color is #ea618e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea618e


Comments

No comments written yet.

Please login to write comment.