Color Hex Logo

#ee316e Color Hex

#EE316E
(238,49,110)
0 Favorites   0 Comments

Color spaces of #ee316e

RGB 23849110
HSL0.950.850.56
HSV341°79°93°
CMYK 0.000.790.54   0.07
XYZ39.172721.499616.8371
Yxy21.49960.50540.2774
Hunter Lab46.367769.658410.9279
CIE-Lab53.492072.558712.4645

#ee316e color RGB value is (238,49,110).

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

The process color (four color CMYK) of #ee316e color hex is 0.00, 0.79, 0.54, 0.07. Web safe color of #ee316e is #ff3366. Color #ee316e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110001 01101110
Octal 356 61 156
Decimal 238 49 110
Hex EE 31 6E

RGB Percentages of Color #ee316e

%59.95
%12.34
%27.71

CMYK Percentages of Color #ee316e

%0
%79
%54
%7

Triadic Colors of #ee316e

#ee316e #6eee31 #316eee

Analogous Colors of #ee316e

#ee316e #ee5331 #ee31cd

Monochromatic Colors of #ee316e

#ee316e

Complementary Color

#ee316e #31eeb1

#ee316e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee316e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee316e Color CSS Codes

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

#ee316e Text Font Color

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

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


#ee316e Background Color

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

This div background color is #ee316e


#ee316e Border Color

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

This div border color is #ee316e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee316e


Comments

No comments written yet.

Please login to write comment.