Color Hex Logo

#ea575d Color Hex

#EA575D
(234,87,93)
0 Favorites   0 Comments

Color spaces of #ea575d

RGB 2348793
HSL0.990.780.63
HSV358°63°92°
CMYK 0.000.630.60   0.08
XYZ39.315725.099113.1284
Yxy25.09910.50700.3237
Hunter Lab50.099052.406419.5324
CIE-Lab57.171957.149527.3530

#ea575d color RGB value is (234,87,93).

#ea575d hex color red value is 234, green value is 87 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ea575d hue: 0.99 , saturation: 0.78 and the lightness value of ea575d is 0.63.

The process color (four color CMYK) of #ea575d color hex is 0.00, 0.63, 0.60, 0.08. Web safe color of #ea575d is #ff6666. Color #ea575d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010111 01011101
Octal 352 127 135
Decimal 234 87 93
Hex EA 57 5D

RGB Percentages of Color #ea575d

%56.52
%21.01
%22.46

CMYK Percentages of Color #ea575d

%0
%63
%60
%8

Triadic Colors of #ea575d

#ea575d #5dea57 #575dea

Analogous Colors of #ea575d

#ea575d #ea9b57 #ea57a7

Monochromatic Colors of #ea575d

#ea575d

Complementary Color

#ea575d #57eae4

#ea575d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea575d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea575d Color CSS Codes

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

#ea575d Text Font Color

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

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


#ea575d Background Color

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

This div background color is #ea575d


#ea575d Border Color

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

This div border color is #ea575d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,87,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 #ea575d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea575d


Comments

No comments written yet.

Please login to write comment.