COLOR #E884BF

HEX: #E884BF
RGB: (232,132,191)

Color info

#E884BF contains mainly red and blue colors. Web safe color of #E884BF is #FF99CC (or #F9C).

RGB color model

#E884BF color RGB value is (232,132,191).

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

RGB channels and saturation

R 232 of 255 = 91%
G 132 of 255 = 52%
B 191 of 255 = 75%

232
132
191

R + G + B ~ 73%. #E884BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 132 + 191 = 555 (100%)
R 232 of 555 ~ 41.8%
G 132 of 555 ~ 23.78%
B 191 of 555 ~ 34.41%

%41.8
%23.78
%34.41

CMYK color model

#E884BF color CMYK value is (0,43,18,9).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 17.67%
  • key color value is 9.02%
CMYK:
(0,43,18,9)
C0M43Y18K9 
(0%,43%,18%,9%)
(0.00/0.43/0.18/0.09)	

CMYK percentages

%0
%43.1
%17.67
%9.02

Codes

Color #E884BF in popluar color models

E884BF
RGB232132191
HSL325°68.49%71.37%
HSB/HSV325°43.10%90.98%
CMYK0.00%43.10%17.67%
9.02%

Color #E884BF in popluar number systems.

HEXE884BF
Decimal232132191
Binary111010001000010010111111
Octal350204277

Shades and tints

Shades of #E884BF

#E884BF
(232,132,191)
#D378AE
(211,120,174)
#BE6C9D
(190,108,157)
#A9608C
(169,96,140)
#94547B
(148,84,123)
#7F486A
(127,72,106)
#6A3C59
(106,60,89)
#553048
(85,48,72)
#402437
(64,36,55)
#2B1826
(43,24,38)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #E884BF

#E884BF
(232,132,191)
#EA8FC4
(234,143,196)
#EC9AC9
(236,154,201)
#EEA5CE
(238,165,206)
#F0B0D3
(240,176,211)
#F2BBD8
(242,187,216)
#F4C6DD
(244,198,221)
#F6D1E2
(246,209,226)
#F8DCE7
(248,220,231)
#FAE7EC
(250,231,236)
#FCF2F1
(252,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E884BF; }

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

This text font color is #E884BF.


Background Color

.myBgColor { background-color: #E884BF; }

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

This div background color is #E884BF.


Border color

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

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

This div border color is #E884BF.


Opacity

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

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

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

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

This text has shadow with #E884BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E884BF on black background.


Color preview on white background

This text has color #E884BF on white background.



Black color preview on #E884BF background

This text has black color on #E884BF background.


White color preview on #E884BF background

This text has white color on #E884BF background.