Color Hex Logo

#ea246f Color Hex

#EA246F
(234,36,111)
0 Favorites   0 Comments

Color spaces of #ea246f

RGB 23436111
HSL0.940.830.53
HSV337°85°92°
CMYK 0.000.850.53   0.08
XYZ37.431819.901916.9075
Yxy19.90190.50420.2681
Hunter Lab44.611571.70228.7575
CIE-Lab51.726174.57449.2705

#ea246f color RGB value is (234,36,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 01101111
Octal 352 44 157
Decimal 234 36 111
Hex EA 24 6F

RGB Percentages of Color #ea246f

%61.42
%9.45
%29.13

CMYK Percentages of Color #ea246f

%0
%85
%53
%8

Triadic Colors of #ea246f

#ea246f #6fea24 #246fea

Analogous Colors of #ea246f

#ea246f #ea3c24 #ea24d2

Monochromatic Colors of #ea246f

#ea246f

Complementary Color

#ea246f #24ea9f

#ea246f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea246f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea246f Color CSS Codes

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

#ea246f Text Font Color

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

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


#ea246f Background Color

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

This div background color is #ea246f


#ea246f Border Color

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

This div border color is #ea246f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea246f


Comments

No comments written yet.

Please login to write comment.