COLOR #E20338

HEX: #E20338
RGB: (226,3,56)

Color info

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

RGB color model

#E20338 color RGB value is (226,3,56).

  • red value is 226;
  • green value is 3;
  • blue value is 56.
RGB:
(226,3,56)
(89%,1%,22%)

RGB channels and saturation

R 226 of 255 = 89%
G 3 of 255 = 1%
B 56 of 255 = 22%

226
3
56

R + G + B ~ 37%. #E20338 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
226 + 3 + 56 = 285 (100%)
R 226 of 285 ~ 79.3%
G 3 of 285 ~ 1.05%
B 56 of 285 ~ 19.65%

%79.3
%19.65

CMYK color model

#E20338 color CMYK value is (0,99,75,11).

  • cyan value is 0.00%
  • magenta value is 98.67%
  • yellow value is 75.22%
  • key color value is 11.37%
CMYK:
(0,99,75,11)
C0M99Y75K11 
(0%,99%,75%,11%)
(0.00/0.99/0.75/0.11)	

CMYK percentages

%0
%98.67
%75.22
%11.37

Codes

Color #E20338 in popluar color models

E20338
RGB226356
HSL346°97.38%44.90%
HSB/HSV346°98.67%88.63%
CMYK0.00%98.67%75.22%
11.37%

Color #E20338 in popluar number systems.

HEXE20338
Decimal226356
Binary1110001011111000
Octal342370

Shades and tints

Shades of #E20338

#E20338
(226,3,56)
#CE0333
(206,3,51)
#BA032E
(186,3,46)
#A60329
(166,3,41)
#920324
(146,3,36)
#7E031F
(126,3,31)
#6A031A
(106,3,26)
#560315
(86,3,21)
#420310
(66,3,16)
#2E030B
(46,3,11)
#1A0306
(26,3,6)
#000000
(0,0,0)

Tints of #E20338

#E20338
(226,3,56)
#E4194A
(228,25,74)
#E62F5C
(230,47,92)
#E8456E
(232,69,110)
#EA5B80
(234,91,128)
#EC7192
(236,113,146)
#EE87A4
(238,135,164)
#F09DB6
(240,157,182)
#F2B3C8
(242,179,200)
#F4C9DA
(244,201,218)
#F6DFEC
(246,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E20338 color. Also use rgb(226,3,56) instead hex code.

Text Font Color

.myTextColor { color: #E20338; }

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

This text font color is #E20338.


Background Color

.myBgColor { background-color: #E20338; }

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

This div background color is #E20338.


Border color

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

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

This div border color is #E20338.


Opacity

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

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

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

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

This text has shadow with #E20338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E20338 on black background.


Color preview on white background

This text has color #E20338 on white background.



Black color preview on #E20338 background

This text has black color on #E20338 background.


White color preview on #E20338 background

This text has white color on #E20338 background.