COLOR #E21147

HEX: #E21147
RGB: (226,17,71)

Color info

#E21147 contains mainly red color. Web safe color of #E21147 is #CC0033 (or #C03).

RGB color model

#E21147 color RGB value is (226,17,71).

  • red value is 226;
  • green value is 17;
  • blue value is 71.
RGB:
(226,17,71)
(89%,7%,28%)

RGB channels and saturation

R 226 of 255 = 89%
G 17 of 255 = 7%
B 71 of 255 = 28%

226
17
71

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

Portions of RGB colors in percentages

R + G + B =
226 + 17 + 71 = 314 (100%)
R 226 of 314 ~ 71.97%
G 17 of 314 ~ 5.41%
B 71 of 314 ~ 22.61%

%71.97
%22.61

CMYK color model

#E21147 color CMYK value is (0,92,69,11).

  • cyan value is 0.00%
  • magenta value is 92.48%
  • yellow value is 68.58%
  • key color value is 11.37%
CMYK:
(0,92,69,11)
C0M92Y69K11 
(0%,92%,69%,11%)
(0.00/0.92/0.69/0.11)	

CMYK percentages

%0
%92.48
%68.58
%11.37

Codes

Color #E21147 in popluar color models

E21147
RGB2261771
HSL344°86.01%47.65%
HSB/HSV344°92.48%88.63%
CMYK0.00%92.48%68.58%
11.37%

Color #E21147 in popluar number systems.

HEXE21147
Decimal2261771
Binary11100010100011000111
Octal34221107

Shades and tints

Shades of #E21147

#E21147
(226,17,71)
#CE1041
(206,16,65)
#BA0F3B
(186,15,59)
#A60E35
(166,14,53)
#920D2F
(146,13,47)
#7E0C29
(126,12,41)
#6A0B23
(106,11,35)
#560A1D
(86,10,29)
#420917
(66,9,23)
#2E0811
(46,8,17)
#1A070B
(26,7,11)
#000000
(0,0,0)

Tints of #E21147

#E21147
(226,17,71)
#E42657
(228,38,87)
#E63B67
(230,59,103)
#E85077
(232,80,119)
#EA6587
(234,101,135)
#EC7A97
(236,122,151)
#EE8FA7
(238,143,167)
#F0A4B7
(240,164,183)
#F2B9C7
(242,185,199)
#F4CED7
(244,206,215)
#F6E3E7
(246,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E21147 color. Also use rgb(226,17,71) instead hex code.

Text Font Color

.myTextColor { color: #E21147; }

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

This text font color is #E21147.


Background Color

.myBgColor { background-color: #E21147; }

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

This div background color is #E21147.


Border color

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

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

This div border color is #E21147.


Opacity

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

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

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

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

This text has shadow with #E21147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E21147 on black background.


Color preview on white background

This text has color #E21147 on white background.



Black color preview on #E21147 background

This text has black color on #E21147 background.


White color preview on #E21147 background

This text has white color on #E21147 background.