COLOR #E393D4

HEX: #E393D4
RGB: (227,147,212)

Color info

#E393D4 contains mainly red and blue colors. Web safe color of #E393D4 is #CC99CC (or #C9C).

RGB color model

#E393D4 color RGB value is (227,147,212).

  • red value is 227;
  • green value is 147;
  • blue value is 212.
RGB:
(227,147,212)
(89%,58%,83%)

RGB channels and saturation

R 227 of 255 = 89%
G 147 of 255 = 58%
B 212 of 255 = 83%

227
147
212

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

Portions of RGB colors in percentages

R + G + B =
227 + 147 + 212 = 586 (100%)
R 227 of 586 ~ 38.74%
G 147 of 586 ~ 25.09%
B 212 of 586 ~ 36.18%

%38.74
%25.09
%36.18

CMYK color model

#E393D4 color CMYK value is (0,35,7,11).

  • cyan value is 0.00%
  • magenta value is 35.24%
  • yellow value is 6.61%
  • key color value is 10.98%
CMYK:
(0,35,7,11)
C0M35Y7K11 
(0%,35%,7%,11%)
(0.00/0.35/0.07/0.11)	

CMYK percentages

%0
%35.24
%6.61
%10.98

Codes

Color #E393D4 in popluar color models

E393D4
RGB227147212
HSL311°58.82%73.33%
HSB/HSV311°35.24%89.02%
CMYK0.00%35.24%6.61%
10.98%

Color #E393D4 in popluar number systems.

HEXE393D4
Decimal227147212
Binary111000111001001111010100
Octal343223324

Shades and tints

Shades of #E393D4

#E393D4
(227,147,212)
#CF86C1
(207,134,193)
#BB79AE
(187,121,174)
#A76C9B
(167,108,155)
#935F88
(147,95,136)
#7F5275
(127,82,117)
#6B4562
(107,69,98)
#57384F
(87,56,79)
#432B3C
(67,43,60)
#2F1E29
(47,30,41)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #E393D4

#E393D4
(227,147,212)
#E59CD7
(229,156,215)
#E7A5DA
(231,165,218)
#E9AEDD
(233,174,221)
#EBB7E0
(235,183,224)
#EDC0E3
(237,192,227)
#EFC9E6
(239,201,230)
#F1D2E9
(241,210,233)
#F3DBEC
(243,219,236)
#F5E4EF
(245,228,239)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E393D4 color. Also use rgb(227,147,212) instead hex code.

Text Font Color

.myTextColor { color: #E393D4; }

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

This text font color is #E393D4.


Background Color

.myBgColor { background-color: #E393D4; }

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

This div background color is #E393D4.


Border color

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

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

This div border color is #E393D4.


Opacity

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

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

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

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

This text has shadow with #E393D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E393D4 on black background.


Color preview on white background

This text has color #E393D4 on white background.



Black color preview on #E393D4 background

This text has black color on #E393D4 background.


White color preview on #E393D4 background

This text has white color on #E393D4 background.