COLOR #E88BD1

HEX: #E88BD1 RGB: (232,139,209)

Color info

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

RGB color model

#E88BD1 color RGB value is (232,139,209).

RGB: (232,139,209) (91%, 55%, 82%)

RGB channels and saturation

R 232 of 255 = 91%
G 139 of 255 = 55%
B 209 of 255 = 82%

232
139
209

R + G + B ~ 76%. #E88BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 139 + 209 = 580 (100%)
R 232 of 580 ~ 40%
G 139 of 580 ~ 23.97%
B 209 of 580 ~ 36.03'%

%40
%23.97
%36.03

CMYK color model

#E88BD1 color CMYK value is (0,40,10,9).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 9.91%
  • key color value is 9.02%

CMYK: (0,40,10,9)
C0M40Y10K9 (0%, 40%, 10%, 9%)
(0.00 / 0.40 / 0.10 / 0.09)

CMYK percentages

%0
%40.09
%9.91
%9.02

Codes

Color #E88BD1 in popluar color models

E8 8B D1
RGB 232 139 209
HSL 315° 66.91% 72.75%
HSB/HSV 315° 40.09% 90.98%
CMYK 0.00% 40.09% 9.91%
9.02%

Color #E88BD1 in popluar number systems.

HEX E8 8B D1
Decimal 232 139 209
Binary 11101000 10001011 11010001
Octal 350 213 321

Shades and tints

Shades of #E88BD1

#E88BD1
(232,139,209)
#D37FBE
(211,127,190)
#BE73AB
(190,115,171)
#A96798
(169,103,152)
#945B85
(148,91,133)
#7F4F72
(127,79,114)
#6A435F
(106,67,95)
#55374C
(85,55,76)
#402B39
(64,43,57)
#2B1F26
(43,31,38)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #E88BD1

#E88BD1
(232,139,209)
#EA95D5
(234,149,213)
#EC9FD9
(236,159,217)
#EEA9DD
(238,169,221)
#F0B3E1
(240,179,225)
#F2BDE5
(242,189,229)
#F4C7E9
(244,199,233)
#F6D1ED
(246,209,237)
#F8DBF1
(248,219,241)
#FAE5F5
(250,229,245)
#FCEFF9
(252,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88BD1 color. Also use rgb(232,139,209) instead hex code.

Text Font Color

.myTextColor { color: #E88BD1; }

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

This text font color is #E88BD1.

Background Color

.myBgColor { background-color: #E88BD1; }

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

This div background color is #E88BD1.

Border color

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

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

This div border color is #E88BD1.

Opacity

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

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

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

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

This text has shadow with #E88BD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E88BD1.

Preview

Color preview on black background

This text has color #E88BD1 on black background.


Color preview on white background

This text has color #E88BD1 on white background.


Black color preview on #E88BD1 background

This text has black color on #E88BD1 background.


White color preview on #E88BD1 background

This text has white color on #E88BD1 background.


Related colors

Complementary color

Complementary color for #hex is #17742E.


I love getcolorcode.com

Triadic colors

1 #D1E88B and #8BD1E8 with #E88BD1 are triadic colors.

2 #D18BE8 and #8BE8D1 with #E88BD1 are triadic colors.