Color Hex Logo

#e1595d Color Hex

#E1595D
(225,89,93)
0 Favorites   0 Comments

Color spaces of #e1595d

RGB 2258993
HSL1.000.690.62
HSV358°60°88°
CMYK 0.000.600.59   0.12
XYZ36.599523.942613.0483
Yxy23.94260.49730.3253
Hunter Lab48.931247.884718.4412
CIE-Lab56.030353.285225.5861

#e1595d color RGB value is (225,89,93).

#e1595d hex color red value is 225, green value is 89 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e1595d hue: 1.00 , saturation: 0.69 and the lightness value of e1595d is 0.62.

The process color (four color CMYK) of #e1595d color hex is 0.00, 0.60, 0.59, 0.12. Web safe color of #e1595d is #cc6666. Color #e1595d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011001 01011101
Octal 341 131 135
Decimal 225 89 93
Hex E1 59 5D

RGB Percentages of Color #e1595d

%55.28
%21.87
%22.85

CMYK Percentages of Color #e1595d

%0
%60
%59
%12

Triadic Colors of #e1595d

#e1595d #5de159 #595de1

Analogous Colors of #e1595d

#e1595d #e19959 #e159a1

Monochromatic Colors of #e1595d

#e1595d

Complementary Color

#e1595d #59e1dd

#e1595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1595d Color CSS Codes

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

#e1595d Text Font Color

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

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


#e1595d Background Color

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

This div background color is #e1595d


#e1595d Border Color

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

This div border color is #e1595d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1595d


Comments

No comments written yet.

Please login to write comment.