COLOR #E8224C

HEX: #E8224C
RGB: (232,34,76)

Color info

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

RGB color model

#E8224C color RGB value is (232,34,76).

  • red value is 232;
  • green value is 34;
  • blue value is 76.
RGB:
(232,34,76)
(91%,13%,30%)

RGB channels and saturation

R 232 of 255 = 91%
G 34 of 255 = 13%
B 76 of 255 = 30%

232
34
76

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

Portions of RGB colors in percentages

R + G + B =
232 + 34 + 76 = 342 (100%)
R 232 of 342 ~ 67.84%
G 34 of 342 ~ 9.94%
B 76 of 342 ~ 22.22%

%67.84
%9.94
%22.22

CMYK color model

#E8224C color CMYK value is (0,85,67,9).

  • cyan value is 0.00%
  • magenta value is 85.34%
  • yellow value is 67.24%
  • key color value is 9.02%
CMYK:
(0,85,67,9)
C0M85Y67K9 
(0%,85%,67%,9%)
(0.00/0.85/0.67/0.09)	

CMYK percentages

%0
%85.34
%67.24
%9.02

Codes

Color #E8224C in popluar color models

E8224C
RGB2323476
HSL347°81.15%52.16%
HSB/HSV347°85.34%90.98%
CMYK0.00%85.34%67.24%
9.02%

Color #E8224C in popluar number systems.

HEXE8224C
Decimal2323476
Binary111010001000101001100
Octal35042114

Shades and tints

Shades of #E8224C

#E8224C
(232,34,76)
#D31F46
(211,31,70)
#BE1C40
(190,28,64)
#A9193A
(169,25,58)
#941634
(148,22,52)
#7F132E
(127,19,46)
#6A1028
(106,16,40)
#550D22
(85,13,34)
#400A1C
(64,10,28)
#2B0716
(43,7,22)
#160410
(22,4,16)
#000000
(0,0,0)

Tints of #E8224C

#E8224C
(232,34,76)
#EA365C
(234,54,92)
#EC4A6C
(236,74,108)
#EE5E7C
(238,94,124)
#F0728C
(240,114,140)
#F2869C
(242,134,156)
#F49AAC
(244,154,172)
#F6AEBC
(246,174,188)
#F8C2CC
(248,194,204)
#FAD6DC
(250,214,220)
#FCEAEC
(252,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8224C color. Also use rgb(232,34,76) instead hex code.

Text Font Color

.myTextColor { color: #E8224C; }

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

This text font color is #E8224C.


Background Color

.myBgColor { background-color: #E8224C; }

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

This div background color is #E8224C.


Border color

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

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

This div border color is #E8224C.


Opacity

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

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

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

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

This text has shadow with #E8224C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8224C on black background.


Color preview on white background

This text has color #E8224C on white background.



Black color preview on #E8224C background

This text has black color on #E8224C background.


White color preview on #E8224C background

This text has white color on #E8224C background.