COLOR #EA2E43

HEX: #EA2E43
RGB: (234,46,67)

Color info

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

RGB color model

#EA2E43 color RGB value is (234,46,67).

  • red value is 234;
  • green value is 46;
  • blue value is 67.
RGB:
(234,46,67)
(92%,18%,26%)

RGB channels and saturation

R 234 of 255 = 92%
G 46 of 255 = 18%
B 67 of 255 = 26%

234
46
67

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

Portions of RGB colors in percentages

R + G + B =
234 + 46 + 67 = 347 (100%)
R 234 of 347 ~ 67.44%
G 46 of 347 ~ 13.26%
B 67 of 347 ~ 19.31%

%67.44
%13.26
%19.31

CMYK color model

#EA2E43 color CMYK value is (0,80,71,8).

  • cyan value is 0.00%
  • magenta value is 80.34%
  • yellow value is 71.37%
  • key color value is 8.24%
CMYK:
(0,80,71,8)
C0M80Y71K8 
(0%,80%,71%,8%)
(0.00/0.80/0.71/0.08)	

CMYK percentages

%0
%80.34
%71.37
%8.24

Codes

Color #EA2E43 in popluar color models

EA2E43
RGB2344667
HSL353°81.74%54.90%
HSB/HSV353°80.34%91.76%
CMYK0.00%80.34%71.37%
8.24%

Color #EA2E43 in popluar number systems.

HEXEA2E43
Decimal2344667
Binary111010101011101000011
Octal35256103

Shades and tints

Shades of #EA2E43

#EA2E43
(234,46,67)
#D52A3D
(213,42,61)
#C02637
(192,38,55)
#AB2231
(171,34,49)
#961E2B
(150,30,43)
#811A25
(129,26,37)
#6C161F
(108,22,31)
#571219
(87,18,25)
#420E13
(66,14,19)
#2D0A0D
(45,10,13)
#180607
(24,6,7)
#000000
(0,0,0)

Tints of #EA2E43

#EA2E43
(234,46,67)
#EB4154
(235,65,84)
#EC5465
(236,84,101)
#ED6776
(237,103,118)
#EE7A87
(238,122,135)
#EF8D98
(239,141,152)
#F0A0A9
(240,160,169)
#F1B3BA
(241,179,186)
#F2C6CB
(242,198,203)
#F3D9DC
(243,217,220)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA2E43 color. Also use rgb(234,46,67) instead hex code.

Text Font Color

.myTextColor { color: #EA2E43; }

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

This text font color is #EA2E43.


Background Color

.myBgColor { background-color: #EA2E43; }

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

This div background color is #EA2E43.


Border color

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

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

This div border color is #EA2E43.


Opacity

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

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

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

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

This text has shadow with #EA2E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA2E43 on black background.


Color preview on white background

This text has color #EA2E43 on white background.



Black color preview on #EA2E43 background

This text has black color on #EA2E43 background.


White color preview on #EA2E43 background

This text has white color on #EA2E43 background.