COLOR #E984B9

HEX: #E984B9
RGB: (233,132,185)

Color info

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

RGB color model

#E984B9 color RGB value is (233,132,185).

  • red value is 233;
  • green value is 132;
  • blue value is 185.
RGB:
(233,132,185)
(91%,52%,73%)

RGB channels and saturation

R 233 of 255 = 91%
G 132 of 255 = 52%
B 185 of 255 = 73%

233
132
185

R + G + B ~ 72%. #E984B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 132 + 185 = 550 (100%)
R 233 of 550 ~ 42.36%
G 132 of 550 ~ 24%
B 185 of 550 ~ 33.64%

%42.36
%24
%33.64

CMYK color model

#E984B9 color CMYK value is (0,43,21,9).

  • cyan value is 0.00%
  • magenta value is 43.35%
  • yellow value is 20.60%
  • key color value is 8.63%
CMYK:
(0,43,21,9)
C0M43Y21K9 
(0%,43%,21%,9%)
(0.00/0.43/0.21/0.09)	

CMYK percentages

%0
%43.35
%20.6
%8.63

Codes

Color #E984B9 in popluar color models

E984B9
RGB233132185
HSL329°69.66%71.57%
HSB/HSV329°43.35%91.37%
CMYK0.00%43.35%20.60%
8.63%

Color #E984B9 in popluar number systems.

HEXE984B9
Decimal233132185
Binary111010011000010010111001
Octal351204271

Shades and tints

Shades of #E984B9

#E984B9
(233,132,185)
#D478A9
(212,120,169)
#BF6C99
(191,108,153)
#AA6089
(170,96,137)
#955479
(149,84,121)
#804869
(128,72,105)
#6B3C59
(107,60,89)
#563049
(86,48,73)
#412439
(65,36,57)
#2C1829
(44,24,41)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #E984B9

#E984B9
(233,132,185)
#EB8FBF
(235,143,191)
#ED9AC5
(237,154,197)
#EFA5CB
(239,165,203)
#F1B0D1
(241,176,209)
#F3BBD7
(243,187,215)
#F5C6DD
(245,198,221)
#F7D1E3
(247,209,227)
#F9DCE9
(249,220,233)
#FBE7EF
(251,231,239)
#FDF2F5
(253,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E984B9 color. Also use rgb(233,132,185) instead hex code.

Text Font Color

.myTextColor { color: #E984B9; }

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

This text font color is #E984B9.


Background Color

.myBgColor { background-color: #E984B9; }

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

This div background color is #E984B9.


Border color

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

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

This div border color is #E984B9.


Opacity

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

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

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

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

This text has shadow with #E984B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E984B9 on black background.


Color preview on white background

This text has color #E984B9 on white background.



Black color preview on #E984B9 background

This text has black color on #E984B9 background.


White color preview on #E984B9 background

This text has white color on #E984B9 background.