Color Hex Logo

#ee2441 Color Hex

#EE2441
(238,36,65)
0 Favorites   0 Comments

Color spaces of #ee2441

RGB 2383665
HSL0.980.860.54
HSV351°85°93°
CMYK 0.000.850.73   0.07
XYZ36.844919.82056.8848
Yxy19.82050.57980.3119
Hunter Lab44.520269.816121.9953
CIE-Lab51.633773.047436.9314

#ee2441 color RGB value is (238,36,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100100 01000001
Octal 356 44 101
Decimal 238 36 65
Hex EE 24 41

RGB Percentages of Color #ee2441

%70.21
%10.62
%19.17

CMYK Percentages of Color #ee2441

%0
%85
%73
%7

Triadic Colors of #ee2441

#ee2441 #41ee24 #2441ee

Analogous Colors of #ee2441

#ee2441 #ee6c24 #ee24a6

Monochromatic Colors of #ee2441

#ee2441

Complementary Color

#ee2441 #24eed1

#ee2441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2441 Color CSS Codes

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

#ee2441 Text Font Color

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

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


#ee2441 Background Color

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

This div background color is #ee2441


#ee2441 Border Color

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

This div border color is #ee2441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2441


Comments

No comments written yet.

Please login to write comment.