COLOR #E49BE3

HEX: #E49BE3
RGB: (228,155,227)

Color info

#E49BE3 contains mainly red and blue colors. Web safe color of #E49BE3 is #CC99CC (or #C9C).

RGB color model

#E49BE3 color RGB value is (228,155,227).

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

RGB channels and saturation

R 228 of 255 = 89%
G 155 of 255 = 61%
B 227 of 255 = 89%

228
155
227

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

Portions of RGB colors in percentages

R + G + B =
228 + 155 + 227 = 610 (100%)
R 228 of 610 ~ 37.38%
G 155 of 610 ~ 25.41%
B 227 of 610 ~ 37.21%

%37.38
%25.41
%37.21

CMYK color model

#E49BE3 color CMYK value is (0,32,0,11).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 0.44%
  • key color value is 10.59%
CMYK:
(0,32,0,11)
C0M32Y0K11 
(0%,32%,0%,11%)
(0.00/0.32/0.00/0.11)	

CMYK percentages

%0
%32.02
%0.44
%10.59

Codes

Color #E49BE3 in popluar color models

E49BE3
RGB228155227
HSL301°57.48%75.10%
HSB/HSV301°32.02%89.41%
CMYK0.00%32.02%0.44%
10.59%

Color #E49BE3 in popluar number systems.

HEXE49BE3
Decimal228155227
Binary111001001001101111100011
Octal344233343

Shades and tints

Shades of #E49BE3

#E49BE3
(228,155,227)
#D08DCF
(208,141,207)
#BC7FBB
(188,127,187)
#A871A7
(168,113,167)
#946393
(148,99,147)
#80557F
(128,85,127)
#6C476B
(108,71,107)
#583957
(88,57,87)
#442B43
(68,43,67)
#301D2F
(48,29,47)
#1C0F1B
(28,15,27)
#000000
(0,0,0)

Tints of #E49BE3

#E49BE3
(228,155,227)
#E6A4E5
(230,164,229)
#E8ADE7
(232,173,231)
#EAB6E9
(234,182,233)
#ECBFEB
(236,191,235)
#EEC8ED
(238,200,237)
#F0D1EF
(240,209,239)
#F2DAF1
(242,218,241)
#F4E3F3
(244,227,243)
#F6ECF5
(246,236,245)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49BE3; }

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

This text font color is #E49BE3.


Background Color

.myBgColor { background-color: #E49BE3; }

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

This div background color is #E49BE3.


Border color

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

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

This div border color is #E49BE3.


Opacity

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

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

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

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

This text has shadow with #E49BE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49BE3 on black background.


Color preview on white background

This text has color #E49BE3 on white background.



Black color preview on #E49BE3 background

This text has black color on #E49BE3 background.


White color preview on #E49BE3 background

This text has white color on #E49BE3 background.