COLOR #E49AC4

HEX: #E49AC4
RGB: (228,154,196)

Color info

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

RGB color model

#E49AC4 color RGB value is (228,154,196).

  • red value is 228;
  • green value is 154;
  • blue value is 196.
RGB:
(228,154,196)
(89%,60%,77%)

RGB channels and saturation

R 228 of 255 = 89%
G 154 of 255 = 60%
B 196 of 255 = 77%

228
154
196

R + G + B ~ 75%. #E49AC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 154 + 196 = 578 (100%)
R 228 of 578 ~ 39.45%
G 154 of 578 ~ 26.64%
B 196 of 578 ~ 33.91%

%39.45
%26.64
%33.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.46%
  • yellow value is 14.04%
  • key color value is 10.59%
CMYK:
(0,32,14,11)
C0M32Y14K11 
(0%,32%,14%,11%)
(0.00/0.32/0.14/0.11)	

CMYK percentages

%0
%32.46
%14.04
%10.59

Codes

Color #E49AC4 in popluar color models

E49AC4
RGB228154196
HSL326°57.81%74.90%
HSB/HSV326°32.46%89.41%
CMYK0.00%32.46%14.04%
10.59%

Color #E49AC4 in popluar number systems.

HEXE49AC4
Decimal228154196
Binary111001001001101011000100
Octal344232304

Shades and tints

Shades of #E49AC4

#E49AC4
(228,154,196)
#D08CB3
(208,140,179)
#BC7EA2
(188,126,162)
#A87091
(168,112,145)
#946280
(148,98,128)
#80546F
(128,84,111)
#6C465E
(108,70,94)
#58384D
(88,56,77)
#442A3C
(68,42,60)
#301C2B
(48,28,43)
#1C0E1A
(28,14,26)
#000000
(0,0,0)

Tints of #E49AC4

#E49AC4
(228,154,196)
#E6A3C9
(230,163,201)
#E8ACCE
(232,172,206)
#EAB5D3
(234,181,211)
#ECBED8
(236,190,216)
#EEC7DD
(238,199,221)
#F0D0E2
(240,208,226)
#F2D9E7
(242,217,231)
#F4E2EC
(244,226,236)
#F6EBF1
(246,235,241)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49AC4; }

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

This text font color is #E49AC4.


Background Color

.myBgColor { background-color: #E49AC4; }

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

This div background color is #E49AC4.


Border color

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

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

This div border color is #E49AC4.


Opacity

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

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

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

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

This text has shadow with #E49AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49AC4 on black background.


Color preview on white background

This text has color #E49AC4 on white background.



Black color preview on #E49AC4 background

This text has black color on #E49AC4 background.


White color preview on #E49AC4 background

This text has white color on #E49AC4 background.