COLOR #EA4744

HEX: #EA4744
RGB: (234,71,68)

Color info

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

RGB color model

#EA4744 color RGB value is (234,71,68).

  • red value is 234;
  • green value is 71;
  • blue value is 68.
RGB:
(234,71,68)
(92%,28%,27%)

RGB channels and saturation

R 234 of 255 = 92%
G 71 of 255 = 28%
B 68 of 255 = 27%

234
71
68

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

Portions of RGB colors in percentages

R + G + B =
234 + 71 + 68 = 373 (100%)
R 234 of 373 ~ 62.73%
G 71 of 373 ~ 19.03%
B 68 of 373 ~ 18.23%

%62.73
%19.03
%18.23

CMYK color model

#EA4744 color CMYK value is (0,70,71,8).

  • cyan value is 0.00%
  • magenta value is 69.66%
  • yellow value is 70.94%
  • key color value is 8.24%
CMYK:
(0,70,71,8)
C0M70Y71K8 
(0%,70%,71%,8%)
(0.00/0.70/0.71/0.08)	

CMYK percentages

%0
%69.66
%70.94
%8.24

Codes

Color #EA4744 in popluar color models

EA4744
RGB2347168
HSL79.81%59.22%
HSB/HSV70.94%91.76%
CMYK0.00%69.66%70.94%
8.24%

Color #EA4744 in popluar number systems.

HEXEA4744
Decimal2347168
Binary1110101010001111000100
Octal352107104

Shades and tints

Shades of #EA4744

#EA4744
(234,71,68)
#D5413E
(213,65,62)
#C03B38
(192,59,56)
#AB3532
(171,53,50)
#962F2C
(150,47,44)
#812926
(129,41,38)
#6C2320
(108,35,32)
#571D1A
(87,29,26)
#421714
(66,23,20)
#2D110E
(45,17,14)
#180B08
(24,11,8)
#000000
(0,0,0)

Tints of #EA4744

#EA4744
(234,71,68)
#EB5755
(235,87,85)
#EC6766
(236,103,102)
#ED7777
(237,119,119)
#EE8788
(238,135,136)
#EF9799
(239,151,153)
#F0A7AA
(240,167,170)
#F1B7BB
(241,183,187)
#F2C7CC
(242,199,204)
#F3D7DD
(243,215,221)
#F4E7EE
(244,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA4744 color. Also use rgb(234,71,68) instead hex code.

Text Font Color

.myTextColor { color: #EA4744; }

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

This text font color is #EA4744.


Background Color

.myBgColor { background-color: #EA4744; }

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

This div background color is #EA4744.


Border color

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

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

This div border color is #EA4744.


Opacity

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

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

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

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

This text has shadow with #EA4744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA4744 on black background.


Color preview on white background

This text has color #EA4744 on white background.



Black color preview on #EA4744 background

This text has black color on #EA4744 background.


White color preview on #EA4744 background

This text has white color on #EA4744 background.