COLOR #EA013C

HEX: #EA013C
RGB: (234,1,60)

Color info

#EA013C contains mainly red color. Web safe color of #EA013C is #FF0033 (or #F03).

RGB color model

#EA013C color RGB value is (234,1,60).

  • red value is 234;
  • green value is 1;
  • blue value is 60.
RGB:
(234,1,60)
(92%,0%,24%)

RGB channels and saturation

R 234 of 255 = 92%
G 1 of 255 = 0%
B 60 of 255 = 24%

234
1
60

R + G + B ~ 39%. #EA013C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
234 + 1 + 60 = 295 (100%)
R 234 of 295 ~ 79.32%
G 1 of 295 ~ 0.34%
B 60 of 295 ~ 20.34%

%79.32
%20.34

CMYK color model

#EA013C color CMYK value is (0,100,74,8).

  • cyan value is 0.00%
  • magenta value is 99.57%
  • yellow value is 74.36%
  • key color value is 8.24%
CMYK:
(0,100,74,8)
C0M100Y74K8 
(0%,100%,74%,8%)
(0.00/1.00/0.74/0.08)	

CMYK percentages

%0
%99.57
%74.36
%8.24

Codes

Color #EA013C in popluar color models

EA013C
RGB234160
HSL345°99.15%46.08%
HSB/HSV345°99.57%91.76%
CMYK0.00%99.57%74.36%
8.24%

Color #EA013C in popluar number systems.

HEXEA013C
Decimal234160
Binary111010101111100
Octal352174

Shades and tints

Shades of #EA013C

#EA013C
(234,1,60)
#D50137
(213,1,55)
#C00132
(192,1,50)
#AB012D
(171,1,45)
#960128
(150,1,40)
#810123
(129,1,35)
#6C011E
(108,1,30)
#570119
(87,1,25)
#420114
(66,1,20)
#2D010F
(45,1,15)
#18010A
(24,1,10)
#000000
(0,0,0)

Tints of #EA013C

#EA013C
(234,1,60)
#EB184D
(235,24,77)
#EC2F5E
(236,47,94)
#ED466F
(237,70,111)
#EE5D80
(238,93,128)
#EF7491
(239,116,145)
#F08BA2
(240,139,162)
#F1A2B3
(241,162,179)
#F2B9C4
(242,185,196)
#F3D0D5
(243,208,213)
#F4E7E6
(244,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA013C color. Also use rgb(234,1,60) instead hex code.

Text Font Color

.myTextColor { color: #EA013C; }

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

This text font color is #EA013C.


Background Color

.myBgColor { background-color: #EA013C; }

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

This div background color is #EA013C.


Border color

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

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

This div border color is #EA013C.


Opacity

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

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

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

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

This text has shadow with #EA013C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA013C on black background.


Color preview on white background

This text has color #EA013C on white background.



Black color preview on #EA013C background

This text has black color on #EA013C background.


White color preview on #EA013C background

This text has white color on #EA013C background.