COLOR #EA4190

HEX: #EA4190
RGB: (234,65,144)

Color info

#EA4190 contains mainly red color. Web safe color of #EA4190 is #FF3399 (or #F39).

RGB color model

#EA4190 color RGB value is (234,65,144).

  • red value is 234;
  • green value is 65;
  • blue value is 144.
RGB:
(234,65,144)
(92%,25%,56%)

RGB channels and saturation

R 234 of 255 = 92%
G 65 of 255 = 25%
B 144 of 255 = 56%

234
65
144

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

Portions of RGB colors in percentages

R + G + B =
234 + 65 + 144 = 443 (100%)
R 234 of 443 ~ 52.82%
G 65 of 443 ~ 14.67%
B 144 of 443 ~ 32.51%

%52.82
%14.67
%32.51

CMYK color model

#EA4190 color CMYK value is (0,72,38,8).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 38.46%
  • key color value is 8.24%
CMYK:
(0,72,38,8)
C0M72Y38K8 
(0%,72%,38%,8%)
(0.00/0.72/0.38/0.08)	

CMYK percentages

%0
%72.22
%38.46
%8.24

Codes

Color #EA4190 in popluar color models

EA4190
RGB23465144
HSL332°80.09%58.63%
HSB/HSV332°72.22%91.76%
CMYK0.00%72.22%38.46%
8.24%

Color #EA4190 in popluar number systems.

HEXEA4190
Decimal23465144
Binary11101010100000110010000
Octal352101220

Shades and tints

Shades of #EA4190

#EA4190
(234,65,144)
#D53C83
(213,60,131)
#C03776
(192,55,118)
#AB3269
(171,50,105)
#962D5C
(150,45,92)
#81284F
(129,40,79)
#6C2342
(108,35,66)
#571E35
(87,30,53)
#421928
(66,25,40)
#2D141B
(45,20,27)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #EA4190

#EA4190
(234,65,144)
#EB529A
(235,82,154)
#EC63A4
(236,99,164)
#ED74AE
(237,116,174)
#EE85B8
(238,133,184)
#EF96C2
(239,150,194)
#F0A7CC
(240,167,204)
#F1B8D6
(241,184,214)
#F2C9E0
(242,201,224)
#F3DAEA
(243,218,234)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA4190 color. Also use rgb(234,65,144) instead hex code.

Text Font Color

.myTextColor { color: #EA4190; }

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

This text font color is #EA4190.


Background Color

.myBgColor { background-color: #EA4190; }

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

This div background color is #EA4190.


Border color

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

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

This div border color is #EA4190.


Opacity

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

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

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

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

This text has shadow with #EA4190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA4190 on black background.


Color preview on white background

This text has color #EA4190 on white background.



Black color preview on #EA4190 background

This text has black color on #EA4190 background.


White color preview on #EA4190 background

This text has white color on #EA4190 background.