COLOR #EA4392

HEX: #EA4392
RGB: (234,67,146)

Color info

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

RGB color model

#EA4392 color RGB value is (234,67,146).

  • red value is 234;
  • green value is 67;
  • blue value is 146.
RGB:
(234,67,146)
(92%,26%,57%)

RGB channels and saturation

R 234 of 255 = 92%
G 67 of 255 = 26%
B 146 of 255 = 57%

234
67
146

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

Portions of RGB colors in percentages

R + G + B =
234 + 67 + 146 = 447 (100%)
R 234 of 447 ~ 52.35%
G 67 of 447 ~ 14.99%
B 146 of 447 ~ 32.66%

%52.35
%14.99
%32.66

CMYK color model

#EA4392 color CMYK value is (0,71,38,8).

  • cyan value is 0.00%
  • magenta value is 71.37%
  • yellow value is 37.61%
  • key color value is 8.24%
CMYK:
(0,71,38,8)
C0M71Y38K8 
(0%,71%,38%,8%)
(0.00/0.71/0.38/0.08)	

CMYK percentages

%0
%71.37
%37.61
%8.24

Codes

Color #EA4392 in popluar color models

EA4392
RGB23467146
HSL332°79.90%59.02%
HSB/HSV332°71.37%91.76%
CMYK0.00%71.37%37.61%
8.24%

Color #EA4392 in popluar number systems.

HEXEA4392
Decimal23467146
Binary11101010100001110010010
Octal352103222

Shades and tints

Shades of #EA4392

#EA4392
(234,67,146)
#D53D85
(213,61,133)
#C03778
(192,55,120)
#AB316B
(171,49,107)
#962B5E
(150,43,94)
#812551
(129,37,81)
#6C1F44
(108,31,68)
#571937
(87,25,55)
#42132A
(66,19,42)
#2D0D1D
(45,13,29)
#180710
(24,7,16)
#000000
(0,0,0)

Tints of #EA4392

#EA4392
(234,67,146)
#EB549B
(235,84,155)
#EC65A4
(236,101,164)
#ED76AD
(237,118,173)
#EE87B6
(238,135,182)
#EF98BF
(239,152,191)
#F0A9C8
(240,169,200)
#F1BAD1
(241,186,209)
#F2CBDA
(242,203,218)
#F3DCE3
(243,220,227)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA4392 color. Also use rgb(234,67,146) instead hex code.

Text Font Color

.myTextColor { color: #EA4392; }

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

This text font color is #EA4392.


Background Color

.myBgColor { background-color: #EA4392; }

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

This div background color is #EA4392.


Border color

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

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

This div border color is #EA4392.


Opacity

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

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

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

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

This text has shadow with #EA4392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA4392 on black background.


Color preview on white background

This text has color #EA4392 on white background.



Black color preview on #EA4392 background

This text has black color on #EA4392 background.


White color preview on #EA4392 background

This text has white color on #EA4392 background.