Color Hex Logo

#ea246a Color Hex

#EA246A
(234,36,106)
0 Favorites   0 Comments

Color spaces of #ea246a

RGB 23436106
HSL0.940.830.53
HSV339°85°92°
CMYK 0.000.850.55   0.08
XYZ37.164119.794815.4977
Yxy19.79480.51290.2732
Hunter Lab44.491371.243110.4914
CIE-Lab51.604474.223212.1356

#ea246a color RGB value is (234,36,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 01101010
Octal 352 44 152
Decimal 234 36 106
Hex EA 24 6A

RGB Percentages of Color #ea246a

%62.23
%9.57
%28.19

CMYK Percentages of Color #ea246a

%0
%85
%55
%8

Triadic Colors of #ea246a

#ea246a #6aea24 #246aea

Analogous Colors of #ea246a

#ea246a #ea4124 #ea24cd

Monochromatic Colors of #ea246a

#ea246a

Complementary Color

#ea246a #24eaa4

#ea246a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea246a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea246a Color CSS Codes

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

#ea246a Text Font Color

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

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


#ea246a Background Color

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

This div background color is #ea246a


#ea246a Border Color

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

This div border color is #ea246a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea246a


Comments

No comments written yet.

Please login to write comment.