Color Hex Logo

#ee243e Color Hex

#EE243E
(238,36,62)
0 Favorites   0 Comments

Color spaces of #ee243e

RGB 2383662
HSL0.980.860.54
HSV352°85°93°
CMYK 0.000.850.74   0.07
XYZ36.760319.78676.4392
Yxy19.78670.58360.3141
Hunter Lab44.482269.669222.5548
CIE-Lab51.595272.933938.6225

#ee243e color RGB value is (238,36,62).

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

The process color (four color CMYK) of #ee243e color hex is 0.00, 0.85, 0.74, 0.07. Web safe color of #ee243e is #ff3333. Color #ee243e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100100 00111110
Octal 356 44 76
Decimal 238 36 62
Hex EE 24 3E

RGB Percentages of Color #ee243e

%70.83
%10.71
%18.45

CMYK Percentages of Color #ee243e

%0
%85
%74
%7

Triadic Colors of #ee243e

#ee243e #3eee24 #243eee

Analogous Colors of #ee243e

#ee243e #ee6f24 #ee24a3

Monochromatic Colors of #ee243e

#ee243e

Complementary Color

#ee243e #24eed4

#ee243e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee243e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee243e Color CSS Codes

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

#ee243e Text Font Color

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

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


#ee243e Background Color

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

This div background color is #ee243e


#ee243e Border Color

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

This div border color is #ee243e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,36,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 #ee243e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee243e


Comments

No comments written yet.

Please login to write comment.