COLOR #EA423A

HEX: #EA423A RGB: (234,66,58)

Color info

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

RGB color model

#EA423A color RGB value is (234,66,58).

RGB: (234,66,58) (92%, 26%, 23%)

RGB channels and saturation

R 234 of 255 = 92%
G 66 of 255 = 26%
B 58 of 255 = 23%

234
66
58

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

Portions of RGB colors in percentages

R + G + B = 234 + 66 + 58 = 358 (100%)
R 234 of 358 ~ 65.36%
G 66 of 358 ~ 18.44%
B 58 of 358 ~ 16.2'%

%65.36
%18.44
%16.2

CMYK color model

#EA423A color CMYK value is (0,72,75,8).

  • cyan value is 0.00%
  • magenta value is 71.79%
  • yellow value is 75.21%
  • key color value is 8.24%

CMYK: (0,72,75,8)
C0M72Y75K8 (0%, 72%, 75%, 8%)
(0.00 / 0.72 / 0.75 / 0.08)

CMYK percentages

%0
%71.79
%75.21
%8.24

Codes

Color #EA423A in popluar color models

EA 42 3A
RGB 234 66 58
HSL 80.73% 57.25%
HSB/HSV 75.21% 91.76%
CMYK 0.00% 71.79% 75.21%
8.24%

Color #EA423A in popluar number systems.

HEX EA 42 3A
Decimal 234 66 58
Binary 11101010 1000010 111010
Octal 352 102 72

Shades and tints

Shades of #EA423A

#EA423A
(234,66,58)
#D53C35
(213,60,53)
#C03630
(192,54,48)
#AB302B
(171,48,43)
#962A26
(150,42,38)
#812421
(129,36,33)
#6C1E1C
(108,30,28)
#571817
(87,24,23)
#421212
(66,18,18)
#2D0C0D
(45,12,13)
#180608
(24,6,8)
#000000
(0,0,0)

Tints of #EA423A

#EA423A
(234,66,58)
#EB534B
(235,83,75)
#EC645C
(236,100,92)
#ED756D
(237,117,109)
#EE867E
(238,134,126)
#EF978F
(239,151,143)
#F0A8A0
(240,168,160)
#F1B9B1
(241,185,177)
#F2CAC2
(242,202,194)
#F3DBD3
(243,219,211)
#F4ECE4
(244,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA423A color. Also use rgb(234,66,58) instead hex code.

Text Font Color

.myTextColor { color: #EA423A; }

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

This text font color is #EA423A.

Background Color

.myBgColor { background-color: #EA423A; }

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

This div background color is #EA423A.

Border color

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

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

This div border color is #EA423A.

Opacity

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

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

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

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

This text has shadow with #EA423A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA423A.

Preview

Color preview on black background

This text has color #EA423A on black background.


Color preview on white background

This text has color #EA423A on white background.


Black color preview on #EA423A background

This text has black color on #EA423A background.


White color preview on #EA423A background

This text has white color on #EA423A background.


Related colors

Complementary color

Complementary color for #hex is #15BDC5.


I love getcolorcode.com

Triadic colors

1 #3AEA42 and #423AEA with #EA423A are triadic colors.

2 #3A42EA and #42EA3A with #EA423A are triadic colors.