Color Hex Logo

#ee165e Color Hex

#EE165E
(238,22,94)
0 Favorites   0 Comments

Color spaces of #ee165e

RGB 2382294
HSL0.940.860.51
HSV340°91°93°
CMYK 0.000.910.61   0.07
XYZ37.567219.559112.3849
Yxy19.55910.54040.2814
Hunter Lab44.225774.230714.3545
CIE-Lab51.335076.701519.1910

#ee165e color RGB value is (238,22,94).

#ee165e hex color red value is 238, green value is 22 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ee165e hue: 0.94 , saturation: 0.86 and the lightness value of ee165e is 0.51.

The process color (four color CMYK) of #ee165e color hex is 0.00, 0.91, 0.61, 0.07. Web safe color of #ee165e is #ff0066. Color #ee165e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010110 01011110
Octal 356 26 136
Decimal 238 22 94
Hex EE 16 5E

RGB Percentages of Color #ee165e

%67.23
%6.21
%26.55

CMYK Percentages of Color #ee165e

%0
%91
%61
%7

Triadic Colors of #ee165e

#ee165e #5eee16 #165eee

Analogous Colors of #ee165e

#ee165e #ee3a16 #ee16ca

Monochromatic Colors of #ee165e

#ee165e

Complementary Color

#ee165e #16eea6

#ee165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee165e Color CSS Codes

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

#ee165e Text Font Color

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

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


#ee165e Background Color

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

This div background color is #ee165e


#ee165e Border Color

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

This div border color is #ee165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee165e


Comments

No comments written yet.

Please login to write comment.