COLOR #EA54E5

HEX: #EA54E5
RGB: (234,84,229)

Color info

#EA54E5 contains mainly red and blue colors. Web safe color of #EA54E5 is #FF66CC (or #F6C).

RGB color model

#EA54E5 color RGB value is (234,84,229).

  • red value is 234;
  • green value is 84;
  • blue value is 229.
RGB:
(234,84,229)
(92%,33%,90%)

RGB channels and saturation

R 234 of 255 = 92%
G 84 of 255 = 33%
B 229 of 255 = 90%

234
84
229

R + G + B ~ 72%. #EA54E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 84 + 229 = 547 (100%)
R 234 of 547 ~ 42.78%
G 84 of 547 ~ 15.36%
B 229 of 547 ~ 41.86%

%42.78
%15.36
%41.86

CMYK color model

#EA54E5 color CMYK value is (0,64,2,8).

  • cyan value is 0.00%
  • magenta value is 64.10%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(0,64,2,8)
C0M64Y2K8 
(0%,64%,2%,8%)
(0.00/0.64/0.02/0.08)	

CMYK percentages

%0
%64.1
%2.14
%8.24

Codes

Color #EA54E5 in popluar color models

EA54E5
RGB23484229
HSL302°78.13%62.35%
HSB/HSV302°64.10%91.76%
CMYK0.00%64.10%2.14%
8.24%

Color #EA54E5 in popluar number systems.

HEXEA54E5
Decimal23484229
Binary11101010101010011100101
Octal352124345

Shades and tints

Shades of #EA54E5

#EA54E5
(234,84,229)
#D54DD1
(213,77,209)
#C046BD
(192,70,189)
#AB3FA9
(171,63,169)
#963895
(150,56,149)
#813181
(129,49,129)
#6C2A6D
(108,42,109)
#572359
(87,35,89)
#421C45
(66,28,69)
#2D1531
(45,21,49)
#180E1D
(24,14,29)
#000000
(0,0,0)

Tints of #EA54E5

#EA54E5
(234,84,229)
#EB63E7
(235,99,231)
#EC72E9
(236,114,233)
#ED81EB
(237,129,235)
#EE90ED
(238,144,237)
#EF9FEF
(239,159,239)
#F0AEF1
(240,174,241)
#F1BDF3
(241,189,243)
#F2CCF5
(242,204,245)
#F3DBF7
(243,219,247)
#F4EAF9
(244,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA54E5 color. Also use rgb(234,84,229) instead hex code.

Text Font Color

.myTextColor { color: #EA54E5; }

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

This text font color is #EA54E5.


Background Color

.myBgColor { background-color: #EA54E5; }

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

This div background color is #EA54E5.


Border color

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

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

This div border color is #EA54E5.


Opacity

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

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

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

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

This text has shadow with #EA54E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA54E5 on black background.


Color preview on white background

This text has color #EA54E5 on white background.



Black color preview on #EA54E5 background

This text has black color on #EA54E5 background.


White color preview on #EA54E5 background

This text has white color on #EA54E5 background.