COLOR #EA1B47

HEX: #EA1B47
RGB: (234,27,71)

Color info

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

RGB color model

#EA1B47 color RGB value is (234,27,71).

  • red value is 234;
  • green value is 27;
  • blue value is 71.
RGB:
(234,27,71)
(92%,11%,28%)

RGB channels and saturation

R 234 of 255 = 92%
G 27 of 255 = 11%
B 71 of 255 = 28%

234
27
71

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

Portions of RGB colors in percentages

R + G + B =
234 + 27 + 71 = 332 (100%)
R 234 of 332 ~ 70.48%
G 27 of 332 ~ 8.13%
B 71 of 332 ~ 21.39%

%70.48
%21.39

CMYK color model

#EA1B47 color CMYK value is (0,88,70,8).

  • cyan value is 0.00%
  • magenta value is 88.46%
  • yellow value is 69.66%
  • key color value is 8.24%
CMYK:
(0,88,70,8)
C0M88Y70K8 
(0%,88%,70%,8%)
(0.00/0.88/0.70/0.08)	

CMYK percentages

%0
%88.46
%69.66
%8.24

Codes

Color #EA1B47 in popluar color models

EA1B47
RGB2342771
HSL347°83.13%51.18%
HSB/HSV347°88.46%91.76%
CMYK0.00%88.46%69.66%
8.24%

Color #EA1B47 in popluar number systems.

HEXEA1B47
Decimal2342771
Binary11101010110111000111
Octal35233107

Shades and tints

Shades of #EA1B47

#EA1B47
(234,27,71)
#D51941
(213,25,65)
#C0173B
(192,23,59)
#AB1535
(171,21,53)
#96132F
(150,19,47)
#811129
(129,17,41)
#6C0F23
(108,15,35)
#570D1D
(87,13,29)
#420B17
(66,11,23)
#2D0911
(45,9,17)
#18070B
(24,7,11)
#000000
(0,0,0)

Tints of #EA1B47

#EA1B47
(234,27,71)
#EB2F57
(235,47,87)
#EC4367
(236,67,103)
#ED5777
(237,87,119)
#EE6B87
(238,107,135)
#EF7F97
(239,127,151)
#F093A7
(240,147,167)
#F1A7B7
(241,167,183)
#F2BBC7
(242,187,199)
#F3CFD7
(243,207,215)
#F4E3E7
(244,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA1B47 color. Also use rgb(234,27,71) instead hex code.

Text Font Color

.myTextColor { color: #EA1B47; }

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

This text font color is #EA1B47.


Background Color

.myBgColor { background-color: #EA1B47; }

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

This div background color is #EA1B47.


Border color

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

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

This div border color is #EA1B47.


Opacity

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

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

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

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

This text has shadow with #EA1B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA1B47 on black background.


Color preview on white background

This text has color #EA1B47 on white background.



Black color preview on #EA1B47 background

This text has black color on #EA1B47 background.


White color preview on #EA1B47 background

This text has white color on #EA1B47 background.