COLOR #E893B9

HEX: #E893B9
RGB: (232,147,185)

Color info

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

RGB color model

#E893B9 color RGB value is (232,147,185).

  • red value is 232;
  • green value is 147;
  • blue value is 185.
RGB:
(232,147,185)
(91%,58%,73%)

RGB channels and saturation

R 232 of 255 = 91%
G 147 of 255 = 58%
B 185 of 255 = 73%

232
147
185

R + G + B ~ 74%. #E893B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 147 + 185 = 564 (100%)
R 232 of 564 ~ 41.13%
G 147 of 564 ~ 26.06%
B 185 of 564 ~ 32.8%

%41.13
%26.06
%32.8

CMYK color model

#E893B9 color CMYK value is (0,37,20,9).

  • cyan value is 0.00%
  • magenta value is 36.64%
  • yellow value is 20.26%
  • key color value is 9.02%
CMYK:
(0,37,20,9)
C0M37Y20K9 
(0%,37%,20%,9%)
(0.00/0.37/0.20/0.09)	

CMYK percentages

%0
%36.64
%20.26
%9.02

Codes

Color #E893B9 in popluar color models

E893B9
RGB232147185
HSL333°64.89%74.31%
HSB/HSV333°36.64%90.98%
CMYK0.00%36.64%20.26%
9.02%

Color #E893B9 in popluar number systems.

HEXE893B9
Decimal232147185
Binary111010001001001110111001
Octal350223271

Shades and tints

Shades of #E893B9

#E893B9
(232,147,185)
#D386A9
(211,134,169)
#BE7999
(190,121,153)
#A96C89
(169,108,137)
#945F79
(148,95,121)
#7F5269
(127,82,105)
#6A4559
(106,69,89)
#553849
(85,56,73)
#402B39
(64,43,57)
#2B1E29
(43,30,41)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #E893B9

#E893B9
(232,147,185)
#EA9CBF
(234,156,191)
#ECA5C5
(236,165,197)
#EEAECB
(238,174,203)
#F0B7D1
(240,183,209)
#F2C0D7
(242,192,215)
#F4C9DD
(244,201,221)
#F6D2E3
(246,210,227)
#F8DBE9
(248,219,233)
#FAE4EF
(250,228,239)
#FCEDF5
(252,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E893B9 color. Also use rgb(232,147,185) instead hex code.

Text Font Color

.myTextColor { color: #E893B9; }

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

This text font color is #E893B9.


Background Color

.myBgColor { background-color: #E893B9; }

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

This div background color is #E893B9.


Border color

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

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

This div border color is #E893B9.


Opacity

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

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

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

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

This text has shadow with #E893B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E893B9 on black background.


Color preview on white background

This text has color #E893B9 on white background.



Black color preview on #E893B9 background

This text has black color on #E893B9 background.


White color preview on #E893B9 background

This text has white color on #E893B9 background.