COLOR #E54FA6

HEX: #E54FA6
RGB: (229,79,166)

Color info

#E54FA6 contains mainly red color. Web safe color of #E54FA6 is #CC6699 (or #C69).

RGB color model

#E54FA6 color RGB value is (229,79,166).

  • red value is 229;
  • green value is 79;
  • blue value is 166.
RGB:
(229,79,166)
(90%,31%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 79 of 255 = 31%
B 166 of 255 = 65%

229
79
166

R + G + B ~ 62%. #E54FA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 79 + 166 = 474 (100%)
R 229 of 474 ~ 48.31%
G 79 of 474 ~ 16.67%
B 166 of 474 ~ 35.02%

%48.31
%16.67
%35.02

CMYK color model

#E54FA6 color CMYK value is (0,66,28,10).

  • cyan value is 0.00%
  • magenta value is 65.50%
  • yellow value is 27.51%
  • key color value is 10.20%
CMYK:
(0,66,28,10)
C0M66Y28K10 
(0%,66%,28%,10%)
(0.00/0.66/0.28/0.10)	

CMYK percentages

%0
%65.5
%27.51
%10.2

Codes

Color #E54FA6 in popluar color models

E54FA6
RGB22979166
HSL325°74.26%60.39%
HSB/HSV325°65.50%89.80%
CMYK0.00%65.50%27.51%
10.20%

Color #E54FA6 in popluar number systems.

HEXE54FA6
Decimal22979166
Binary11100101100111110100110
Octal345117246

Shades and tints

Shades of #E54FA6

#E54FA6
(229,79,166)
#D14897
(209,72,151)
#BD4188
(189,65,136)
#A93A79
(169,58,121)
#95336A
(149,51,106)
#812C5B
(129,44,91)
#6D254C
(109,37,76)
#591E3D
(89,30,61)
#45172E
(69,23,46)
#31101F
(49,16,31)
#1D0910
(29,9,16)
#000000
(0,0,0)

Tints of #E54FA6

#E54FA6
(229,79,166)
#E75FAE
(231,95,174)
#E96FB6
(233,111,182)
#EB7FBE
(235,127,190)
#ED8FC6
(237,143,198)
#EF9FCE
(239,159,206)
#F1AFD6
(241,175,214)
#F3BFDE
(243,191,222)
#F5CFE6
(245,207,230)
#F7DFEE
(247,223,238)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E54FA6 color. Also use rgb(229,79,166) instead hex code.

Text Font Color

.myTextColor { color: #E54FA6; }

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

This text font color is #E54FA6.


Background Color

.myBgColor { background-color: #E54FA6; }

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

This div background color is #E54FA6.


Border color

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

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

This div border color is #E54FA6.


Opacity

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

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

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

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

This text has shadow with #E54FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E54FA6 on black background.


Color preview on white background

This text has color #E54FA6 on white background.



Black color preview on #E54FA6 background

This text has black color on #E54FA6 background.


White color preview on #E54FA6 background

This text has white color on #E54FA6 background.