Color Hex Logo

#ea422e Color Hex

#EA422E
(234,66,46)
0 Favorites   0 Comments

Color spaces of #ea422e

RGB 2346646
HSL0.020.820.55
HSV80°92°
CMYK 0.000.720.80   0.08
XYZ36.373021.58614.8342
Yxy21.58610.57920.3438
Hunter Lab46.460858.436626.3535
CIE-Lab53.585163.073049.1550

#ea422e color RGB value is (234,66,46).

#ea422e hex color red value is 234, green value is 66 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ea422e hue: 0.02 , saturation: 0.82 and the lightness value of ea422e is 0.55.

The process color (four color CMYK) of #ea422e color hex is 0.00, 0.72, 0.80, 0.08. Web safe color of #ea422e is #ff3333. Color #ea422e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000010 00101110
Octal 352 102 56
Decimal 234 66 46
Hex EA 42 2E

RGB Percentages of Color #ea422e

%67.63
%19.08
%13.29

CMYK Percentages of Color #ea422e

%0
%72
%80
%8

Triadic Colors of #ea422e

#ea422e #2eea42 #422eea

Analogous Colors of #ea422e

#ea422e #eaa02e #ea2e78

Monochromatic Colors of #ea422e

#ea422e

Complementary Color

#ea422e #2ed6ea

#ea422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea422e Color CSS Codes

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

#ea422e Text Font Color

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

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


#ea422e Background Color

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

This div background color is #ea422e


#ea422e Border Color

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

This div border color is #ea422e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea422e


Comments

No comments written yet.

Please login to write comment.