Color Hex Logo

#ee292e Color Hex

#EE292E
(238,41,46)
0 Favorites   0 Comments

Color spaces of #ee292e

RGB 2384146
HSL1.000.850.55
HSV358°83°93°
CMYK 0.000.830.81   0.07
XYZ36.546019.96034.5113
Yxy19.96030.59890.3271
Hunter Lab44.677067.829325.2870
CIE-Lab51.792371.375047.6772

#ee292e color RGB value is (238,41,46).

#ee292e hex color red value is 238, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ee292e hue: 1.00 , saturation: 0.85 and the lightness value of ee292e is 0.55.

The process color (four color CMYK) of #ee292e color hex is 0.00, 0.83, 0.81, 0.07. Web safe color of #ee292e is #ff3333. Color #ee292e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101001 00101110
Octal 356 51 56
Decimal 238 41 46
Hex EE 29 2E

RGB Percentages of Color #ee292e

%73.23
%12.62
%14.15

CMYK Percentages of Color #ee292e

%0
%83
%81
%7

Triadic Colors of #ee292e

#ee292e #2eee29 #292eee

Analogous Colors of #ee292e

#ee292e #ee8729 #ee2991

Monochromatic Colors of #ee292e

#ee292e

Complementary Color

#ee292e #29eee9

#ee292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee292e Color CSS Codes

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

#ee292e Text Font Color

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

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


#ee292e Background Color

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

This div background color is #ee292e


#ee292e Border Color

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

This div border color is #ee292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee292e


Comments

No comments written yet.

Please login to write comment.