COLOR #EA4E97

HEX: #EA4E97
RGB: (234,78,151)

Color info

#EA4E97 contains mainly red color. Web safe color of #EA4E97 is #FF6699 (or #F69).

RGB color model

#EA4E97 color RGB value is (234,78,151).

  • red value is 234;
  • green value is 78;
  • blue value is 151.
RGB:
(234,78,151)
(92%,31%,59%)

RGB channels and saturation

R 234 of 255 = 92%
G 78 of 255 = 31%
B 151 of 255 = 59%

234
78
151

R + G + B ~ 61%. #EA4E97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 78 + 151 = 463 (100%)
R 234 of 463 ~ 50.54%
G 78 of 463 ~ 16.85%
B 151 of 463 ~ 32.61%

%50.54
%16.85
%32.61

CMYK color model

#EA4E97 color CMYK value is (0,67,35,8).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 35.47%
  • key color value is 8.24%
CMYK:
(0,67,35,8)
C0M67Y35K8 
(0%,67%,35%,8%)
(0.00/0.67/0.35/0.08)	

CMYK percentages

%0
%66.67
%35.47
%8.24

Codes

Color #EA4E97 in popluar color models

EA4E97
RGB23478151
HSL332°78.79%61.18%
HSB/HSV332°66.67%91.76%
CMYK0.00%66.67%35.47%
8.24%

Color #EA4E97 in popluar number systems.

HEXEA4E97
Decimal23478151
Binary11101010100111010010111
Octal352116227

Shades and tints

Shades of #EA4E97

#EA4E97
(234,78,151)
#D5478A
(213,71,138)
#C0407D
(192,64,125)
#AB3970
(171,57,112)
#963263
(150,50,99)
#812B56
(129,43,86)
#6C2449
(108,36,73)
#571D3C
(87,29,60)
#42162F
(66,22,47)
#2D0F22
(45,15,34)
#180815
(24,8,21)
#000000
(0,0,0)

Tints of #EA4E97

#EA4E97
(234,78,151)
#EB5EA0
(235,94,160)
#EC6EA9
(236,110,169)
#ED7EB2
(237,126,178)
#EE8EBB
(238,142,187)
#EF9EC4
(239,158,196)
#F0AECD
(240,174,205)
#F1BED6
(241,190,214)
#F2CEDF
(242,206,223)
#F3DEE8
(243,222,232)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA4E97 color. Also use rgb(234,78,151) instead hex code.

Text Font Color

.myTextColor { color: #EA4E97; }

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

This text font color is #EA4E97.


Background Color

.myBgColor { background-color: #EA4E97; }

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

This div background color is #EA4E97.


Border color

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

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

This div border color is #EA4E97.


Opacity

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

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

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

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

This text has shadow with #EA4E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA4E97 on black background.


Color preview on white background

This text has color #EA4E97 on white background.



Black color preview on #EA4E97 background

This text has black color on #EA4E97 background.


White color preview on #EA4E97 background

This text has white color on #EA4E97 background.