Color Hex Logo

#ea246e Color Hex

#EA246E
(234,36,110)
0 Favorites   0 Comments

Color spaces of #ea246e

RGB 23436110
HSL0.940.830.53
HSV338°85°92°
CMYK 0.000.850.53   0.08
XYZ37.377019.880016.6191
Yxy19.88000.50590.2691
Hunter Lab44.587071.60829.1115
CIE-Lab51.701374.50269.8424

#ea246e color RGB value is (234,36,110).

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

The process color (four color CMYK) of #ea246e color hex is 0.00, 0.85, 0.53, 0.08. Web safe color of #ea246e is #ff3366. Color #ea246e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 01101110
Octal 352 44 156
Decimal 234 36 110
Hex EA 24 6E

RGB Percentages of Color #ea246e

%61.58
%9.47
%28.95

CMYK Percentages of Color #ea246e

%0
%85
%53
%8

Triadic Colors of #ea246e

#ea246e #6eea24 #246eea

Analogous Colors of #ea246e

#ea246e #ea3d24 #ea24d1

Monochromatic Colors of #ea246e

#ea246e

Complementary Color

#ea246e #24eaa0

#ea246e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea246e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea246e Color CSS Codes

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

#ea246e Text Font Color

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

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


#ea246e Background Color

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

This div background color is #ea246e


#ea246e Border Color

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

This div border color is #ea246e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea246e


Comments

No comments written yet.

Please login to write comment.