COLOR #E087B3

HEX: #E087B3 RGB: (224,135,179)

Color info

#E087B3 contains mainly red and blue colors. Web safe color of #E087B3 is #CC9999 (or #C99).

RGB color model

#E087B3 color RGB value is (224,135,179).

RGB: (224,135,179) (88%, 53%, 70%)

RGB channels and saturation

R 224 of 255 = 88%
G 135 of 255 = 53%
B 179 of 255 = 70%

224
135
179

R + G + B ~ 70%. #E087B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 135 + 179 = 538 (100%)
R 224 of 538 ~ 41.64%
G 135 of 538 ~ 25.09%
B 179 of 538 ~ 33.27'%

%41.64
%25.09
%33.27

CMYK color model

#E087B3 color CMYK value is (0,40,20,12).

  • cyan value is 0.00%
  • magenta value is 39.73%
  • yellow value is 20.09%
  • key color value is 12.16%

CMYK: (0,40,20,12)
C0M40Y20K12 (0%, 40%, 20%, 12%)
(0.00 / 0.40 / 0.20 / 0.12)

CMYK percentages

%0
%39.73
%20.09
%12.16

Codes

Color #E087B3 in popluar color models

E0 87 B3
RGB 224 135 179
HSL 330° 58.94% 70.39%
HSB/HSV 330° 39.73% 87.84%
CMYK 0.00% 39.73% 20.09%
12.16%

Color #E087B3 in popluar number systems.

HEX E0 87 B3
Decimal 224 135 179
Binary 11100000 10000111 10110011
Octal 340 207 263

Shades and tints

Shades of #E087B3

#E087B3
(224,135,179)
#CC7BA3
(204,123,163)
#B86F93
(184,111,147)
#A46383
(164,99,131)
#905773
(144,87,115)
#7C4B63
(124,75,99)
#683F53
(104,63,83)
#543343
(84,51,67)
#402733
(64,39,51)
#2C1B23
(44,27,35)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #E087B3

#E087B3
(224,135,179)
#E291B9
(226,145,185)
#E49BBF
(228,155,191)
#E6A5C5
(230,165,197)
#E8AFCB
(232,175,203)
#EAB9D1
(234,185,209)
#ECC3D7
(236,195,215)
#EECDDD
(238,205,221)
#F0D7E3
(240,215,227)
#F2E1E9
(242,225,233)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E087B3 color. Also use rgb(224,135,179) instead hex code.

Text Font Color

.myTextColor { color: #E087B3; }

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

This text font color is #E087B3.

Background Color

.myBgColor { background-color: #E087B3; }

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

This div background color is #E087B3.

Border color

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

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

This div border color is #E087B3.

Opacity

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

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

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

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

This text has shadow with #E087B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E087B3.

Preview

Color preview on black background

This text has color #E087B3 on black background.


Color preview on white background

This text has color #E087B3 on white background.


Black color preview on #E087B3 background

This text has black color on #E087B3 background.


White color preview on #E087B3 background

This text has white color on #E087B3 background.


Related colors

Complementary color

Complementary color for #hex is #1F784C.


I love getcolorcode.com

Triadic colors

1 #B3E087 and #87B3E0 with #E087B3 are triadic colors.

2 #B387E0 and #87E0B3 with #E087B3 are triadic colors.