COLOR #E386C6

HEX: #E386C6
RGB: (227,134,198)

Color info

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

RGB color model

#E386C6 color RGB value is (227,134,198).

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

RGB channels and saturation

R 227 of 255 = 89%
G 134 of 255 = 53%
B 198 of 255 = 78%

227
134
198

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

Portions of RGB colors in percentages

R + G + B =
227 + 134 + 198 = 559 (100%)
R 227 of 559 ~ 40.61%
G 134 of 559 ~ 23.97%
B 198 of 559 ~ 35.42%

%40.61
%23.97
%35.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.97%
  • yellow value is 12.78%
  • 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
%12.78
%10.98

Codes

Color #E386C6 in popluar color models

E386C6
RGB227134198
HSL319°62.42%70.78%
HSB/HSV319°40.97%89.02%
CMYK0.00%40.97%12.78%
10.98%

Color #E386C6 in popluar number systems.

HEXE386C6
Decimal227134198
Binary111000111000011011000110
Octal343206306

Shades and tints

Shades of #E386C6

#E386C6
(227,134,198)
#CF7AB4
(207,122,180)
#BB6EA2
(187,110,162)
#A76290
(167,98,144)
#93567E
(147,86,126)
#7F4A6C
(127,74,108)
#6B3E5A
(107,62,90)
#573248
(87,50,72)
#432636
(67,38,54)
#2F1A24
(47,26,36)
#1B0E12
(27,14,18)
#000000
(0,0,0)

Tints of #E386C6

#E386C6
(227,134,198)
#E591CB
(229,145,203)
#E79CD0
(231,156,208)
#E9A7D5
(233,167,213)
#EBB2DA
(235,178,218)
#EDBDDF
(237,189,223)
#EFC8E4
(239,200,228)
#F1D3E9
(241,211,233)
#F3DEEE
(243,222,238)
#F5E9F3
(245,233,243)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E386C6; }

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

This text font color is #E386C6.


Background Color

.myBgColor { background-color: #E386C6; }

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

This div background color is #E386C6.


Border color

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

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

This div border color is #E386C6.


Opacity

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

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

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

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

This text has shadow with #E386C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E386C6 on black background.


Color preview on white background

This text has color #E386C6 on white background.



Black color preview on #E386C6 background

This text has black color on #E386C6 background.


White color preview on #E386C6 background

This text has white color on #E386C6 background.