COLOR #E087A5

HEX: #E087A5
RGB: (224,135,165)

Color info

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

RGB color model

#E087A5 color RGB value is (224,135,165).

  • red value is 224;
  • green value is 135;
  • blue value is 165.
RGB:
(224,135,165)
(88%,53%,65%)

RGB channels and saturation

R 224 of 255 = 88%
G 135 of 255 = 53%
B 165 of 255 = 65%

224
135
165

R + G + B ~ 69%. #E087A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 135 + 165 = 524 (100%)
R 224 of 524 ~ 42.75%
G 135 of 524 ~ 25.76%
B 165 of 524 ~ 31.49%

%42.75
%25.76
%31.49

CMYK color model

#E087A5 color CMYK value is (0,40,26,12).

  • cyan value is 0.00%
  • magenta value is 39.73%
  • yellow value is 26.34%
  • key color value is 12.16%
CMYK:
(0,40,26,12)
C0M40Y26K12 
(0%,40%,26%,12%)
(0.00/0.40/0.26/0.12)	

CMYK percentages

%0
%39.73
%26.34
%12.16

Codes

Color #E087A5 in popluar color models

E087A5
RGB224135165
HSL340°58.94%70.39%
HSB/HSV340°39.73%87.84%
CMYK0.00%39.73%26.34%
12.16%

Color #E087A5 in popluar number systems.

HEXE087A5
Decimal224135165
Binary111000001000011110100101
Octal340207245

Shades and tints

Shades of #E087A5

#E087A5
(224,135,165)
#CC7B96
(204,123,150)
#B86F87
(184,111,135)
#A46378
(164,99,120)
#905769
(144,87,105)
#7C4B5A
(124,75,90)
#683F4B
(104,63,75)
#54333C
(84,51,60)
#40272D
(64,39,45)
#2C1B1E
(44,27,30)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #E087A5

#E087A5
(224,135,165)
#E291AD
(226,145,173)
#E49BB5
(228,155,181)
#E6A5BD
(230,165,189)
#E8AFC5
(232,175,197)
#EAB9CD
(234,185,205)
#ECC3D5
(236,195,213)
#EECDDD
(238,205,221)
#F0D7E5
(240,215,229)
#F2E1ED
(242,225,237)
#F4EBF5
(244,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E087A5; }

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

This text font color is #E087A5.


Background Color

.myBgColor { background-color: #E087A5; }

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

This div background color is #E087A5.


Border color

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

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

This div border color is #E087A5.


Opacity

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

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

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

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

This text has shadow with #E087A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E087A5 on black background.


Color preview on white background

This text has color #E087A5 on white background.



Black color preview on #E087A5 background

This text has black color on #E087A5 background.


White color preview on #E087A5 background

This text has white color on #E087A5 background.