Color Hex Logo

#ee318e Color Hex

#EE318E
(238,49,142)
0 Favorites   0 Comments

Color spaces of #ee318e

RGB 23849142
HSL0.920.850.56
HSV330°79°93°
CMYK 0.000.790.40   0.07
XYZ41.240722.326827.7271
Yxy22.32680.45170.2446
Hunter Lab47.251273.1044-1.7156
CIE-Lab54.372075.2013-5.4374

#ee318e color RGB value is (238,49,142).

#ee318e hex color red value is 238, green value is 49 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ee318e hue: 0.92 , saturation: 0.85 and the lightness value of ee318e is 0.56.

The process color (four color CMYK) of #ee318e color hex is 0.00, 0.79, 0.40, 0.07. Web safe color of #ee318e is #ff3399. Color #ee318e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110001 10001110
Octal 356 61 216
Decimal 238 49 142
Hex EE 31 8E

RGB Percentages of Color #ee318e

%55.48
%11.42
%33.10

CMYK Percentages of Color #ee318e

%0
%79
%40
%7

Triadic Colors of #ee318e

#ee318e #8eee31 #318eee

Analogous Colors of #ee318e

#ee318e #ee3331 #ee31ed

Monochromatic Colors of #ee318e

#ee318e

Complementary Color

#ee318e #31ee91

#ee318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee318e Color CSS Codes

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

#ee318e Text Font Color

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

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


#ee318e Background Color

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

This div background color is #ee318e


#ee318e Border Color

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

This div border color is #ee318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee318e


Comments

No comments written yet.

Please login to write comment.