COLOR #EE3291

HEX: #EE3291
RGB: (238,50,145)

Color info

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

RGB color model

#EE3291 color RGB value is (238,50,145).

  • red value is 238;
  • green value is 50;
  • blue value is 145.
RGB:
(238,50,145)
(93%,20%,57%)

RGB channels and saturation

R 238 of 255 = 93%
G 50 of 255 = 20%
B 145 of 255 = 57%

238
50
145

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

Portions of RGB colors in percentages

R + G + B =
238 + 50 + 145 = 433 (100%)
R 238 of 433 ~ 54.97%
G 50 of 433 ~ 11.55%
B 145 of 433 ~ 33.49%

%54.97
%11.55
%33.49

CMYK color model

#EE3291 color CMYK value is (0,79,39,7).

  • cyan value is 0.00%
  • magenta value is 78.99%
  • yellow value is 39.08%
  • key color value is 6.67%
CMYK:
(0,79,39,7)
C0M79Y39K7 
(0%,79%,39%,7%)
(0.00/0.79/0.39/0.07)	

CMYK percentages

%0
%78.99
%39.08
%6.67

Codes

Color #EE3291 in popluar color models

EE3291
RGB23850145
HSL330°84.68%56.47%
HSB/HSV330°78.99%93.33%
CMYK0.00%78.99%39.08%
6.67%

Color #EE3291 in popluar number systems.

HEXEE3291
Decimal23850145
Binary1110111011001010010001
Octal35662221

Shades and tints

Shades of #EE3291

#EE3291
(238,50,145)
#D92E84
(217,46,132)
#C42A77
(196,42,119)
#AF266A
(175,38,106)
#9A225D
(154,34,93)
#851E50
(133,30,80)
#701A43
(112,26,67)
#5B1636
(91,22,54)
#461229
(70,18,41)
#310E1C
(49,14,28)
#1C0A0F
(28,10,15)
#000000
(0,0,0)

Tints of #EE3291

#EE3291
(238,50,145)
#EF449B
(239,68,155)
#F056A5
(240,86,165)
#F168AF
(241,104,175)
#F27AB9
(242,122,185)
#F38CC3
(243,140,195)
#F49ECD
(244,158,205)
#F5B0D7
(245,176,215)
#F6C2E1
(246,194,225)
#F7D4EB
(247,212,235)
#F8E6F5
(248,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE3291 color. Also use rgb(238,50,145) instead hex code.

Text Font Color

.myTextColor { color: #EE3291; }

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

This text font color is #EE3291.


Background Color

.myBgColor { background-color: #EE3291; }

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

This div background color is #EE3291.


Border color

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

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

This div border color is #EE3291.


Opacity

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

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

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

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

This text has shadow with #EE3291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE3291 on black background.


Color preview on white background

This text has color #EE3291 on white background.



Black color preview on #EE3291 background

This text has black color on #EE3291 background.


White color preview on #EE3291 background

This text has white color on #EE3291 background.