COLOR #E32844

HEX: #E32844
RGB: (227,40,68)

Color info

#E32844 contains mainly red color. Web safe color of #E32844 is #CC3333 (or #C33).

RGB color model

#E32844 color RGB value is (227,40,68).

  • red value is 227;
  • green value is 40;
  • blue value is 68.
RGB:
(227,40,68)
(89%,16%,27%)

RGB channels and saturation

R 227 of 255 = 89%
G 40 of 255 = 16%
B 68 of 255 = 27%

227
40
68

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

Portions of RGB colors in percentages

R + G + B =
227 + 40 + 68 = 335 (100%)
R 227 of 335 ~ 67.76%
G 40 of 335 ~ 11.94%
B 68 of 335 ~ 20.3%

%67.76
%11.94
%20.3

CMYK color model

#E32844 color CMYK value is (0,82,70,11).

  • cyan value is 0.00%
  • magenta value is 82.38%
  • yellow value is 70.04%
  • key color value is 10.98%
CMYK:
(0,82,70,11)
C0M82Y70K11 
(0%,82%,70%,11%)
(0.00/0.82/0.70/0.11)	

CMYK percentages

%0
%82.38
%70.04
%10.98

Codes

Color #E32844 in popluar color models

E32844
RGB2274068
HSL351°76.95%52.35%
HSB/HSV351°82.38%89.02%
CMYK0.00%82.38%70.04%
10.98%

Color #E32844 in popluar number systems.

HEXE32844
Decimal2274068
Binary111000111010001000100
Octal34350104

Shades and tints

Shades of #E32844

#E32844
(227,40,68)
#CF253E
(207,37,62)
#BB2238
(187,34,56)
#A71F32
(167,31,50)
#931C2C
(147,28,44)
#7F1926
(127,25,38)
#6B1620
(107,22,32)
#57131A
(87,19,26)
#431014
(67,16,20)
#2F0D0E
(47,13,14)
#1B0A08
(27,10,8)
#000000
(0,0,0)

Tints of #E32844

#E32844
(227,40,68)
#E53B55
(229,59,85)
#E74E66
(231,78,102)
#E96177
(233,97,119)
#EB7488
(235,116,136)
#ED8799
(237,135,153)
#EF9AAA
(239,154,170)
#F1ADBB
(241,173,187)
#F3C0CC
(243,192,204)
#F5D3DD
(245,211,221)
#F7E6EE
(247,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E32844 color. Also use rgb(227,40,68) instead hex code.

Text Font Color

.myTextColor { color: #E32844; }

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

This text font color is #E32844.


Background Color

.myBgColor { background-color: #E32844; }

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

This div background color is #E32844.


Border color

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

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

This div border color is #E32844.


Opacity

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

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

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

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

This text has shadow with #E32844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E32844 on black background.


Color preview on white background

This text has color #E32844 on white background.



Black color preview on #E32844 background

This text has black color on #E32844 background.


White color preview on #E32844 background

This text has white color on #E32844 background.