Color Hex Logo

#ee114a Color Hex

#EE114A
(238,17,74)
0 Favorites   0 Comments

Color spaces of #ee114a

RGB 2381774
HSL0.960.870.50
HSV345°93°93°
CMYK 0.000.930.69   0.07
XYZ36.696419.07258.2258
Yxy19.07250.57340.2980
Hunter Lab43.672173.562319.4030
CIE-Lab50.771976.271330.5761

#ee114a color RGB value is (238,17,74).

#ee114a hex color red value is 238, green value is 17 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ee114a hue: 0.96 , saturation: 0.87 and the lightness value of ee114a is 0.50.

The process color (four color CMYK) of #ee114a color hex is 0.00, 0.93, 0.69, 0.07. Web safe color of #ee114a is #ff0033. Color #ee114a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010001 01001010
Octal 356 21 112
Decimal 238 17 74
Hex EE 11 4A

RGB Percentages of Color #ee114a

%72.34
%5.17
%22.49

CMYK Percentages of Color #ee114a

%0
%93
%69
%7

Triadic Colors of #ee114a

#ee114a #4aee11 #114aee

Analogous Colors of #ee114a

#ee114a #ee4611 #ee11b9

Monochromatic Colors of #ee114a

#ee114a

Complementary Color

#ee114a #11eeb5

#ee114a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee114a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee114a Color CSS Codes

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

#ee114a Text Font Color

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

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


#ee114a Background Color

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

This div background color is #ee114a


#ee114a Border Color

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

This div border color is #ee114a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee114a


Comments

No comments written yet.

Please login to write comment.