COLOR #E487BF

HEX: #E487BF RGB: (228,135,191)

Color info

#E487BF contains mainly red and blue colors. Web safe color of #E487BF is #CC99CC (or #C9C).

RGB color model

#E487BF color RGB value is (228,135,191).

RGB: (228,135,191) (89%, 53%, 75%)

RGB channels and saturation

R 228 of 255 = 89%
G 135 of 255 = 53%
B 191 of 255 = 75%

228
135
191

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

Portions of RGB colors in percentages

R + G + B = 228 + 135 + 191 = 554 (100%)
R 228 of 554 ~ 41.16%
G 135 of 554 ~ 24.37%
B 191 of 554 ~ 34.48'%

%41.16
%24.37
%34.48

CMYK color model

#E487BF color CMYK value is (0,41,16,11).

  • cyan value is 0.00%
  • magenta value is 40.79%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK: (0,41,16,11) C0M41Y16K11 (0%,41%,16%,11%) (0.00/0.41/0.16/0.11) 

CMYK percentages

%0
%40.79
%16.23
%10.59

Codes

Color #E487BF in popluar color models

E4 87 BF
RGB 228 135 191
HSL 324° 63.27% 71.18%
HSB/HSV 324° 40.79% 89.41%
CMYK 0.00% 40.79% 16.23%
10.59%

Color #E487BF in popluar number systems.

HEX E4 87 BF
Decimal 228 135 191
Binary 11100100 10000111 10111111
Octal 344 207 277

Shades and tints

Shades of #E487BF

#E487BF
(228,135,191)
#D07BAE
(208,123,174)
#BC6F9D
(188,111,157)
#A8638C
(168,99,140)
#94577B
(148,87,123)
#804B6A
(128,75,106)
#6C3F59
(108,63,89)
#583348
(88,51,72)
#442737
(68,39,55)
#301B26
(48,27,38)
#1C0F15
(28,15,21)
#000000
(0,0,0)

Tints of #E487BF

#E487BF
(228,135,191)
#E691C4
(230,145,196)
#E89BC9
(232,155,201)
#EAA5CE
(234,165,206)
#ECAFD3
(236,175,211)
#EEB9D8
(238,185,216)
#F0C3DD
(240,195,221)
#F2CDE2
(242,205,226)
#F4D7E7
(244,215,231)
#F6E1EC
(246,225,236)
#F8EBF1
(248,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E487BF color. Also use rgb(228,135,191) instead hex code.

Text Font Color

.myTextColor { color: #E487BF; }

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

This text font color is #E487BF.

Background Color

.myBgColor { background-color: #E487BF; }

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

This div background color is #E487BF.

Border color

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

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

This div border color is #E487BF.

Opacity

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

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

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

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

This text has shadow with #E487BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E487BF.

Preview

Color preview on black background

This text has color #E487BF on black background.


Color preview on white background

This text has color #E487BF on white background.


Black color preview on #E487BF background

This text has black color on #E487BF background.


White color preview on #E487BF background

This text has white color on #E487BF background.


Related colors

Complementary color

Complementary color for #hex is #1B7840.


I love getcolorcode.com

Triadic colors

1 #BFE487 and #87BFE4 with #E487BF are triadic colors.

2 #BF87E4 and #87E4BF with #E487BF are triadic colors.