Color Hex Logo

#ee595d Color Hex

#EE595D
(238,89,93)
0 Favorites   0 Comments

Color spaces of #ee595d

RGB 2388993
HSL1.000.810.64
HSV358°63°93°
CMYK 0.000.630.61   0.07
XYZ40.808126.112213.2453
Yxy26.11220.50900.3257
Hunter Lab51.100153.123420.4019
CIE-Lab58.143457.617228.7357

#ee595d color RGB value is (238,89,93).

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

The process color (four color CMYK) of #ee595d color hex is 0.00, 0.63, 0.61, 0.07. Web safe color of #ee595d is #ff6666. Color #ee595d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011001 01011101
Octal 356 131 135
Decimal 238 89 93
Hex EE 59 5D

RGB Percentages of Color #ee595d

%56.67
%21.19
%22.14

CMYK Percentages of Color #ee595d

%0
%63
%61
%7

Triadic Colors of #ee595d

#ee595d #5dee59 #595dee

Analogous Colors of #ee595d

#ee595d #eea059 #ee59a8

Monochromatic Colors of #ee595d

#ee595d

Complementary Color

#ee595d #59eeea

#ee595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee595d Color CSS Codes

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

#ee595d Text Font Color

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

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


#ee595d Background Color

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

This div background color is #ee595d


#ee595d Border Color

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

This div border color is #ee595d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee595d


Comments

No comments written yet.

Please login to write comment.