COLOR #EA4D46

HEX: #EA4D46
RGB: (234,77,70)

Color info

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

RGB color model

#EA4D46 color RGB value is (234,77,70).

  • red value is 234;
  • green value is 77;
  • blue value is 70.
RGB:
(234,77,70)
(92%,30%,27%)

RGB channels and saturation

R 234 of 255 = 92%
G 77 of 255 = 30%
B 70 of 255 = 27%

234
77
70

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

Portions of RGB colors in percentages

R + G + B =
234 + 77 + 70 = 381 (100%)
R 234 of 381 ~ 61.42%
G 77 of 381 ~ 20.21%
B 70 of 381 ~ 18.37%

%61.42
%20.21
%18.37

CMYK color model

#EA4D46 color CMYK value is (0,67,70,8).

  • cyan value is 0.00%
  • magenta value is 67.09%
  • yellow value is 70.09%
  • key color value is 8.24%
CMYK:
(0,67,70,8)
C0M67Y70K8 
(0%,67%,70%,8%)
(0.00/0.67/0.70/0.08)	

CMYK percentages

%0
%67.09
%70.09
%8.24

Codes

Color #EA4D46 in popluar color models

EA4D46
RGB2347770
HSL79.61%59.61%
HSB/HSV70.09%91.76%
CMYK0.00%67.09%70.09%
8.24%

Color #EA4D46 in popluar number systems.

HEXEA4D46
Decimal2347770
Binary1110101010011011000110
Octal352115106

Shades and tints

Shades of #EA4D46

#EA4D46
(234,77,70)
#D54640
(213,70,64)
#C03F3A
(192,63,58)
#AB3834
(171,56,52)
#96312E
(150,49,46)
#812A28
(129,42,40)
#6C2322
(108,35,34)
#571C1C
(87,28,28)
#421516
(66,21,22)
#2D0E10
(45,14,16)
#18070A
(24,7,10)
#000000
(0,0,0)

Tints of #EA4D46

#EA4D46
(234,77,70)
#EB5D56
(235,93,86)
#EC6D66
(236,109,102)
#ED7D76
(237,125,118)
#EE8D86
(238,141,134)
#EF9D96
(239,157,150)
#F0ADA6
(240,173,166)
#F1BDB6
(241,189,182)
#F2CDC6
(242,205,198)
#F3DDD6
(243,221,214)
#F4EDE6
(244,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA4D46 color. Also use rgb(234,77,70) instead hex code.

Text Font Color

.myTextColor { color: #EA4D46; }

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

This text font color is #EA4D46.


Background Color

.myBgColor { background-color: #EA4D46; }

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

This div background color is #EA4D46.


Border color

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

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

This div border color is #EA4D46.


Opacity

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

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

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

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

This text has shadow with #EA4D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA4D46 on black background.


Color preview on white background

This text has color #EA4D46 on white background.



Black color preview on #EA4D46 background

This text has black color on #EA4D46 background.


White color preview on #EA4D46 background

This text has white color on #EA4D46 background.