COLOR #E395E1

HEX: #E395E1
RGB: (227,149,225)

Color info

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

RGB color model

#E395E1 color RGB value is (227,149,225).

  • red value is 227;
  • green value is 149;
  • blue value is 225.
RGB:
(227,149,225)
(89%,58%,88%)

RGB channels and saturation

R 227 of 255 = 89%
G 149 of 255 = 58%
B 225 of 255 = 88%

227
149
225

R + G + B ~ 78%. #E395E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 149 + 225 = 601 (100%)
R 227 of 601 ~ 37.77%
G 149 of 601 ~ 24.79%
B 225 of 601 ~ 37.44%

%37.77
%24.79
%37.44

CMYK color model

#E395E1 color CMYK value is (0,34,1,11).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(0,34,1,11)
C0M34Y1K11 
(0%,34%,1%,11%)
(0.00/0.34/0.01/0.11)	

CMYK percentages

%0
%34.36
%0.88
%10.98

Codes

Color #E395E1 in popluar color models

E395E1
RGB227149225
HSL302°58.21%73.73%
HSB/HSV302°34.36%89.02%
CMYK0.00%34.36%0.88%
10.98%

Color #E395E1 in popluar number systems.

HEXE395E1
Decimal227149225
Binary111000111001010111100001
Octal343225341

Shades and tints

Shades of #E395E1

#E395E1
(227,149,225)
#CF88CD
(207,136,205)
#BB7BB9
(187,123,185)
#A76EA5
(167,110,165)
#936191
(147,97,145)
#7F547D
(127,84,125)
#6B4769
(107,71,105)
#573A55
(87,58,85)
#432D41
(67,45,65)
#2F202D
(47,32,45)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #E395E1

#E395E1
(227,149,225)
#E59EE3
(229,158,227)
#E7A7E5
(231,167,229)
#E9B0E7
(233,176,231)
#EBB9E9
(235,185,233)
#EDC2EB
(237,194,235)
#EFCBED
(239,203,237)
#F1D4EF
(241,212,239)
#F3DDF1
(243,221,241)
#F5E6F3
(245,230,243)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E395E1 color. Also use rgb(227,149,225) instead hex code.

Text Font Color

.myTextColor { color: #E395E1; }

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

This text font color is #E395E1.


Background Color

.myBgColor { background-color: #E395E1; }

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

This div background color is #E395E1.


Border color

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

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

This div border color is #E395E1.


Opacity

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

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

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

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

This text has shadow with #E395E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E395E1 on black background.


Color preview on white background

This text has color #E395E1 on white background.



Black color preview on #E395E1 background

This text has black color on #E395E1 background.


White color preview on #E395E1 background

This text has white color on #E395E1 background.