COLOR #E45FA9

HEX: #E45FA9
RGB: (228,95,169)

Color info

#E45FA9 contains mainly red and blue colors. Web safe color of #E45FA9 is #CC6699 (or #C69).

RGB color model

#E45FA9 color RGB value is (228,95,169).

  • red value is 228;
  • green value is 95;
  • blue value is 169.
RGB:
(228,95,169)
(89%,37%,66%)

RGB channels and saturation

R 228 of 255 = 89%
G 95 of 255 = 37%
B 169 of 255 = 66%

228
95
169

R + G + B ~ 64%. #E45FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 95 + 169 = 492 (100%)
R 228 of 492 ~ 46.34%
G 95 of 492 ~ 19.31%
B 169 of 492 ~ 34.35%

%46.34
%19.31
%34.35

CMYK color model

#E45FA9 color CMYK value is (0,58,26,11).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 25.88%
  • key color value is 10.59%
CMYK:
(0,58,26,11)
C0M58Y26K11 
(0%,58%,26%,11%)
(0.00/0.58/0.26/0.11)	

CMYK percentages

%0
%58.33
%25.88
%10.59

Codes

Color #E45FA9 in popluar color models

E45FA9
RGB22895169
HSL327°71.12%63.33%
HSB/HSV327°58.33%89.41%
CMYK0.00%58.33%25.88%
10.59%

Color #E45FA9 in popluar number systems.

HEXE45FA9
Decimal22895169
Binary11100100101111110101001
Octal344137251

Shades and tints

Shades of #E45FA9

#E45FA9
(228,95,169)
#D0579A
(208,87,154)
#BC4F8B
(188,79,139)
#A8477C
(168,71,124)
#943F6D
(148,63,109)
#80375E
(128,55,94)
#6C2F4F
(108,47,79)
#582740
(88,39,64)
#441F31
(68,31,49)
#301722
(48,23,34)
#1C0F13
(28,15,19)
#000000
(0,0,0)

Tints of #E45FA9

#E45FA9
(228,95,169)
#E66DB0
(230,109,176)
#E87BB7
(232,123,183)
#EA89BE
(234,137,190)
#EC97C5
(236,151,197)
#EEA5CC
(238,165,204)
#F0B3D3
(240,179,211)
#F2C1DA
(242,193,218)
#F4CFE1
(244,207,225)
#F6DDE8
(246,221,232)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E45FA9 color. Also use rgb(228,95,169) instead hex code.

Text Font Color

.myTextColor { color: #E45FA9; }

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

This text font color is #E45FA9.


Background Color

.myBgColor { background-color: #E45FA9; }

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

This div background color is #E45FA9.


Border color

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

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

This div border color is #E45FA9.


Opacity

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

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

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

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

This text has shadow with #E45FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E45FA9 on black background.


Color preview on white background

This text has color #E45FA9 on white background.



Black color preview on #E45FA9 background

This text has black color on #E45FA9 background.


White color preview on #E45FA9 background

This text has white color on #E45FA9 background.