COLOR #E49CFC

HEX: #E49CFC
RGB: (228,156,252)

Color info

#E49CFC contains mainly red and blue colors. Web safe color of #E49CFC is #CC99FF (or #C9F).

RGB color model

#E49CFC color RGB value is (228,156,252).

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

RGB channels and saturation

R 228 of 255 = 89%
G 156 of 255 = 61%
B 252 of 255 = 99%

228
156
252

R + G + B ~ 83%. #E49CFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 156 + 252 = 636 (100%)
R 228 of 636 ~ 35.85%
G 156 of 636 ~ 24.53%
B 252 of 636 ~ 39.62%

%35.85
%24.53
%39.62

CMYK color model

#E49CFC color CMYK value is (10,38,0,1).

  • cyan value is 9.52%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,38,0,1)
C10M38Y0K1 
(10%,38%,0%,1%)
(0.10/0.38/0.00/0.01)	

CMYK percentages

%9.52
%38.1
%0
%1.18

Codes

Color #E49CFC in popluar color models

E49CFC
RGB228156252
HSL285°94.12%80.00%
HSB/HSV285°38.10%98.82%
CMYK9.52%38.10%0.00%
1.18%

Color #E49CFC in popluar number systems.

HEXE49CFC
Decimal228156252
Binary111001001001110011111100
Octal344234374

Shades and tints

Shades of #E49CFC

#E49CFC
(228,156,252)
#D08EE6
(208,142,230)
#BC80D0
(188,128,208)
#A872BA
(168,114,186)
#9464A4
(148,100,164)
#80568E
(128,86,142)
#6C4878
(108,72,120)
#583A62
(88,58,98)
#442C4C
(68,44,76)
#301E36
(48,30,54)
#1C1020
(28,16,32)
#000000
(0,0,0)

Tints of #E49CFC

#E49CFC
(228,156,252)
#E6A5FC
(230,165,252)
#E8AEFC
(232,174,252)
#EAB7FC
(234,183,252)
#ECC0FC
(236,192,252)
#EEC9FC
(238,201,252)
#F0D2FC
(240,210,252)
#F2DBFC
(242,219,252)
#F4E4FC
(244,228,252)
#F6EDFC
(246,237,252)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49CFC; }

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

This text font color is #E49CFC.


Background Color

.myBgColor { background-color: #E49CFC; }

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

This div background color is #E49CFC.


Border color

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

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

This div border color is #E49CFC.


Opacity

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

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

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

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

This text has shadow with #E49CFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49CFC on black background.


Color preview on white background

This text has color #E49CFC on white background.



Black color preview on #E49CFC background

This text has black color on #E49CFC background.


White color preview on #E49CFC background

This text has white color on #E49CFC background.