COLOR #EE438B

HEX: #EE438B
RGB: (238,67,139)

Color info

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

RGB color model

#EE438B color RGB value is (238,67,139).

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

RGB channels and saturation

R 238 of 255 = 93%
G 67 of 255 = 26%
B 139 of 255 = 55%

238
67
139

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

Portions of RGB colors in percentages

R + G + B =
238 + 67 + 139 = 444 (100%)
R 238 of 444 ~ 53.6%
G 67 of 444 ~ 15.09%
B 139 of 444 ~ 31.31%

%53.6
%15.09
%31.31

CMYK color model

#EE438B color CMYK value is (0,72,42,7).

  • cyan value is 0.00%
  • magenta value is 71.85%
  • yellow value is 41.60%
  • key color value is 6.67%
CMYK:
(0,72,42,7)
C0M72Y42K7 
(0%,72%,42%,7%)
(0.00/0.72/0.42/0.07)	

CMYK percentages

%0
%71.85
%41.6
%6.67

Codes

Color #EE438B in popluar color models

EE438B
RGB23867139
HSL335°83.41%59.80%
HSB/HSV335°71.85%93.33%
CMYK0.00%71.85%41.60%
6.67%

Color #EE438B in popluar number systems.

HEXEE438B
Decimal23867139
Binary11101110100001110001011
Octal356103213

Shades and tints

Shades of #EE438B

#EE438B
(238,67,139)
#D93D7F
(217,61,127)
#C43773
(196,55,115)
#AF3167
(175,49,103)
#9A2B5B
(154,43,91)
#85254F
(133,37,79)
#701F43
(112,31,67)
#5B1937
(91,25,55)
#46132B
(70,19,43)
#310D1F
(49,13,31)
#1C0713
(28,7,19)
#000000
(0,0,0)

Tints of #EE438B

#EE438B
(238,67,139)
#EF5495
(239,84,149)
#F0659F
(240,101,159)
#F176A9
(241,118,169)
#F287B3
(242,135,179)
#F398BD
(243,152,189)
#F4A9C7
(244,169,199)
#F5BAD1
(245,186,209)
#F6CBDB
(246,203,219)
#F7DCE5
(247,220,229)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE438B; }

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

This text font color is #EE438B.


Background Color

.myBgColor { background-color: #EE438B; }

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

This div background color is #EE438B.


Border color

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

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

This div border color is #EE438B.


Opacity

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

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

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

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

This text has shadow with #EE438B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE438B on black background.


Color preview on white background

This text has color #EE438B on white background.



Black color preview on #EE438B background

This text has black color on #EE438B background.


White color preview on #EE438B background

This text has white color on #EE438B background.