COLOR #E988B5

HEX: #E988B5
RGB: (233,136,181)

Color info

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

RGB color model

#E988B5 color RGB value is (233,136,181).

  • red value is 233;
  • green value is 136;
  • blue value is 181.
RGB:
(233,136,181)
(91%,53%,71%)

RGB channels and saturation

R 233 of 255 = 91%
G 136 of 255 = 53%
B 181 of 255 = 71%

233
136
181

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

Portions of RGB colors in percentages

R + G + B =
233 + 136 + 181 = 550 (100%)
R 233 of 550 ~ 42.36%
G 136 of 550 ~ 24.73%
B 181 of 550 ~ 32.91%

%42.36
%24.73
%32.91

CMYK color model

#E988B5 color CMYK value is (0,42,22,9).

  • cyan value is 0.00%
  • magenta value is 41.63%
  • yellow value is 22.32%
  • key color value is 8.63%
CMYK:
(0,42,22,9)
C0M42Y22K9 
(0%,42%,22%,9%)
(0.00/0.42/0.22/0.09)	

CMYK percentages

%0
%41.63
%22.32
%8.63

Codes

Color #E988B5 in popluar color models

E988B5
RGB233136181
HSL332°68.79%72.35%
HSB/HSV332°41.63%91.37%
CMYK0.00%41.63%22.32%
8.63%

Color #E988B5 in popluar number systems.

HEXE988B5
Decimal233136181
Binary111010011000100010110101
Octal351210265

Shades and tints

Shades of #E988B5

#E988B5
(233,136,181)
#D47CA5
(212,124,165)
#BF7095
(191,112,149)
#AA6485
(170,100,133)
#955875
(149,88,117)
#804C65
(128,76,101)
#6B4055
(107,64,85)
#563445
(86,52,69)
#412835
(65,40,53)
#2C1C25
(44,28,37)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #E988B5

#E988B5
(233,136,181)
#EB92BB
(235,146,187)
#ED9CC1
(237,156,193)
#EFA6C7
(239,166,199)
#F1B0CD
(241,176,205)
#F3BAD3
(243,186,211)
#F5C4D9
(245,196,217)
#F7CEDF
(247,206,223)
#F9D8E5
(249,216,229)
#FBE2EB
(251,226,235)
#FDECF1
(253,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E988B5 color. Also use rgb(233,136,181) instead hex code.

Text Font Color

.myTextColor { color: #E988B5; }

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

This text font color is #E988B5.


Background Color

.myBgColor { background-color: #E988B5; }

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

This div background color is #E988B5.


Border color

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

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

This div border color is #E988B5.


Opacity

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

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

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

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

This text has shadow with #E988B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E988B5 on black background.


Color preview on white background

This text has color #E988B5 on white background.



Black color preview on #E988B5 background

This text has black color on #E988B5 background.


White color preview on #E988B5 background

This text has white color on #E988B5 background.