COLOR #E8464A

HEX: #E8464A
RGB: (232,70,74)

Color info

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

RGB color model

#E8464A color RGB value is (232,70,74).

  • red value is 232;
  • green value is 70;
  • blue value is 74.
RGB:
(232,70,74)
(91%,27%,29%)

RGB channels and saturation

R 232 of 255 = 91%
G 70 of 255 = 27%
B 74 of 255 = 29%

232
70
74

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

Portions of RGB colors in percentages

R + G + B =
232 + 70 + 74 = 376 (100%)
R 232 of 376 ~ 61.7%
G 70 of 376 ~ 18.62%
B 74 of 376 ~ 19.68%

%61.7
%18.62
%19.68

CMYK color model

#E8464A color CMYK value is (0,70,68,9).

  • cyan value is 0.00%
  • magenta value is 69.83%
  • yellow value is 68.10%
  • key color value is 9.02%
CMYK:
(0,70,68,9)
C0M70Y68K9 
(0%,70%,68%,9%)
(0.00/0.70/0.68/0.09)	

CMYK percentages

%0
%69.83
%68.1
%9.02

Codes

Color #E8464A in popluar color models

E8464A
RGB2327074
HSL359°77.88%59.22%
HSB/HSV359°69.83%90.98%
CMYK0.00%69.83%68.10%
9.02%

Color #E8464A in popluar number systems.

HEXE8464A
Decimal2327074
Binary1110100010001101001010
Octal350106112

Shades and tints

Shades of #E8464A

#E8464A
(232,70,74)
#D34044
(211,64,68)
#BE3A3E
(190,58,62)
#A93438
(169,52,56)
#942E32
(148,46,50)
#7F282C
(127,40,44)
#6A2226
(106,34,38)
#551C20
(85,28,32)
#40161A
(64,22,26)
#2B1014
(43,16,20)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #E8464A

#E8464A
(232,70,74)
#EA565A
(234,86,90)
#EC666A
(236,102,106)
#EE767A
(238,118,122)
#F0868A
(240,134,138)
#F2969A
(242,150,154)
#F4A6AA
(244,166,170)
#F6B6BA
(246,182,186)
#F8C6CA
(248,198,202)
#FAD6DA
(250,214,218)
#FCE6EA
(252,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8464A color. Also use rgb(232,70,74) instead hex code.

Text Font Color

.myTextColor { color: #E8464A; }

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

This text font color is #E8464A.


Background Color

.myBgColor { background-color: #E8464A; }

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

This div background color is #E8464A.


Border color

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

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

This div border color is #E8464A.


Opacity

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

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

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

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

This text has shadow with #E8464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8464A on black background.


Color preview on white background

This text has color #E8464A on white background.



Black color preview on #E8464A background

This text has black color on #E8464A background.


White color preview on #E8464A background

This text has white color on #E8464A background.