COLOR #E54AA7

HEX: #E54AA7
RGB: (229,74,167)

Color info

#E54AA7 contains mainly red color. Web safe color of #E54AA7 is #CC3399 (or #C39).

RGB color model

#E54AA7 color RGB value is (229,74,167).

  • red value is 229;
  • green value is 74;
  • blue value is 167.
RGB:
(229,74,167)
(90%,29%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 74 of 255 = 29%
B 167 of 255 = 65%

229
74
167

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

Portions of RGB colors in percentages

R + G + B =
229 + 74 + 167 = 470 (100%)
R 229 of 470 ~ 48.72%
G 74 of 470 ~ 15.74%
B 167 of 470 ~ 35.53%

%48.72
%15.74
%35.53

CMYK color model

#E54AA7 color CMYK value is (0,68,27,10).

  • cyan value is 0.00%
  • magenta value is 67.69%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(0,68,27,10)
C0M68Y27K10 
(0%,68%,27%,10%)
(0.00/0.68/0.27/0.10)	

CMYK percentages

%0
%67.69
%27.07
%10.2

Codes

Color #E54AA7 in popluar color models

E54AA7
RGB22974167
HSL324°74.88%59.41%
HSB/HSV324°67.69%89.80%
CMYK0.00%67.69%27.07%
10.20%

Color #E54AA7 in popluar number systems.

HEXE54AA7
Decimal22974167
Binary11100101100101010100111
Octal345112247

Shades and tints

Shades of #E54AA7

#E54AA7
(229,74,167)
#D14498
(209,68,152)
#BD3E89
(189,62,137)
#A9387A
(169,56,122)
#95326B
(149,50,107)
#812C5C
(129,44,92)
#6D264D
(109,38,77)
#59203E
(89,32,62)
#451A2F
(69,26,47)
#311420
(49,20,32)
#1D0E11
(29,14,17)
#000000
(0,0,0)

Tints of #E54AA7

#E54AA7
(229,74,167)
#E75AAF
(231,90,175)
#E96AB7
(233,106,183)
#EB7ABF
(235,122,191)
#ED8AC7
(237,138,199)
#EF9ACF
(239,154,207)
#F1AAD7
(241,170,215)
#F3BADF
(243,186,223)
#F5CAE7
(245,202,231)
#F7DAEF
(247,218,239)
#F9EAF7
(249,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E54AA7 color. Also use rgb(229,74,167) instead hex code.

Text Font Color

.myTextColor { color: #E54AA7; }

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

This text font color is #E54AA7.


Background Color

.myBgColor { background-color: #E54AA7; }

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

This div background color is #E54AA7.


Border color

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

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

This div border color is #E54AA7.


Opacity

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

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

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

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

This text has shadow with #E54AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E54AA7 on black background.


Color preview on white background

This text has color #E54AA7 on white background.



Black color preview on #E54AA7 background

This text has black color on #E54AA7 background.


White color preview on #E54AA7 background

This text has white color on #E54AA7 background.