COLOR #E49EEC

HEX: #E49EEC
RGB: (228,158,236)

Color info

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

RGB color model

#E49EEC color RGB value is (228,158,236).

  • red value is 228;
  • green value is 158;
  • blue value is 236.
RGB:
(228,158,236)
(89%,62%,93%)

RGB channels and saturation

R 228 of 255 = 89%
G 158 of 255 = 62%
B 236 of 255 = 93%

228
158
236

R + G + B ~ 81%. #E49EEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 158 + 236 = 622 (100%)
R 228 of 622 ~ 36.66%
G 158 of 622 ~ 25.4%
B 236 of 622 ~ 37.94%

%36.66
%25.4
%37.94

CMYK color model

#E49EEC color CMYK value is (3,33,0,7).

  • cyan value is 3.39%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,33,0,7)
C3M33Y0K7 
(3%,33%,0%,7%)
(0.03/0.33/0.00/0.07)	

CMYK percentages

%3.39
%33.05
%0
%7.45

Codes

Color #E49EEC in popluar color models

E49EEC
RGB228158236
HSL294°67.24%77.25%
HSB/HSV294°33.05%92.55%
CMYK3.39%33.05%0.00%
7.45%

Color #E49EEC in popluar number systems.

HEXE49EEC
Decimal228158236
Binary111001001001111011101100
Octal344236354

Shades and tints

Shades of #E49EEC

#E49EEC
(228,158,236)
#D090D7
(208,144,215)
#BC82C2
(188,130,194)
#A874AD
(168,116,173)
#946698
(148,102,152)
#805883
(128,88,131)
#6C4A6E
(108,74,110)
#583C59
(88,60,89)
#442E44
(68,46,68)
#30202F
(48,32,47)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #E49EEC

#E49EEC
(228,158,236)
#E6A6ED
(230,166,237)
#E8AEEE
(232,174,238)
#EAB6EF
(234,182,239)
#ECBEF0
(236,190,240)
#EEC6F1
(238,198,241)
#F0CEF2
(240,206,242)
#F2D6F3
(242,214,243)
#F4DEF4
(244,222,244)
#F6E6F5
(246,230,245)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49EEC color. Also use rgb(228,158,236) instead hex code.

Text Font Color

.myTextColor { color: #E49EEC; }

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

This text font color is #E49EEC.


Background Color

.myBgColor { background-color: #E49EEC; }

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

This div background color is #E49EEC.


Border color

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

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

This div border color is #E49EEC.


Opacity

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

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

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

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

This text has shadow with #E49EEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49EEC on black background.


Color preview on white background

This text has color #E49EEC on white background.



Black color preview on #E49EEC background

This text has black color on #E49EEC background.


White color preview on #E49EEC background

This text has white color on #E49EEC background.