COLOR #EA2729

HEX: #EA2729
RGB: (234,39,41)

Color info

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

RGB color model

#EA2729 color RGB value is (234,39,41).

  • red value is 234;
  • green value is 39;
  • blue value is 41.
RGB:
(234,39,41)
(92%,15%,16%)

RGB channels and saturation

R 234 of 255 = 92%
G 39 of 255 = 15%
B 41 of 255 = 16%

234
39
41

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

Portions of RGB colors in percentages

R + G + B =
234 + 39 + 41 = 314 (100%)
R 234 of 314 ~ 74.52%
G 39 of 314 ~ 12.42%
B 41 of 314 ~ 13.06%

%74.52
%12.42
%13.06

CMYK color model

#EA2729 color CMYK value is (0,83,82,8).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 82.48%
  • key color value is 8.24%
CMYK:
(0,83,82,8)
C0M83Y82K8 
(0%,83%,82%,8%)
(0.00/0.83/0.82/0.08)	

CMYK percentages

%0
%83.33
%82.48
%8.24

Codes

Color #EA2729 in popluar color models

EA2729
RGB2343941
HSL359°82.28%53.53%
HSB/HSV359°83.33%91.76%
CMYK0.00%83.33%82.48%
8.24%

Color #EA2729 in popluar number systems.

HEXEA2729
Decimal2343941
Binary11101010100111101001
Octal3524751

Shades and tints

Shades of #EA2729

#EA2729
(234,39,41)
#D52426
(213,36,38)
#C02123
(192,33,35)
#AB1E20
(171,30,32)
#961B1D
(150,27,29)
#81181A
(129,24,26)
#6C1517
(108,21,23)
#571214
(87,18,20)
#420F11
(66,15,17)
#2D0C0E
(45,12,14)
#18090B
(24,9,11)
#000000
(0,0,0)

Tints of #EA2729

#EA2729
(234,39,41)
#EB3A3C
(235,58,60)
#EC4D4F
(236,77,79)
#ED6062
(237,96,98)
#EE7375
(238,115,117)
#EF8688
(239,134,136)
#F0999B
(240,153,155)
#F1ACAE
(241,172,174)
#F2BFC1
(242,191,193)
#F3D2D4
(243,210,212)
#F4E5E7
(244,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA2729 color. Also use rgb(234,39,41) instead hex code.

Text Font Color

.myTextColor { color: #EA2729; }

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

This text font color is #EA2729.


Background Color

.myBgColor { background-color: #EA2729; }

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

This div background color is #EA2729.


Border color

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

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

This div border color is #EA2729.


Opacity

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

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

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

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

This text has shadow with #EA2729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA2729 on black background.


Color preview on white background

This text has color #EA2729 on white background.



Black color preview on #EA2729 background

This text has black color on #EA2729 background.


White color preview on #EA2729 background

This text has white color on #EA2729 background.