Color Hex Logo

#ea197a Color Hex

#EA197A
(234,25,122)
0 Favorites   0 Comments

Color spaces of #ea197a

RGB 23425122
HSL0.920.830.51
HSV332°89°92°
CMYK 0.000.890.48   0.08
XYZ37.792219.592820.2023
Yxy19.59280.48710.2525
Hunter Lab44.263874.94093.9242
CIE-Lab51.373777.26612.0901

#ea197a color RGB value is (234,25,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00011001 01111010
Octal 352 31 172
Decimal 234 25 122
Hex EA 19 7A

RGB Percentages of Color #ea197a

%61.42
%6.56
%32.02

CMYK Percentages of Color #ea197a

%0
%89
%48
%8

Triadic Colors of #ea197a

#ea197a #7aea19 #197aea

Analogous Colors of #ea197a

#ea197a #ea2119 #ea19e3

Monochromatic Colors of #ea197a

#ea197a

Complementary Color

#ea197a #19ea89

#ea197a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea197a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea197a Color CSS Codes

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

#ea197a Text Font Color

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

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


#ea197a Background Color

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

This div background color is #ea197a


#ea197a Border Color

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

This div border color is #ea197a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea197a


Comments

No comments written yet.

Please login to write comment.