COLOR #E49ABC

HEX: #E49ABC RGB: (228,154,188)

Color info

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

RGB color model

#E49ABC color RGB value is (228,154,188).

RGB: (228,154,188) (89%, 60%, 74%)

RGB channels and saturation

R 228 of 255 = 89%
G 154 of 255 = 60%
B 188 of 255 = 74%

228
154
188

R + G + B ~ 74%. #E49ABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 154 + 188 = 570 (100%)
R 228 of 570 ~ 40%
G 154 of 570 ~ 27.02%
B 188 of 570 ~ 32.98'%

%40
%27.02
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.46%
  • yellow value is 17.54%
  • key color value is 10.59%

CMYK: (0,32,18,11)
C0M32Y18K11 (0%, 32%, 18%, 11%)
(0.00 / 0.32 / 0.18 / 0.11)

CMYK percentages

%0
%32.46
%17.54
%10.59

Codes

Color #E49ABC in popluar color models

E4 9A BC
RGB 228 154 188
HSL 332° 57.81% 74.90%
HSB/HSV 332° 32.46% 89.41%
CMYK 0.00% 32.46% 17.54%
10.59%

Color #E49ABC in popluar number systems.

HEX E4 9A BC
Decimal 228 154 188
Binary 11100100 10011010 10111100
Octal 344 232 274

Shades and tints

Shades of #E49ABC

#E49ABC
(228,154,188)
#D08CAB
(208,140,171)
#BC7E9A
(188,126,154)
#A87089
(168,112,137)
#946278
(148,98,120)
#805467
(128,84,103)
#6C4656
(108,70,86)
#583845
(88,56,69)
#442A34
(68,42,52)
#301C23
(48,28,35)
#1C0E12
(28,14,18)
#000000
(0,0,0)

Tints of #E49ABC

#E49ABC
(228,154,188)
#E6A3C2
(230,163,194)
#E8ACC8
(232,172,200)
#EAB5CE
(234,181,206)
#ECBED4
(236,190,212)
#EEC7DA
(238,199,218)
#F0D0E0
(240,208,224)
#F2D9E6
(242,217,230)
#F4E2EC
(244,226,236)
#F6EBF2
(246,235,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49ABC color. Also use rgb(228,154,188) instead hex code.

Text Font Color

.myTextColor { color: #E49ABC; }

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

This text font color is #E49ABC.

Background Color

.myBgColor { background-color: #E49ABC; }

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

This div background color is #E49ABC.

Border color

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

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

This div border color is #E49ABC.

Opacity

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

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

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

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

This text has shadow with #E49ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E49ABC.

Preview

Color preview on black background

This text has color #E49ABC on black background.


Color preview on white background

This text has color #E49ABC on white background.


Black color preview on #E49ABC background

This text has black color on #E49ABC background.


White color preview on #E49ABC background

This text has white color on #E49ABC background.


Related colors

Complementary color

Complementary color for #hex is #1B6543.


I love getcolorcode.com

Triadic colors

1 #BCE49A and #9ABCE4 with #E49ABC are triadic colors.

2 #BC9AE4 and #9AE4BC with #E49ABC are triadic colors.