Color Hex Logo

#ea475d Color Hex

#EA475D
(234,71,93)
0 Favorites   0 Comments

Color spaces of #ea475d

RGB 2347193
HSL0.980.800.60
HSV352°70°92°
CMYK 0.000.700.60   0.08
XYZ38.160722.789212.7434
Yxy22.78920.51780.3092
Hunter Lab47.738059.147317.5895
CIE-Lab54.854563.453424.3331

#ea475d color RGB value is (234,71,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 01011101
Octal 352 107 135
Decimal 234 71 93
Hex EA 47 5D

RGB Percentages of Color #ea475d

%58.79
%17.84
%23.37

CMYK Percentages of Color #ea475d

%0
%70
%60
%8

Triadic Colors of #ea475d

#ea475d #5dea47 #475dea

Analogous Colors of #ea475d

#ea475d #ea8347 #ea47af

Monochromatic Colors of #ea475d

#ea475d

Complementary Color

#ea475d #47ead4

#ea475d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea475d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea475d Color CSS Codes

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

#ea475d Text Font Color

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

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


#ea475d Background Color

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

This div background color is #ea475d


#ea475d Border Color

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

This div border color is #ea475d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea475d


Comments

No comments written yet.

Please login to write comment.