COLOR #E49BC9

HEX: #E49BC9 RGB: (228,155,201)

Color info

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

RGB color model

#E49BC9 color RGB value is (228,155,201).

RGB: (228,155,201) (89%, 61%, 79%)

RGB channels and saturation

R 228 of 255 = 89%
G 155 of 255 = 61%
B 201 of 255 = 79%

228
155
201

R + G + B ~ 76%. #E49BC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 155 + 201 = 584 (100%)
R 228 of 584 ~ 39.04%
G 155 of 584 ~ 26.54%
B 201 of 584 ~ 34.42'%

%39.04
%26.54
%34.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 11.84%
  • key color value is 10.59%

CMYK: (0,32,12,11)
C0M32Y12K11 (0%, 32%, 12%, 11%)
(0.00 / 0.32 / 0.12 / 0.11)

CMYK percentages

%0
%32.02
%11.84
%10.59

Codes

Color #E49BC9 in popluar color models

E4 9B C9
RGB 228 155 201
HSL 322° 57.48% 75.10%
HSB/HSV 322° 32.02% 89.41%
CMYK 0.00% 32.02% 11.84%
10.59%

Color #E49BC9 in popluar number systems.

HEX E4 9B C9
Decimal 228 155 201
Binary 11100100 10011011 11001001
Octal 344 233 311

Shades and tints

Shades of #E49BC9

#E49BC9
(228,155,201)
#D08DB7
(208,141,183)
#BC7FA5
(188,127,165)
#A87193
(168,113,147)
#946381
(148,99,129)
#80556F
(128,85,111)
#6C475D
(108,71,93)
#58394B
(88,57,75)
#442B39
(68,43,57)
#301D27
(48,29,39)
#1C0F15
(28,15,21)
#000000
(0,0,0)

Tints of #E49BC9

#E49BC9
(228,155,201)
#E6A4CD
(230,164,205)
#E8ADD1
(232,173,209)
#EAB6D5
(234,182,213)
#ECBFD9
(236,191,217)
#EEC8DD
(238,200,221)
#F0D1E1
(240,209,225)
#F2DAE5
(242,218,229)
#F4E3E9
(244,227,233)
#F6ECED
(246,236,237)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49BC9; }

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

This text font color is #E49BC9.

Background Color

.myBgColor { background-color: #E49BC9; }

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

This div background color is #E49BC9.

Border color

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

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

This div border color is #E49BC9.

Opacity

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

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

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

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

This text has shadow with #E49BC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E49BC9.

Preview

Color preview on black background

This text has color #E49BC9 on black background.


Color preview on white background

This text has color #E49BC9 on white background.


Black color preview on #E49BC9 background

This text has black color on #E49BC9 background.


White color preview on #E49BC9 background

This text has white color on #E49BC9 background.


Related colors

Complementary color

Complementary color for #hex is #1B6436.


I love getcolorcode.com

Triadic colors

1 #C9E49B and #9BC9E4 with #E49BC9 are triadic colors.

2 #C99BE4 and #9BE4C9 with #E49BC9 are triadic colors.