Color Hex Logo

#ea335f Color Hex

#EA335F
(234,51,95)
0 Favorites   0 Comments

Color spaces of #ea335f

RGB 2345195
HSL0.960.810.56
HSV346°78°92°
CMYK 0.000.780.59   0.08
XYZ37.181120.686312.8597
Yxy20.68630.52570.2925
Hunter Lab45.482266.327615.0738
CIE-Lab52.604469.968420.1569

#ea335f color RGB value is (234,51,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 01011111
Octal 352 63 137
Decimal 234 51 95
Hex EA 33 5F

RGB Percentages of Color #ea335f

%61.58
%13.42
%25.00

CMYK Percentages of Color #ea335f

%0
%78
%59
%8

Triadic Colors of #ea335f

#ea335f #5fea33 #335fea

Analogous Colors of #ea335f

#ea335f #ea6333 #ea33bb

Monochromatic Colors of #ea335f

#ea335f

Complementary Color

#ea335f #33eabe

#ea335f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea335f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea335f Color CSS Codes

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

#ea335f Text Font Color

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

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


#ea335f Background Color

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

This div background color is #ea335f


#ea335f Border Color

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

This div border color is #ea335f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea335f


Comments

No comments written yet.

Please login to write comment.