COLOR #EA4C70

HEX: #EA4C70
RGB: (234,76,112)

Color info

#EA4C70 contains mainly red color. Web safe color of #EA4C70 is #FF3366 (or #F36).

RGB color model

#EA4C70 color RGB value is (234,76,112).

  • red value is 234;
  • green value is 76;
  • blue value is 112.
RGB:
(234,76,112)
(92%,30%,44%)

RGB channels and saturation

R 234 of 255 = 92%
G 76 of 255 = 30%
B 112 of 255 = 44%

234
76
112

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

Portions of RGB colors in percentages

R + G + B =
234 + 76 + 112 = 422 (100%)
R 234 of 422 ~ 55.45%
G 76 of 422 ~ 18.01%
B 112 of 422 ~ 26.54%

%55.45
%18.01
%26.54

CMYK color model

#EA4C70 color CMYK value is (0,68,52,8).

  • cyan value is 0.00%
  • magenta value is 67.52%
  • yellow value is 52.14%
  • key color value is 8.24%
CMYK:
(0,68,52,8)
C0M68Y52K8 
(0%,68%,52%,8%)
(0.00/0.68/0.52/0.08)	

CMYK percentages

%0
%67.52
%52.14
%8.24

Codes

Color #EA4C70 in popluar color models

EA4C70
RGB23476112
HSL346°79.00%60.78%
HSB/HSV346°67.52%91.76%
CMYK0.00%67.52%52.14%
8.24%

Color #EA4C70 in popluar number systems.

HEXEA4C70
Decimal23476112
Binary1110101010011001110000
Octal352114160

Shades and tints

Shades of #EA4C70

#EA4C70
(234,76,112)
#D54666
(213,70,102)
#C0405C
(192,64,92)
#AB3A52
(171,58,82)
#963448
(150,52,72)
#812E3E
(129,46,62)
#6C2834
(108,40,52)
#57222A
(87,34,42)
#421C20
(66,28,32)
#2D1616
(45,22,22)
#18100C
(24,16,12)
#000000
(0,0,0)

Tints of #EA4C70

#EA4C70
(234,76,112)
#EB5C7D
(235,92,125)
#EC6C8A
(236,108,138)
#ED7C97
(237,124,151)
#EE8CA4
(238,140,164)
#EF9CB1
(239,156,177)
#F0ACBE
(240,172,190)
#F1BCCB
(241,188,203)
#F2CCD8
(242,204,216)
#F3DCE5
(243,220,229)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA4C70 color. Also use rgb(234,76,112) instead hex code.

Text Font Color

.myTextColor { color: #EA4C70; }

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

This text font color is #EA4C70.


Background Color

.myBgColor { background-color: #EA4C70; }

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

This div background color is #EA4C70.


Border color

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

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

This div border color is #EA4C70.


Opacity

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

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

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

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

This text has shadow with #EA4C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA4C70 on black background.


Color preview on white background

This text has color #EA4C70 on white background.



Black color preview on #EA4C70 background

This text has black color on #EA4C70 background.


White color preview on #EA4C70 background

This text has white color on #EA4C70 background.