Color Hex Logo

#ea175f Color Hex

#EA175F
(234,23,95)
0 Favorites   0 Comments

Color spaces of #ea175f

RGB 2342395
HSL0.940.830.50
HSV340°90°92°
CMYK 0.000.900.59   0.08
XYZ36.303618.931412.5672
Yxy18.93140.53540.2792
Hunter Lab43.510272.792013.3322
CIE-Lab50.606975.679117.4625

#ea175f color RGB value is (234,23,95).

#ea175f hex color red value is 234, green value is 23 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ea175f hue: 0.94 , saturation: 0.83 and the lightness value of ea175f is 0.50.

The process color (four color CMYK) of #ea175f color hex is 0.00, 0.90, 0.59, 0.08. Web safe color of #ea175f is #ff0066. Color #ea175f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010111 01011111
Octal 352 27 137
Decimal 234 23 95
Hex EA 17 5F

RGB Percentages of Color #ea175f

%66.48
%6.53
%26.99

CMYK Percentages of Color #ea175f

%0
%90
%59
%8

Triadic Colors of #ea175f

#ea175f #5fea17 #175fea

Analogous Colors of #ea175f

#ea175f #ea3917 #ea17c9

Monochromatic Colors of #ea175f

#ea175f

Complementary Color

#ea175f #17eaa2

#ea175f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea175f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea175f Color CSS Codes

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

#ea175f Text Font Color

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

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


#ea175f Background Color

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

This div background color is #ea175f


#ea175f Border Color

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

This div border color is #ea175f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea175f


Comments

No comments written yet.

Please login to write comment.