Color Hex Logo

#ee605e Color Hex

#EE605E
(238,96,94)
0 Favorites   0 Comments

Color spaces of #ee605e

RGB 2389694
HSL0.000.810.65
HSV61°93°
CMYK 0.000.600.61   0.07
XYZ41.463127.351013.6836
Yxy27.35100.50260.3315
Hunter Lab52.298249.996721.0957
CIE-Lab59.297854.648729.6448

#ee605e color RGB value is (238,96,94).

#ee605e hex color red value is 238, green value is 96 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ee605e hue: 0.00 , saturation: 0.81 and the lightness value of ee605e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100000 01011110
Octal 356 140 136
Decimal 238 96 94
Hex EE 60 5E

RGB Percentages of Color #ee605e

%55.61
%22.43
%21.96

CMYK Percentages of Color #ee605e

%0
%60
%61
%7

Triadic Colors of #ee605e

#ee605e #5eee60 #605eee

Analogous Colors of #ee605e

#ee605e #eea85e #ee5ea4

Monochromatic Colors of #ee605e

#ee605e

Complementary Color

#ee605e #5eecee

#ee605e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee605e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee605e Color CSS Codes

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

#ee605e Text Font Color

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

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


#ee605e Background Color

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

This div background color is #ee605e


#ee605e Border Color

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

This div border color is #ee605e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,96,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee605e


Comments

No comments written yet.

Please login to write comment.