COLOR #E893D3

HEX: #E893D3
RGB: (232,147,211)

Color info

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

RGB color model

#E893D3 color RGB value is (232,147,211).

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

RGB channels and saturation

R 232 of 255 = 91%
G 147 of 255 = 58%
B 211 of 255 = 83%

232
147
211

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

Portions of RGB colors in percentages

R + G + B =
232 + 147 + 211 = 590 (100%)
R 232 of 590 ~ 39.32%
G 147 of 590 ~ 24.92%
B 211 of 590 ~ 35.76%

%39.32
%24.92
%35.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.64%
  • yellow value is 9.05%
  • key color value is 9.02%
CMYK:
(0,37,9,9)
C0M37Y9K9 
(0%,37%,9%,9%)
(0.00/0.37/0.09/0.09)	

CMYK percentages

%0
%36.64
%9.05
%9.02

Codes

Color #E893D3 in popluar color models

E893D3
RGB232147211
HSL315°64.89%74.31%
HSB/HSV315°36.64%90.98%
CMYK0.00%36.64%9.05%
9.02%

Color #E893D3 in popluar number systems.

HEXE893D3
Decimal232147211
Binary111010001001001111010011
Octal350223323

Shades and tints

Shades of #E893D3

#E893D3
(232,147,211)
#D386C0
(211,134,192)
#BE79AD
(190,121,173)
#A96C9A
(169,108,154)
#945F87
(148,95,135)
#7F5274
(127,82,116)
#6A4561
(106,69,97)
#55384E
(85,56,78)
#402B3B
(64,43,59)
#2B1E28
(43,30,40)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #E893D3

#E893D3
(232,147,211)
#EA9CD7
(234,156,215)
#ECA5DB
(236,165,219)
#EEAEDF
(238,174,223)
#F0B7E3
(240,183,227)
#F2C0E7
(242,192,231)
#F4C9EB
(244,201,235)
#F6D2EF
(246,210,239)
#F8DBF3
(248,219,243)
#FAE4F7
(250,228,247)
#FCEDFB
(252,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E893D3; }

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

This text font color is #E893D3.


Background Color

.myBgColor { background-color: #E893D3; }

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

This div background color is #E893D3.


Border color

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

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

This div border color is #E893D3.


Opacity

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

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

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

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

This text has shadow with #E893D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E893D3 on black background.


Color preview on white background

This text has color #E893D3 on white background.



Black color preview on #E893D3 background

This text has black color on #E893D3 background.


White color preview on #E893D3 background

This text has white color on #E893D3 background.