COLOR #E395BF

HEX: #E395BF RGB: (227,149,191)

Color info

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

RGB color model

#E395BF color RGB value is (227,149,191).

RGB: (227,149,191) (89%, 58%, 75%)

RGB channels and saturation

R 227 of 255 = 89%
G 149 of 255 = 58%
B 191 of 255 = 75%

227
149
191

R + G + B ~ 74%. #E395BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 149 + 191 = 567 (100%)
R 227 of 567 ~ 40.04%
G 149 of 567 ~ 26.28%
B 191 of 567 ~ 33.69'%

%40.04
%26.28
%33.69

CMYK color model

#E395BF color CMYK value is (0,34,16,11).

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

CMYK: (0,34,16,11)
C0M34Y16K11 (0%, 34%, 16%, 11%)
(0.00 / 0.34 / 0.16 / 0.11)

CMYK percentages

%0
%34.36
%15.86
%10.98

Codes

Color #E395BF in popluar color models

E3 95 BF
RGB 227 149 191
HSL 328° 58.21% 73.73%
HSB/HSV 328° 34.36% 89.02%
CMYK 0.00% 34.36% 15.86%
10.98%

Color #E395BF in popluar number systems.

HEX E3 95 BF
Decimal 227 149 191
Binary 11100011 10010101 10111111
Octal 343 225 277

Shades and tints

Shades of #E395BF

#E395BF
(227,149,191)
#CF88AE
(207,136,174)
#BB7B9D
(187,123,157)
#A76E8C
(167,110,140)
#93617B
(147,97,123)
#7F546A
(127,84,106)
#6B4759
(107,71,89)
#573A48
(87,58,72)
#432D37
(67,45,55)
#2F2026
(47,32,38)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #E395BF

#E395BF
(227,149,191)
#E59EC4
(229,158,196)
#E7A7C9
(231,167,201)
#E9B0CE
(233,176,206)
#EBB9D3
(235,185,211)
#EDC2D8
(237,194,216)
#EFCBDD
(239,203,221)
#F1D4E2
(241,212,226)
#F3DDE7
(243,221,231)
#F5E6EC
(245,230,236)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E395BF; }

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

This text font color is #E395BF.

Background Color

.myBgColor { background-color: #E395BF; }

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

This div background color is #E395BF.

Border color

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

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

This div border color is #E395BF.

Opacity

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

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

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

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

This text has shadow with #E395BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E395BF.

Preview

Color preview on black background

This text has color #E395BF on black background.


Color preview on white background

This text has color #E395BF on white background.


Black color preview on #E395BF background

This text has black color on #E395BF background.


White color preview on #E395BF background

This text has white color on #E395BF background.


Related colors

Complementary color

Complementary color for #hex is #1C6A40.


I love getcolorcode.com

Triadic colors

1 #BFE395 and #95BFE3 with #E395BF are triadic colors.

2 #BF95E3 and #95E3BF with #E395BF are triadic colors.