Color Hex Logo

#ee364e Color Hex

#EE364E
(238,54,78)
0 Favorites   0 Comments

Color spaces of #ee364e

RGB 2385478
HSL0.980.840.57
HSV352°77°93°
CMYK 0.000.770.67   0.07
XYZ37.954221.36559.3313
Yxy21.36550.55290.3112
Hunter Lab46.222865.678820.3867
CIE-Lab53.347269.284031.3867

#ee364e color RGB value is (238,54,78).

#ee364e hex color red value is 238, green value is 54 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ee364e hue: 0.98 , saturation: 0.84 and the lightness value of ee364e is 0.57.

The process color (four color CMYK) of #ee364e color hex is 0.00, 0.77, 0.67, 0.07. Web safe color of #ee364e is #ff3366. Color #ee364e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110110 01001110
Octal 356 66 116
Decimal 238 54 78
Hex EE 36 4E

RGB Percentages of Color #ee364e

%64.32
%14.59
%21.08

CMYK Percentages of Color #ee364e

%0
%77
%67
%7

Triadic Colors of #ee364e

#ee364e #4eee36 #364eee

Analogous Colors of #ee364e

#ee364e #ee7a36 #ee36aa

Monochromatic Colors of #ee364e

#ee364e

Complementary Color

#ee364e #36eed6

#ee364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee364e Color CSS Codes

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

#ee364e Text Font Color

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

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


#ee364e Background Color

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

This div background color is #ee364e


#ee364e Border Color

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

This div border color is #ee364e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee364e


Comments

No comments written yet.

Please login to write comment.