COLOR #EE4959

HEX: #EE4959
RGB: (238,73,89)

Color info

#EE4959 contains mainly red color. Web safe color of #EE4959 is #FF3366 (or #F36).

RGB color model

#EE4959 color RGB value is (238,73,89).

  • red value is 238;
  • green value is 73;
  • blue value is 89.
RGB:
(238,73,89)
(93%,29%,35%)

RGB channels and saturation

R 238 of 255 = 93%
G 73 of 255 = 29%
B 89 of 255 = 35%

238
73
89

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

Portions of RGB colors in percentages

R + G + B =
238 + 73 + 89 = 400 (100%)
R 238 of 400 ~ 59.5%
G 73 of 400 ~ 18.25%
B 89 of 400 ~ 22.25%

%59.5
%18.25
%22.25

CMYK color model

#EE4959 color CMYK value is (0,69,63,7).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 62.61%
  • key color value is 6.67%
CMYK:
(0,69,63,7)
C0M69Y63K7 
(0%,69%,63%,7%)
(0.00/0.69/0.63/0.07)	

CMYK percentages

%0
%69.33
%62.61
%6.67

Codes

Color #EE4959 in popluar color models

EE4959
RGB2387389
HSL354°82.91%60.98%
HSB/HSV354°69.33%93.33%
CMYK0.00%69.33%62.61%
6.67%

Color #EE4959 in popluar number systems.

HEXEE4959
Decimal2387389
Binary1110111010010011011001
Octal356111131

Shades and tints

Shades of #EE4959

#EE4959
(238,73,89)
#D94351
(217,67,81)
#C43D49
(196,61,73)
#AF3741
(175,55,65)
#9A3139
(154,49,57)
#852B31
(133,43,49)
#702529
(112,37,41)
#5B1F21
(91,31,33)
#461919
(70,25,25)
#311311
(49,19,17)
#1C0D09
(28,13,9)
#000000
(0,0,0)

Tints of #EE4959

#EE4959
(238,73,89)
#EF5968
(239,89,104)
#F06977
(240,105,119)
#F17986
(241,121,134)
#F28995
(242,137,149)
#F399A4
(243,153,164)
#F4A9B3
(244,169,179)
#F5B9C2
(245,185,194)
#F6C9D1
(246,201,209)
#F7D9E0
(247,217,224)
#F8E9EF
(248,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE4959 color. Also use rgb(238,73,89) instead hex code.

Text Font Color

.myTextColor { color: #EE4959; }

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

This text font color is #EE4959.


Background Color

.myBgColor { background-color: #EE4959; }

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

This div background color is #EE4959.


Border color

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

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

This div border color is #EE4959.


Opacity

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

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

Text with #EE4959 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 #EE4959;}

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

This text has shadow with #EE4959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE4959 on black background.


Color preview on white background

This text has color #EE4959 on white background.



Black color preview on #EE4959 background

This text has black color on #EE4959 background.


White color preview on #EE4959 background

This text has white color on #EE4959 background.