Color Hex Logo

#ea476e Color Hex

#EA476E
(234,71,110)
0 Favorites   0 Comments

Color spaces of #ea476e

RGB 23471110
HSL0.960.800.60
HSV346°70°92°
CMYK 0.000.700.53   0.08
XYZ38.999423.124717.1599
Yxy23.12470.49190.2917
Hunter Lab48.088160.608912.5045
CIE-Lab55.200664.644714.7286

#ea476e color RGB value is (234,71,110).

#ea476e hex color red value is 234, green value is 71 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ea476e hue: 0.96 , saturation: 0.80 and the lightness value of ea476e is 0.60.

The process color (four color CMYK) of #ea476e color hex is 0.00, 0.70, 0.53, 0.08. Web safe color of #ea476e is #ff3366. Color #ea476e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 01101110
Octal 352 107 156
Decimal 234 71 110
Hex EA 47 6E

RGB Percentages of Color #ea476e

%56.39
%17.11
%26.51

CMYK Percentages of Color #ea476e

%0
%70
%53
%8

Triadic Colors of #ea476e

#ea476e #6eea47 #476eea

Analogous Colors of #ea476e

#ea476e #ea7247 #ea47c0

Monochromatic Colors of #ea476e

#ea476e

Complementary Color

#ea476e #47eac3

#ea476e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea476e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea476e Color CSS Codes

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

#ea476e Text Font Color

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

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


#ea476e Background Color

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

This div background color is #ea476e


#ea476e Border Color

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

This div border color is #ea476e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,71,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea476e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea476e


Comments

No comments written yet.

Please login to write comment.