COLOR #E8344C

HEX: #E8344C
RGB: (232,52,76)

Color info

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

RGB color model

#E8344C color RGB value is (232,52,76).

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

RGB channels and saturation

R 232 of 255 = 91%
G 52 of 255 = 20%
B 76 of 255 = 30%

232
52
76

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

Portions of RGB colors in percentages

R + G + B =
232 + 52 + 76 = 360 (100%)
R 232 of 360 ~ 64.44%
G 52 of 360 ~ 14.44%
B 76 of 360 ~ 21.11%

%64.44
%14.44
%21.11

CMYK color model

#E8344C color CMYK value is (0,78,67,9).

  • cyan value is 0.00%
  • magenta value is 77.59%
  • yellow value is 67.24%
  • key color value is 9.02%
CMYK:
(0,78,67,9)
C0M78Y67K9 
(0%,78%,67%,9%)
(0.00/0.78/0.67/0.09)	

CMYK percentages

%0
%77.59
%67.24
%9.02

Codes

Color #E8344C in popluar color models

E8344C
RGB2325276
HSL352°79.65%55.69%
HSB/HSV352°77.59%90.98%
CMYK0.00%77.59%67.24%
9.02%

Color #E8344C in popluar number systems.

HEXE8344C
Decimal2325276
Binary111010001101001001100
Octal35064114

Shades and tints

Shades of #E8344C

#E8344C
(232,52,76)
#D33046
(211,48,70)
#BE2C40
(190,44,64)
#A9283A
(169,40,58)
#942434
(148,36,52)
#7F202E
(127,32,46)
#6A1C28
(106,28,40)
#551822
(85,24,34)
#40141C
(64,20,28)
#2B1016
(43,16,22)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #E8344C

#E8344C
(232,52,76)
#EA465C
(234,70,92)
#EC586C
(236,88,108)
#EE6A7C
(238,106,124)
#F07C8C
(240,124,140)
#F28E9C
(242,142,156)
#F4A0AC
(244,160,172)
#F6B2BC
(246,178,188)
#F8C4CC
(248,196,204)
#FAD6DC
(250,214,220)
#FCE8EC
(252,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8344C; }

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

This text font color is #E8344C.


Background Color

.myBgColor { background-color: #E8344C; }

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

This div background color is #E8344C.


Border color

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

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

This div border color is #E8344C.


Opacity

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

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

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

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

This text has shadow with #E8344C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8344C on black background.


Color preview on white background

This text has color #E8344C on white background.



Black color preview on #E8344C background

This text has black color on #E8344C background.


White color preview on #E8344C background

This text has white color on #E8344C background.