COLOR #E45FC7

HEX: #E45FC7
RGB: (228,95,199)

Color info

#E45FC7 contains mainly red and blue colors. Web safe color of #E45FC7 is #CC66CC (or #C6C).

RGB color model

#E45FC7 color RGB value is (228,95,199).

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

RGB channels and saturation

R 228 of 255 = 89%
G 95 of 255 = 37%
B 199 of 255 = 78%

228
95
199

R + G + B ~ 68%. #E45FC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 95 + 199 = 522 (100%)
R 228 of 522 ~ 43.68%
G 95 of 522 ~ 18.2%
B 199 of 522 ~ 38.12%

%43.68
%18.2
%38.12

CMYK color model

#E45FC7 color CMYK value is (0,58,13,11).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 12.72%
  • key color value is 10.59%
CMYK:
(0,58,13,11)
C0M58Y13K11 
(0%,58%,13%,11%)
(0.00/0.58/0.13/0.11)	

CMYK percentages

%0
%58.33
%12.72
%10.59

Codes

Color #E45FC7 in popluar color models

E45FC7
RGB22895199
HSL313°71.12%63.33%
HSB/HSV313°58.33%89.41%
CMYK0.00%58.33%12.72%
10.59%

Color #E45FC7 in popluar number systems.

HEXE45FC7
Decimal22895199
Binary11100100101111111000111
Octal344137307

Shades and tints

Shades of #E45FC7

#E45FC7
(228,95,199)
#D057B5
(208,87,181)
#BC4FA3
(188,79,163)
#A84791
(168,71,145)
#943F7F
(148,63,127)
#80376D
(128,55,109)
#6C2F5B
(108,47,91)
#582749
(88,39,73)
#441F37
(68,31,55)
#301725
(48,23,37)
#1C0F13
(28,15,19)
#000000
(0,0,0)

Tints of #E45FC7

#E45FC7
(228,95,199)
#E66DCC
(230,109,204)
#E87BD1
(232,123,209)
#EA89D6
(234,137,214)
#EC97DB
(236,151,219)
#EEA5E0
(238,165,224)
#F0B3E5
(240,179,229)
#F2C1EA
(242,193,234)
#F4CFEF
(244,207,239)
#F6DDF4
(246,221,244)
#F8EBF9
(248,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E45FC7; }

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

This text font color is #E45FC7.


Background Color

.myBgColor { background-color: #E45FC7; }

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

This div background color is #E45FC7.


Border color

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

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

This div border color is #E45FC7.


Opacity

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

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

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

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

This text has shadow with #E45FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E45FC7 on black background.


Color preview on white background

This text has color #E45FC7 on white background.



Black color preview on #E45FC7 background

This text has black color on #E45FC7 background.


White color preview on #E45FC7 background

This text has white color on #E45FC7 background.