Color Hex Logo

#ea535e Color Hex

#EA535E
(234,83,94)
0 Favorites   0 Comments

Color spaces of #ea535e

RGB 2348394
HSL0.990.780.62
HSV356°65°92°
CMYK 0.000.650.60   0.08
XYZ39.045324.487113.2582
Yxy24.48710.50850.3189
Hunter Lab49.484454.246218.7537
CIE-Lab56.572258.878025.9946

#ea535e color RGB value is (234,83,94).

#ea535e hex color red value is 234, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ea535e hue: 0.99 , saturation: 0.78 and the lightness value of ea535e is 0.62.

The process color (four color CMYK) of #ea535e color hex is 0.00, 0.65, 0.60, 0.08. Web safe color of #ea535e is #ff6666. Color #ea535e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 01011110
Octal 352 123 136
Decimal 234 83 94
Hex EA 53 5E

RGB Percentages of Color #ea535e

%56.93
%20.19
%22.87

CMYK Percentages of Color #ea535e

%0
%65
%60
%8

Triadic Colors of #ea535e

#ea535e #5eea53 #535eea

Analogous Colors of #ea535e

#ea535e #ea9453 #ea53aa

Monochromatic Colors of #ea535e

#ea535e

Complementary Color

#ea535e #53eadf

#ea535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea535e Color CSS Codes

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

#ea535e Text Font Color

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

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


#ea535e Background Color

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

This div background color is #ea535e


#ea535e Border Color

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

This div border color is #ea535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea535e


Comments

No comments written yet.

Please login to write comment.