COLOR #EA417C

HEX: #EA417C
RGB: (234,65,124)

Color info

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

RGB color model

#EA417C color RGB value is (234,65,124).

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

RGB channels and saturation

R 234 of 255 = 92%
G 65 of 255 = 25%
B 124 of 255 = 49%

234
65
124

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

Portions of RGB colors in percentages

R + G + B =
234 + 65 + 124 = 423 (100%)
R 234 of 423 ~ 55.32%
G 65 of 423 ~ 15.37%
B 124 of 423 ~ 29.31%

%55.32
%15.37
%29.31

CMYK color model

#EA417C color CMYK value is (0,72,47,8).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 47.01%
  • key color value is 8.24%
CMYK:
(0,72,47,8)
C0M72Y47K8 
(0%,72%,47%,8%)
(0.00/0.72/0.47/0.08)	

CMYK percentages

%0
%72.22
%47.01
%8.24

Codes

Color #EA417C in popluar color models

EA417C
RGB23465124
HSL339°80.09%58.63%
HSB/HSV339°72.22%91.76%
CMYK0.00%72.22%47.01%
8.24%

Color #EA417C in popluar number systems.

HEXEA417C
Decimal23465124
Binary1110101010000011111100
Octal352101174

Shades and tints

Shades of #EA417C

#EA417C
(234,65,124)
#D53C71
(213,60,113)
#C03766
(192,55,102)
#AB325B
(171,50,91)
#962D50
(150,45,80)
#812845
(129,40,69)
#6C233A
(108,35,58)
#571E2F
(87,30,47)
#421924
(66,25,36)
#2D1419
(45,20,25)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #EA417C

#EA417C
(234,65,124)
#EB5287
(235,82,135)
#EC6392
(236,99,146)
#ED749D
(237,116,157)
#EE85A8
(238,133,168)
#EF96B3
(239,150,179)
#F0A7BE
(240,167,190)
#F1B8C9
(241,184,201)
#F2C9D4
(242,201,212)
#F3DADF
(243,218,223)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA417C; }

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

This text font color is #EA417C.


Background Color

.myBgColor { background-color: #EA417C; }

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

This div background color is #EA417C.


Border color

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

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

This div border color is #EA417C.


Opacity

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

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

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

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

This text has shadow with #EA417C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA417C on black background.


Color preview on white background

This text has color #EA417C on white background.



Black color preview on #EA417C background

This text has black color on #EA417C background.


White color preview on #EA417C background

This text has white color on #EA417C background.