COLOR #E884A0

HEX: #E884A0
RGB: (232,132,160)

Color info

#E884A0 contains mainly red color. Web safe color of #E884A0 is #FF9999 (or #F99).

RGB color model

#E884A0 color RGB value is (232,132,160).

  • red value is 232;
  • green value is 132;
  • blue value is 160.
RGB:
(232,132,160)
(91%,52%,63%)

RGB channels and saturation

R 232 of 255 = 91%
G 132 of 255 = 52%
B 160 of 255 = 63%

232
132
160

R + G + B ~ 69%. #E884A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 132 + 160 = 524 (100%)
R 232 of 524 ~ 44.27%
G 132 of 524 ~ 25.19%
B 160 of 524 ~ 30.53%

%44.27
%25.19
%30.53

CMYK color model

#E884A0 color CMYK value is (0,43,31,9).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 31.03%
  • key color value is 9.02%
CMYK:
(0,43,31,9)
C0M43Y31K9 
(0%,43%,31%,9%)
(0.00/0.43/0.31/0.09)	

CMYK percentages

%0
%43.1
%31.03
%9.02

Codes

Color #E884A0 in popluar color models

E884A0
RGB232132160
HSL343°68.49%71.37%
HSB/HSV343°43.10%90.98%
CMYK0.00%43.10%31.03%
9.02%

Color #E884A0 in popluar number systems.

HEXE884A0
Decimal232132160
Binary111010001000010010100000
Octal350204240

Shades and tints

Shades of #E884A0

#E884A0
(232,132,160)
#D37892
(211,120,146)
#BE6C84
(190,108,132)
#A96076
(169,96,118)
#945468
(148,84,104)
#7F485A
(127,72,90)
#6A3C4C
(106,60,76)
#55303E
(85,48,62)
#402430
(64,36,48)
#2B1822
(43,24,34)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #E884A0

#E884A0
(232,132,160)
#EA8FA8
(234,143,168)
#EC9AB0
(236,154,176)
#EEA5B8
(238,165,184)
#F0B0C0
(240,176,192)
#F2BBC8
(242,187,200)
#F4C6D0
(244,198,208)
#F6D1D8
(246,209,216)
#F8DCE0
(248,220,224)
#FAE7E8
(250,231,232)
#FCF2F0
(252,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E884A0 color. Also use rgb(232,132,160) instead hex code.

Text Font Color

.myTextColor { color: #E884A0; }

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

This text font color is #E884A0.


Background Color

.myBgColor { background-color: #E884A0; }

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

This div background color is #E884A0.


Border color

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

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

This div border color is #E884A0.


Opacity

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

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

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

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

This text has shadow with #E884A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E884A0 on black background.


Color preview on white background

This text has color #E884A0 on white background.



Black color preview on #E884A0 background

This text has black color on #E884A0 background.


White color preview on #E884A0 background

This text has white color on #E884A0 background.