COLOR #EE4E4F

HEX: #EE4E4F
RGB: (238,78,79)

Color info

#EE4E4F contains mainly red color. Web safe color of #EE4E4F is #FF6666 (or #F66).

RGB color model

#EE4E4F color RGB value is (238,78,79).

  • red value is 238;
  • green value is 78;
  • blue value is 79.
RGB:
(238,78,79)
(93%,31%,31%)

RGB channels and saturation

R 238 of 255 = 93%
G 78 of 255 = 31%
B 79 of 255 = 31%

238
78
79

R + G + B ~ 52%. #EE4E4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
238 + 78 + 79 = 395 (100%)
R 238 of 395 ~ 60.25%
G 78 of 395 ~ 19.75%
B 79 of 395 ~ 20%

%60.25
%19.75
%20

CMYK color model

#EE4E4F color CMYK value is (0,67,67,7).

  • cyan value is 0.00%
  • magenta value is 67.23%
  • yellow value is 66.81%
  • key color value is 6.67%
CMYK:
(0,67,67,7)
C0M67Y67K7 
(0%,67%,67%,7%)
(0.00/0.67/0.67/0.07)	

CMYK percentages

%0
%67.23
%66.81
%6.67

Codes

Color #EE4E4F in popluar color models

EE4E4F
RGB2387879
HSL360°82.47%61.96%
HSB/HSV360°67.23%93.33%
CMYK0.00%67.23%66.81%
6.67%

Color #EE4E4F in popluar number systems.

HEXEE4E4F
Decimal2387879
Binary1110111010011101001111
Octal356116117

Shades and tints

Shades of #EE4E4F

#EE4E4F
(238,78,79)
#D94748
(217,71,72)
#C44041
(196,64,65)
#AF393A
(175,57,58)
#9A3233
(154,50,51)
#852B2C
(133,43,44)
#702425
(112,36,37)
#5B1D1E
(91,29,30)
#461617
(70,22,23)
#310F10
(49,15,16)
#1C0809
(28,8,9)
#000000
(0,0,0)

Tints of #EE4E4F

#EE4E4F
(238,78,79)
#EF5E5F
(239,94,95)
#F06E6F
(240,110,111)
#F17E7F
(241,126,127)
#F28E8F
(242,142,143)
#F39E9F
(243,158,159)
#F4AEAF
(244,174,175)
#F5BEBF
(245,190,191)
#F6CECF
(246,206,207)
#F7DEDF
(247,222,223)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE4E4F color. Also use rgb(238,78,79) instead hex code.

Text Font Color

.myTextColor { color: #EE4E4F; }

<p style="color:#EE4E4F">This sample text font color is #EE4E4F.</p>

This text font color is #EE4E4F.


Background Color

.myBgColor { background-color: #EE4E4F; }

<div style="background-color:#EE4E4F">Inner text</div>

This div background color is #EE4E4F.


Border color

.myBorderColor { border: 1px solid #EE4E4F; }

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

This div border color is #EE4E4F.


Opacity

.myOpacity80 { color: #EE4E4F; opacity: 0.8; }

<p style="color:#EE4E4F;opacity:0.8;">80%</p>

Text with #EE4E4F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EE4E4F;}

<p style="text-shadow: 3px 3px 1px #EE4E4F">Text here.</p>

This text has shadow with #EE4E4F color.

.textShadow {text-shadow: 3px 3px 1px #EE4E4F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EE4E4F, 5px 5px 20px red">Text here.</p>

This text has shadow with #EE4E4F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE4E4F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EE4E4F, Direction=45, Strength=4)">Text</p>

This text has shadow with #EE4E4F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EE4E4F;
  -webkit-box-shadow:	1px 1px 3px 2px #EE4E4F;
  box-shadow:		1px 1px 3px 2px #EE4E4F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE4E4F;
-webkit-box-shadow: 1px 1px 3px 2px #EE4E4F;
box-shadow:1px 1px 3px 2px #EE4E4F;">
Div content here</div>
This div box has shadow with color #EE4E4F.

Preview

Color preview on black background

This text has color #EE4E4F on black background.


Color preview on white background

This text has color #EE4E4F on white background.



Black color preview on #EE4E4F background

This text has black color on #EE4E4F background.


White color preview on #EE4E4F background

This text has white color on #EE4E4F background.