Color Hex Logo

#ee153e Color Hex

#EE153E
(238,21,62)
0 Favorites   0 Comments

Color spaces of #ee153e

RGB 2382162
HSL0.970.860.51
HSV349°91°93°
CMYK 0.000.910.74   0.07
XYZ36.397619.06136.3183
Yxy19.06130.58920.3085
Hunter Lab43.659272.407221.9811
CIE-Lab50.758875.336837.6713

#ee153e color RGB value is (238,21,62).

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

The process color (four color CMYK) of #ee153e color hex is 0.00, 0.91, 0.74, 0.07. Web safe color of #ee153e is #ff0033. Color #ee153e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010101 00111110
Octal 356 25 76
Decimal 238 21 62
Hex EE 15 3E

RGB Percentages of Color #ee153e

%74.14
%6.54
%19.31

CMYK Percentages of Color #ee153e

%0
%91
%74
%7

Triadic Colors of #ee153e

#ee153e #3eee15 #153eee

Analogous Colors of #ee153e

#ee153e #ee5915 #ee15ab

Monochromatic Colors of #ee153e

#ee153e

Complementary Color

#ee153e #15eec5

#ee153e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee153e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee153e Color CSS Codes

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

#ee153e Text Font Color

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

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


#ee153e Background Color

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

This div background color is #ee153e


#ee153e Border Color

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

This div border color is #ee153e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee153e


Comments

No comments written yet.

Please login to write comment.