COLOR #E386C5

HEX: #E386C5
RGB: (227,134,197)

Color info

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

RGB color model

#E386C5 color RGB value is (227,134,197).

  • red value is 227;
  • green value is 134;
  • blue value is 197.
RGB:
(227,134,197)
(89%,53%,77%)

RGB channels and saturation

R 227 of 255 = 89%
G 134 of 255 = 53%
B 197 of 255 = 77%

227
134
197

R + G + B ~ 73%. #E386C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 134 + 197 = 558 (100%)
R 227 of 558 ~ 40.68%
G 134 of 558 ~ 24.01%
B 197 of 558 ~ 35.3%

%40.68
%24.01
%35.3

CMYK color model

#E386C5 color CMYK value is (0,41,13,11).

  • cyan value is 0.00%
  • magenta value is 40.97%
  • yellow value is 13.22%
  • key color value is 10.98%
CMYK:
(0,41,13,11)
C0M41Y13K11 
(0%,41%,13%,11%)
(0.00/0.41/0.13/0.11)	

CMYK percentages

%0
%40.97
%13.22
%10.98

Codes

Color #E386C5 in popluar color models

E386C5
RGB227134197
HSL319°62.42%70.78%
HSB/HSV319°40.97%89.02%
CMYK0.00%40.97%13.22%
10.98%

Color #E386C5 in popluar number systems.

HEXE386C5
Decimal227134197
Binary111000111000011011000101
Octal343206305

Shades and tints

Shades of #E386C5

#E386C5
(227,134,197)
#CF7AB4
(207,122,180)
#BB6EA3
(187,110,163)
#A76292
(167,98,146)
#935681
(147,86,129)
#7F4A70
(127,74,112)
#6B3E5F
(107,62,95)
#57324E
(87,50,78)
#43263D
(67,38,61)
#2F1A2C
(47,26,44)
#1B0E1B
(27,14,27)
#000000
(0,0,0)

Tints of #E386C5

#E386C5
(227,134,197)
#E591CA
(229,145,202)
#E79CCF
(231,156,207)
#E9A7D4
(233,167,212)
#EBB2D9
(235,178,217)
#EDBDDE
(237,189,222)
#EFC8E3
(239,200,227)
#F1D3E8
(241,211,232)
#F3DEED
(243,222,237)
#F5E9F2
(245,233,242)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E386C5 color. Also use rgb(227,134,197) instead hex code.

Text Font Color

.myTextColor { color: #E386C5; }

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

This text font color is #E386C5.


Background Color

.myBgColor { background-color: #E386C5; }

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

This div background color is #E386C5.


Border color

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

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

This div border color is #E386C5.


Opacity

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

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

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

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

This text has shadow with #E386C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E386C5 on black background.


Color preview on white background

This text has color #E386C5 on white background.



Black color preview on #E386C5 background

This text has black color on #E386C5 background.


White color preview on #E386C5 background

This text has white color on #E386C5 background.