Color Hex Logo

#ea195b Color Hex

#EA195B
(234,25,91)
0 Favorites   0 Comments

Color spaces of #ea195b

RGB 2342591
HSL0.950.830.51
HSV341°89°92°
CMYK 0.000.890.61   0.08
XYZ36.167618.943011.6477
Yxy18.94300.54180.2838
Hunter Lab43.523672.165314.5994
CIE-Lab50.620575.166919.9212

#ea195b color RGB value is (234,25,91).

#ea195b hex color red value is 234, green value is 25 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ea195b hue: 0.95 , saturation: 0.83 and the lightness value of ea195b is 0.51.

The process color (four color CMYK) of #ea195b color hex is 0.00, 0.89, 0.61, 0.08. Web safe color of #ea195b is #ff0066. Color #ea195b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00011001 01011011
Octal 352 31 133
Decimal 234 25 91
Hex EA 19 5B

RGB Percentages of Color #ea195b

%66.86
%7.14
%26.00

CMYK Percentages of Color #ea195b

%0
%89
%61
%8

Triadic Colors of #ea195b

#ea195b #5bea19 #195bea

Analogous Colors of #ea195b

#ea195b #ea4019 #ea19c4

Monochromatic Colors of #ea195b

#ea195b

Complementary Color

#ea195b #19eaa8

#ea195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea195b Color CSS Codes

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

#ea195b Text Font Color

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

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


#ea195b Background Color

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

This div background color is #ea195b


#ea195b Border Color

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

This div border color is #ea195b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea195b


Comments

No comments written yet.

Please login to write comment.