Color Hex Logo

#ea335d Color Hex

#EA335D
(234,51,93)
0 Favorites   0 Comments

Color spaces of #ea335d

RGB 2345193
HSL0.960.810.56
HSV346°78°92°
CMYK 0.000.780.60   0.08
XYZ37.091320.650412.3869
Yxy20.65040.52890.2945
Hunter Lab45.442766.170715.6485
CIE-Lab52.564769.845021.3060

#ea335d color RGB value is (234,51,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 01011101
Octal 352 63 135
Decimal 234 51 93
Hex EA 33 5D

RGB Percentages of Color #ea335d

%61.90
%13.49
%24.60

CMYK Percentages of Color #ea335d

%0
%78
%60
%8

Triadic Colors of #ea335d

#ea335d #5dea33 #335dea

Analogous Colors of #ea335d

#ea335d #ea6533 #ea33b9

Monochromatic Colors of #ea335d

#ea335d

Complementary Color

#ea335d #33eac0

#ea335d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea335d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea335d Color CSS Codes

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

#ea335d Text Font Color

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

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


#ea335d Background Color

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

This div background color is #ea335d


#ea335d Border Color

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

This div border color is #ea335d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea335d


Comments

No comments written yet.

Please login to write comment.