COLOR #EA0507

HEX: #EA0507
RGB: (234,5,7)

Color info

#EA0507 contains mainly red color. Web safe color of #EA0507 is #FF0000 (or #F00).

RGB color model

#EA0507 color RGB value is (234,5,7).

  • red value is 234;
  • green value is 5;
  • blue value is 7.
RGB:
(234,5,7)
(92%,2%,3%)

RGB channels and saturation

R 234 of 255 = 92%
G 5 of 255 = 2%
B 7 of 255 = 3%

234
5
7

R + G + B ~ 32%. #EA0507 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
234 + 5 + 7 = 246 (100%)
R 234 of 246 ~ 95.12%
G 5 of 246 ~ 2.03%
B 7 of 246 ~ 2.85%

%95.12

CMYK color model

#EA0507 color CMYK value is (0,98,97,8).

  • cyan value is 0.00%
  • magenta value is 97.86%
  • yellow value is 97.01%
  • key color value is 8.24%
CMYK:
(0,98,97,8)
C0M98Y97K8 
(0%,98%,97%,8%)
(0.00/0.98/0.97/0.08)	

CMYK percentages

%0
%97.86
%97.01
%8.24

Codes

Color #EA0507 in popluar color models

EA0507
RGB23457
HSL359°95.82%46.86%
HSB/HSV359°97.86%91.76%
CMYK0.00%97.86%97.01%
8.24%

Color #EA0507 in popluar number systems.

HEXEA0507
Decimal23457
Binary11101010101111
Octal35257

Shades and tints

Shades of #EA0507

#EA0507
(234,5,7)
#D50507
(213,5,7)
#C00507
(192,5,7)
#AB0507
(171,5,7)
#960507
(150,5,7)
#810507
(129,5,7)
#6C0507
(108,5,7)
#570507
(87,5,7)
#420507
(66,5,7)
#2D0507
(45,5,7)
#180507
(24,5,7)
#000000
(0,0,0)

Tints of #EA0507

#EA0507
(234,5,7)
#EB1B1D
(235,27,29)
#EC3133
(236,49,51)
#ED4749
(237,71,73)
#EE5D5F
(238,93,95)
#EF7375
(239,115,117)
#F0898B
(240,137,139)
#F19FA1
(241,159,161)
#F2B5B7
(242,181,183)
#F3CBCD
(243,203,205)
#F4E1E3
(244,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA0507 color. Also use rgb(234,5,7) instead hex code.

Text Font Color

.myTextColor { color: #EA0507; }

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

This text font color is #EA0507.


Background Color

.myBgColor { background-color: #EA0507; }

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

This div background color is #EA0507.


Border color

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

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

This div border color is #EA0507.


Opacity

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

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

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

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

This text has shadow with #EA0507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA0507 on black background.


Color preview on white background

This text has color #EA0507 on white background.



Black color preview on #EA0507 background

This text has black color on #EA0507 background.


White color preview on #EA0507 background

This text has white color on #EA0507 background.