COLOR #E47FFC

HEX: #E47FFC
RGB: (228,127,252)

Color info

#E47FFC contains mainly red and blue colors. Web safe color of #E47FFC is #CC66FF (or #C6F).

RGB color model

#E47FFC color RGB value is (228,127,252).

  • red value is 228;
  • green value is 127;
  • blue value is 252.
RGB:
(228,127,252)
(89%,50%,99%)

RGB channels and saturation

R 228 of 255 = 89%
G 127 of 255 = 50%
B 252 of 255 = 99%

228
127
252

R + G + B ~ 79%. #E47FFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 127 + 252 = 607 (100%)
R 228 of 607 ~ 37.56%
G 127 of 607 ~ 20.92%
B 252 of 607 ~ 41.52%

%37.56
%20.92
%41.52

CMYK color model

#E47FFC color CMYK value is (10,50,0,1).

  • cyan value is 9.52%
  • magenta value is 49.60%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,50,0,1)
C10M50Y0K1 
(10%,50%,0%,1%)
(0.10/0.50/0.00/0.01)	

CMYK percentages

%9.52
%49.6
%0
%1.18

Codes

Color #E47FFC in popluar color models

E47FFC
RGB228127252
HSL288°95.42%74.31%
HSB/HSV288°49.60%98.82%
CMYK9.52%49.60%0.00%
1.18%

Color #E47FFC in popluar number systems.

HEXE47FFC
Decimal228127252
Binary11100100111111111111100
Octal344177374

Shades and tints

Shades of #E47FFC

#E47FFC
(228,127,252)
#D074E6
(208,116,230)
#BC69D0
(188,105,208)
#A85EBA
(168,94,186)
#9453A4
(148,83,164)
#80488E
(128,72,142)
#6C3D78
(108,61,120)
#583262
(88,50,98)
#44274C
(68,39,76)
#301C36
(48,28,54)
#1C1120
(28,17,32)
#000000
(0,0,0)

Tints of #E47FFC

#E47FFC
(228,127,252)
#E68AFC
(230,138,252)
#E895FC
(232,149,252)
#EAA0FC
(234,160,252)
#ECABFC
(236,171,252)
#EEB6FC
(238,182,252)
#F0C1FC
(240,193,252)
#F2CCFC
(242,204,252)
#F4D7FC
(244,215,252)
#F6E2FC
(246,226,252)
#F8EDFC
(248,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47FFC color. Also use rgb(228,127,252) instead hex code.

Text Font Color

.myTextColor { color: #E47FFC; }

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

This text font color is #E47FFC.


Background Color

.myBgColor { background-color: #E47FFC; }

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

This div background color is #E47FFC.


Border color

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

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

This div border color is #E47FFC.


Opacity

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

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

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

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

This text has shadow with #E47FFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47FFC on black background.


Color preview on white background

This text has color #E47FFC on white background.



Black color preview on #E47FFC background

This text has black color on #E47FFC background.


White color preview on #E47FFC background

This text has white color on #E47FFC background.