COLOR #EE204D

HEX: #EE204D
RGB: (238,32,77)

Color info

#EE204D contains mainly red color. Web safe color of #EE204D is #FF3333 (or #F33).

RGB color model

#EE204D color RGB value is (238,32,77).

  • red value is 238;
  • green value is 32;
  • blue value is 77.
RGB:
(238,32,77)
(93%,13%,30%)

RGB channels and saturation

R 238 of 255 = 93%
G 32 of 255 = 13%
B 77 of 255 = 30%

238
32
77

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

Portions of RGB colors in percentages

R + G + B =
238 + 32 + 77 = 347 (100%)
R 238 of 347 ~ 68.59%
G 32 of 347 ~ 9.22%
B 77 of 347 ~ 22.19%

%68.59
%22.19

CMYK color model

#EE204D color CMYK value is (0,87,68,7).

  • cyan value is 0.00%
  • magenta value is 86.55%
  • yellow value is 67.65%
  • key color value is 6.67%
CMYK:
(0,87,68,7)
C0M87Y68K7 
(0%,87%,68%,7%)
(0.00/0.87/0.68/0.07)	

CMYK percentages

%0
%86.55
%67.65
%6.67

Codes

Color #EE204D in popluar color models

EE204D
RGB2383277
HSL347°85.83%52.94%
HSB/HSV347°86.55%93.33%
CMYK0.00%86.55%67.65%
6.67%

Color #EE204D in popluar number systems.

HEXEE204D
Decimal2383277
Binary111011101000001001101
Octal35640115

Shades and tints

Shades of #EE204D

#EE204D
(238,32,77)
#D91E46
(217,30,70)
#C41C3F
(196,28,63)
#AF1A38
(175,26,56)
#9A1831
(154,24,49)
#85162A
(133,22,42)
#701423
(112,20,35)
#5B121C
(91,18,28)
#461015
(70,16,21)
#310E0E
(49,14,14)
#1C0C07
(28,12,7)
#000000
(0,0,0)

Tints of #EE204D

#EE204D
(238,32,77)
#EF345D
(239,52,93)
#F0486D
(240,72,109)
#F15C7D
(241,92,125)
#F2708D
(242,112,141)
#F3849D
(243,132,157)
#F498AD
(244,152,173)
#F5ACBD
(245,172,189)
#F6C0CD
(246,192,205)
#F7D4DD
(247,212,221)
#F8E8ED
(248,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE204D color. Also use rgb(238,32,77) instead hex code.

Text Font Color

.myTextColor { color: #EE204D; }

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

This text font color is #EE204D.


Background Color

.myBgColor { background-color: #EE204D; }

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

This div background color is #EE204D.


Border color

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

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

This div border color is #EE204D.


Opacity

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

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

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

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

This text has shadow with #EE204D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE204D on black background.


Color preview on white background

This text has color #EE204D on white background.



Black color preview on #EE204D background

This text has black color on #EE204D background.


White color preview on #EE204D background

This text has white color on #EE204D background.