COLOR #EE2A5D

HEX: #EE2A5D
RGB: (238,42,93)

Color info

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

RGB color model

#EE2A5D color RGB value is (238,42,93).

  • red value is 238;
  • green value is 42;
  • blue value is 93.
RGB:
(238,42,93)
(93%,16%,36%)

RGB channels and saturation

R 238 of 255 = 93%
G 42 of 255 = 16%
B 93 of 255 = 36%

238
42
93

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

Portions of RGB colors in percentages

R + G + B =
238 + 42 + 93 = 373 (100%)
R 238 of 373 ~ 63.81%
G 42 of 373 ~ 11.26%
B 93 of 373 ~ 24.93%

%63.81
%11.26
%24.93

CMYK color model

#EE2A5D color CMYK value is (0,82,61,7).

  • cyan value is 0.00%
  • magenta value is 82.35%
  • yellow value is 60.92%
  • key color value is 6.67%
CMYK:
(0,82,61,7)
C0M82Y61K7 
(0%,82%,61%,7%)
(0.00/0.82/0.61/0.07)	

CMYK percentages

%0
%82.35
%60.92
%6.67

Codes

Color #EE2A5D in popluar color models

EE2A5D
RGB2384293
HSL344°85.22%54.90%
HSB/HSV344°82.35%93.33%
CMYK0.00%82.35%60.92%
6.67%

Color #EE2A5D in popluar number systems.

HEXEE2A5D
Decimal2384293
Binary111011101010101011101
Octal35652135

Shades and tints

Shades of #EE2A5D

#EE2A5D
(238,42,93)
#D92755
(217,39,85)
#C4244D
(196,36,77)
#AF2145
(175,33,69)
#9A1E3D
(154,30,61)
#851B35
(133,27,53)
#70182D
(112,24,45)
#5B1525
(91,21,37)
#46121D
(70,18,29)
#310F15
(49,15,21)
#1C0C0D
(28,12,13)
#000000
(0,0,0)

Tints of #EE2A5D

#EE2A5D
(238,42,93)
#EF3D6B
(239,61,107)
#F05079
(240,80,121)
#F16387
(241,99,135)
#F27695
(242,118,149)
#F389A3
(243,137,163)
#F49CB1
(244,156,177)
#F5AFBF
(245,175,191)
#F6C2CD
(246,194,205)
#F7D5DB
(247,213,219)
#F8E8E9
(248,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE2A5D color. Also use rgb(238,42,93) instead hex code.

Text Font Color

.myTextColor { color: #EE2A5D; }

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

This text font color is #EE2A5D.


Background Color

.myBgColor { background-color: #EE2A5D; }

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

This div background color is #EE2A5D.


Border color

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

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

This div border color is #EE2A5D.


Opacity

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

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

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

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

This text has shadow with #EE2A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE2A5D on black background.


Color preview on white background

This text has color #EE2A5D on white background.



Black color preview on #EE2A5D background

This text has black color on #EE2A5D background.


White color preview on #EE2A5D background

This text has white color on #EE2A5D background.