COLOR #E49BE7

HEX: #E49BE7
RGB: (228,155,231)

Color info

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

RGB color model

#E49BE7 color RGB value is (228,155,231).

  • red value is 228;
  • green value is 155;
  • blue value is 231.
RGB:
(228,155,231)
(89%,61%,91%)

RGB channels and saturation

R 228 of 255 = 89%
G 155 of 255 = 61%
B 231 of 255 = 91%

228
155
231

R + G + B ~ 80%. #E49BE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 155 + 231 = 614 (100%)
R 228 of 614 ~ 37.13%
G 155 of 614 ~ 25.24%
B 231 of 614 ~ 37.62%

%37.13
%25.24
%37.62

CMYK color model

#E49BE7 color CMYK value is (1,33,0,9).

  • cyan value is 1.30%
  • magenta value is 32.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(1,33,0,9)
C1M33Y0K9 
(1%,33%,0%,9%)
(0.01/0.33/0.00/0.09)	

CMYK percentages

%1.3
%32.9
%0
%9.41

Codes

Color #E49BE7 in popluar color models

E49BE7
RGB228155231
HSL298°61.29%75.69%
HSB/HSV298°32.90%90.59%
CMYK1.30%32.90%0.00%
9.41%

Color #E49BE7 in popluar number systems.

HEXE49BE7
Decimal228155231
Binary111001001001101111100111
Octal344233347

Shades and tints

Shades of #E49BE7

#E49BE7
(228,155,231)
#D08DD2
(208,141,210)
#BC7FBD
(188,127,189)
#A871A8
(168,113,168)
#946393
(148,99,147)
#80557E
(128,85,126)
#6C4769
(108,71,105)
#583954
(88,57,84)
#442B3F
(68,43,63)
#301D2A
(48,29,42)
#1C0F15
(28,15,21)
#000000
(0,0,0)

Tints of #E49BE7

#E49BE7
(228,155,231)
#E6A4E9
(230,164,233)
#E8ADEB
(232,173,235)
#EAB6ED
(234,182,237)
#ECBFEF
(236,191,239)
#EEC8F1
(238,200,241)
#F0D1F3
(240,209,243)
#F2DAF5
(242,218,245)
#F4E3F7
(244,227,247)
#F6ECF9
(246,236,249)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49BE7 color. Also use rgb(228,155,231) instead hex code.

Text Font Color

.myTextColor { color: #E49BE7; }

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

This text font color is #E49BE7.


Background Color

.myBgColor { background-color: #E49BE7; }

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

This div background color is #E49BE7.


Border color

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

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

This div border color is #E49BE7.


Opacity

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

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

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

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

This text has shadow with #E49BE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49BE7 on black background.


Color preview on white background

This text has color #E49BE7 on white background.



Black color preview on #E49BE7 background

This text has black color on #E49BE7 background.


White color preview on #E49BE7 background

This text has white color on #E49BE7 background.