COLOR #E394ED

HEX: #E394ED
RGB: (227,148,237)

Color info

#E394ED contains mainly red and blue colors. Web safe color of #E394ED is #CC99FF (or #C9F).

RGB color model

#E394ED color RGB value is (227,148,237).

  • red value is 227;
  • green value is 148;
  • blue value is 237.
RGB:
(227,148,237)
(89%,58%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 148 of 255 = 58%
B 237 of 255 = 93%

227
148
237

R + G + B ~ 80%. #E394ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 148 + 237 = 612 (100%)
R 227 of 612 ~ 37.09%
G 148 of 612 ~ 24.18%
B 237 of 612 ~ 38.73%

%37.09
%24.18
%38.73

CMYK color model

#E394ED color CMYK value is (4,38,0,7).

  • cyan value is 4.22%
  • magenta value is 37.55%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(4,38,0,7)
C4M38Y0K7 
(4%,38%,0%,7%)
(0.04/0.38/0.00/0.07)	

CMYK percentages

%4.22
%37.55
%0
%7.06

Codes

Color #E394ED in popluar color models

E394ED
RGB227148237
HSL293°71.20%75.49%
HSB/HSV293°37.55%92.94%
CMYK4.22%37.55%0.00%
7.06%

Color #E394ED in popluar number systems.

HEXE394ED
Decimal227148237
Binary111000111001010011101101
Octal343224355

Shades and tints

Shades of #E394ED

#E394ED
(227,148,237)
#CF87D8
(207,135,216)
#BB7AC3
(187,122,195)
#A76DAE
(167,109,174)
#936099
(147,96,153)
#7F5384
(127,83,132)
#6B466F
(107,70,111)
#57395A
(87,57,90)
#432C45
(67,44,69)
#2F1F30
(47,31,48)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #E394ED

#E394ED
(227,148,237)
#E59DEE
(229,157,238)
#E7A6EF
(231,166,239)
#E9AFF0
(233,175,240)
#EBB8F1
(235,184,241)
#EDC1F2
(237,193,242)
#EFCAF3
(239,202,243)
#F1D3F4
(241,211,244)
#F3DCF5
(243,220,245)
#F5E5F6
(245,229,246)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E394ED color. Also use rgb(227,148,237) instead hex code.

Text Font Color

.myTextColor { color: #E394ED; }

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

This text font color is #E394ED.


Background Color

.myBgColor { background-color: #E394ED; }

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

This div background color is #E394ED.


Border color

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

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

This div border color is #E394ED.


Opacity

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

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

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

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

This text has shadow with #E394ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E394ED on black background.


Color preview on white background

This text has color #E394ED on white background.



Black color preview on #E394ED background

This text has black color on #E394ED background.


White color preview on #E394ED background

This text has white color on #E394ED background.