Color Hex Logo

#ea5161 Color Hex

#EA5161
(234,81,97)
0 Favorites   0 Comments

Color spaces of #ea5161

RGB 2348197
HSL0.980.780.62
HSV354°65°92°
CMYK 0.000.650.59   0.08
XYZ39.031824.240413.9309
Yxy24.24040.50560.3140
Hunter Lab49.234555.349517.6881
CIE-Lab56.327759.889223.9240

#ea5161 color RGB value is (234,81,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010001 01100001
Octal 352 121 141
Decimal 234 81 97
Hex EA 51 61

RGB Percentages of Color #ea5161

%56.80
%19.66
%23.54

CMYK Percentages of Color #ea5161

%0
%65
%59
%8

Triadic Colors of #ea5161

#ea5161 #61ea51 #5161ea

Analogous Colors of #ea5161

#ea5161 #ea8e51 #ea51ae

Monochromatic Colors of #ea5161

#ea5161

Complementary Color

#ea5161 #51eada

#ea5161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5161 Color CSS Codes

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

#ea5161 Text Font Color

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

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


#ea5161 Background Color

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

This div background color is #ea5161


#ea5161 Border Color

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

This div border color is #ea5161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5161


Comments

No comments written yet.

Please login to write comment.