COLOR #E395DF

HEX: #E395DF RGB: (227,149,223)

Color info

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

RGB color model

#E395DF color RGB value is (227,149,223).

RGB: (227,149,223) (89%, 58%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 149 of 255 = 58%
B 223 of 255 = 87%

227
149
223

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

Portions of RGB colors in percentages

R + G + B = 227 + 149 + 223 = 599 (100%)
R 227 of 599 ~ 37.9%
G 149 of 599 ~ 24.87%
B 223 of 599 ~ 37.23'%

%37.9
%24.87
%37.23

CMYK color model

#E395DF color CMYK value is (0,34,2,11).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 1.76%
  • key color value is 10.98%

CMYK: (0,34,2,11)
C0M34Y2K11 (0%, 34%, 2%, 11%)
(0.00 / 0.34 / 0.02 / 0.11)

CMYK percentages

%0
%34.36
%1.76
%10.98

Codes

Color #E395DF in popluar color models

E3 95 DF
RGB 227 149 223
HSL 303° 58.21% 73.73%
HSB/HSV 303° 34.36% 89.02%
CMYK 0.00% 34.36% 1.76%
10.98%

Color #E395DF in popluar number systems.

HEX E3 95 DF
Decimal 227 149 223
Binary 11100011 10010101 11011111
Octal 343 225 337

Shades and tints

Shades of #E395DF

#E395DF
(227,149,223)
#CF88CB
(207,136,203)
#BB7BB7
(187,123,183)
#A76EA3
(167,110,163)
#93618F
(147,97,143)
#7F547B
(127,84,123)
#6B4767
(107,71,103)
#573A53
(87,58,83)
#432D3F
(67,45,63)
#2F202B
(47,32,43)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #E395DF

#E395DF
(227,149,223)
#E59EE1
(229,158,225)
#E7A7E3
(231,167,227)
#E9B0E5
(233,176,229)
#EBB9E7
(235,185,231)
#EDC2E9
(237,194,233)
#EFCBEB
(239,203,235)
#F1D4ED
(241,212,237)
#F3DDEF
(243,221,239)
#F5E6F1
(245,230,241)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E395DF; }

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

This text font color is #E395DF.

Background Color

.myBgColor { background-color: #E395DF; }

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

This div background color is #E395DF.

Border color

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

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

This div border color is #E395DF.

Opacity

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

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

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

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

This text has shadow with #E395DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E395DF.

Preview

Color preview on black background

This text has color #E395DF on black background.


Color preview on white background

This text has color #E395DF on white background.


Black color preview on #E395DF background

This text has black color on #E395DF background.


White color preview on #E395DF background

This text has white color on #E395DF background.


Related colors

Complementary color

Complementary color for #hex is #1C6A20.


I love getcolorcode.com

Triadic colors

1 #DFE395 and #95DFE3 with #E395DF are triadic colors.

2 #DF95E3 and #95E3DF with #E395DF are triadic colors.