COLOR #EE408B

HEX: #EE408B
RGB: (238,64,139)

Color info

#EE408B contains mainly red color. Web safe color of #EE408B is #FF3399 (or #F39).

RGB color model

#EE408B color RGB value is (238,64,139).

  • red value is 238;
  • green value is 64;
  • blue value is 139.
RGB:
(238,64,139)
(93%,25%,55%)

RGB channels and saturation

R 238 of 255 = 93%
G 64 of 255 = 25%
B 139 of 255 = 55%

238
64
139

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

Portions of RGB colors in percentages

R + G + B =
238 + 64 + 139 = 441 (100%)
R 238 of 441 ~ 53.97%
G 64 of 441 ~ 14.51%
B 139 of 441 ~ 31.52%

%53.97
%14.51
%31.52

CMYK color model

#EE408B color CMYK value is (0,73,42,7).

  • cyan value is 0.00%
  • magenta value is 73.11%
  • yellow value is 41.60%
  • key color value is 6.67%
CMYK:
(0,73,42,7)
C0M73Y42K7 
(0%,73%,42%,7%)
(0.00/0.73/0.42/0.07)	

CMYK percentages

%0
%73.11
%41.6
%6.67

Codes

Color #EE408B in popluar color models

EE408B
RGB23864139
HSL334°83.65%59.22%
HSB/HSV334°73.11%93.33%
CMYK0.00%73.11%41.60%
6.67%

Color #EE408B in popluar number systems.

HEXEE408B
Decimal23864139
Binary11101110100000010001011
Octal356100213

Shades and tints

Shades of #EE408B

#EE408B
(238,64,139)
#D93B7F
(217,59,127)
#C43673
(196,54,115)
#AF3167
(175,49,103)
#9A2C5B
(154,44,91)
#85274F
(133,39,79)
#702243
(112,34,67)
#5B1D37
(91,29,55)
#46182B
(70,24,43)
#31131F
(49,19,31)
#1C0E13
(28,14,19)
#000000
(0,0,0)

Tints of #EE408B

#EE408B
(238,64,139)
#EF5195
(239,81,149)
#F0629F
(240,98,159)
#F173A9
(241,115,169)
#F284B3
(242,132,179)
#F395BD
(243,149,189)
#F4A6C7
(244,166,199)
#F5B7D1
(245,183,209)
#F6C8DB
(246,200,219)
#F7D9E5
(247,217,229)
#F8EAEF
(248,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE408B color. Also use rgb(238,64,139) instead hex code.

Text Font Color

.myTextColor { color: #EE408B; }

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

This text font color is #EE408B.


Background Color

.myBgColor { background-color: #EE408B; }

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

This div background color is #EE408B.


Border color

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

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

This div border color is #EE408B.


Opacity

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

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

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

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

This text has shadow with #EE408B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE408B on black background.


Color preview on white background

This text has color #EE408B on white background.



Black color preview on #EE408B background

This text has black color on #EE408B background.


White color preview on #EE408B background

This text has white color on #EE408B background.