Color Hex Logo

#ea335e Color Hex

#EA335E
(234,51,94)
0 Favorites   0 Comments

Color spaces of #ea335e

RGB 2345194
HSL0.960.810.56
HSV346°78°92°
CMYK 0.000.780.60   0.08
XYZ37.135920.668212.6218
Yxy20.66820.52730.2935
Hunter Lab45.462366.248815.3628
CIE-Lab52.584469.906520.7313

#ea335e color RGB value is (234,51,94).

#ea335e hex color red value is 234, green value is 51 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ea335e hue: 0.96 , saturation: 0.81 and the lightness value of ea335e is 0.56.

The process color (four color CMYK) of #ea335e color hex is 0.00, 0.78, 0.60, 0.08. Web safe color of #ea335e is #ff3366. Color #ea335e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 01011110
Octal 352 63 136
Decimal 234 51 94
Hex EA 33 5E

RGB Percentages of Color #ea335e

%61.74
%13.46
%24.80

CMYK Percentages of Color #ea335e

%0
%78
%60
%8

Triadic Colors of #ea335e

#ea335e #5eea33 #335eea

Analogous Colors of #ea335e

#ea335e #ea6433 #ea33ba

Monochromatic Colors of #ea335e

#ea335e

Complementary Color

#ea335e #33eabf

#ea335e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea335e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea335e Color CSS Codes

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

#ea335e Text Font Color

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

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


#ea335e Background Color

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

This div background color is #ea335e


#ea335e Border Color

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

This div border color is #ea335e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea335e


Comments

No comments written yet.

Please login to write comment.