Color Hex Logo

#ea238e Color Hex

#EA238E
(234,35,142)
0 Favorites   0 Comments

Color spaces of #ea238e

RGB 23435142
HSL0.910.830.53
HSV328°85°92°
CMYK 0.000.850.39   0.08
XYZ39.415220.647527.4991
Yxy20.64750.45010.2358
Hunter Lab45.439575.3155-4.0735
CIE-Lab52.561577.3356-8.2106

#ea238e color RGB value is (234,35,142).

#ea238e hex color red value is 234, green value is 35 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ea238e hue: 0.91 , saturation: 0.83 and the lightness value of ea238e is 0.53.

The process color (four color CMYK) of #ea238e color hex is 0.00, 0.85, 0.39, 0.08. Web safe color of #ea238e is #ff3399. Color #ea238e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100011 10001110
Octal 352 43 216
Decimal 234 35 142
Hex EA 23 8E

RGB Percentages of Color #ea238e

%56.93
%8.52
%34.55

CMYK Percentages of Color #ea238e

%0
%85
%39
%8

Triadic Colors of #ea238e

#ea238e #8eea23 #238eea

Analogous Colors of #ea238e

#ea238e #ea232b #e323ea

Monochromatic Colors of #ea238e

#ea238e

Complementary Color

#ea238e #23ea7f

#ea238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea238e Color CSS Codes

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

#ea238e Text Font Color

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

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


#ea238e Background Color

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

This div background color is #ea238e


#ea238e Border Color

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

This div border color is #ea238e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea238e


Comments

No comments written yet.

Please login to write comment.