COLOR #E893D0

HEX: #E893D0
RGB: (232,147,208)

Color info

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

RGB color model

#E893D0 color RGB value is (232,147,208).

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

RGB channels and saturation

R 232 of 255 = 91%
G 147 of 255 = 58%
B 208 of 255 = 82%

232
147
208

R + G + B ~ 77%. #E893D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 147 + 208 = 587 (100%)
R 232 of 587 ~ 39.52%
G 147 of 587 ~ 25.04%
B 208 of 587 ~ 35.43%

%39.52
%25.04
%35.43

CMYK color model

#E893D0 color CMYK value is (0,37,10,9).

  • cyan value is 0.00%
  • magenta value is 36.64%
  • yellow value is 10.34%
  • key color value is 9.02%
CMYK:
(0,37,10,9)
C0M37Y10K9 
(0%,37%,10%,9%)
(0.00/0.37/0.10/0.09)	

CMYK percentages

%0
%36.64
%10.34
%9.02

Codes

Color #E893D0 in popluar color models

E893D0
RGB232147208
HSL317°64.89%74.31%
HSB/HSV317°36.64%90.98%
CMYK0.00%36.64%10.34%
9.02%

Color #E893D0 in popluar number systems.

HEXE893D0
Decimal232147208
Binary111010001001001111010000
Octal350223320

Shades and tints

Shades of #E893D0

#E893D0
(232,147,208)
#D386BE
(211,134,190)
#BE79AC
(190,121,172)
#A96C9A
(169,108,154)
#945F88
(148,95,136)
#7F5276
(127,82,118)
#6A4564
(106,69,100)
#553852
(85,56,82)
#402B40
(64,43,64)
#2B1E2E
(43,30,46)
#16111C
(22,17,28)
#000000
(0,0,0)

Tints of #E893D0

#E893D0
(232,147,208)
#EA9CD4
(234,156,212)
#ECA5D8
(236,165,216)
#EEAEDC
(238,174,220)
#F0B7E0
(240,183,224)
#F2C0E4
(242,192,228)
#F4C9E8
(244,201,232)
#F6D2EC
(246,210,236)
#F8DBF0
(248,219,240)
#FAE4F4
(250,228,244)
#FCEDF8
(252,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E893D0; }

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

This text font color is #E893D0.


Background Color

.myBgColor { background-color: #E893D0; }

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

This div background color is #E893D0.


Border color

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

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

This div border color is #E893D0.


Opacity

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

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

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

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

This text has shadow with #E893D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E893D0 on black background.


Color preview on white background

This text has color #E893D0 on white background.



Black color preview on #E893D0 background

This text has black color on #E893D0 background.


White color preview on #E893D0 background

This text has white color on #E893D0 background.