COLOR #E386E2

HEX: #E386E2
RGB: (227,134,226)

Color info

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

RGB color model

#E386E2 color RGB value is (227,134,226).

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

RGB channels and saturation

R 227 of 255 = 89%
G 134 of 255 = 53%
B 226 of 255 = 89%

227
134
226

R + G + B ~ 77%. #E386E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 134 + 226 = 587 (100%)
R 227 of 587 ~ 38.67%
G 134 of 587 ~ 22.83%
B 226 of 587 ~ 38.5%

%38.67
%22.83
%38.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.97%
  • yellow value is 0.44%
  • key color value is 10.98%
CMYK:
(0,41,0,11)
C0M41Y0K11 
(0%,41%,0%,11%)
(0.00/0.41/0.00/0.11)	

CMYK percentages

%0
%40.97
%0.44
%10.98

Codes

Color #E386E2 in popluar color models

E386E2
RGB227134226
HSL301°62.42%70.78%
HSB/HSV301°40.97%89.02%
CMYK0.00%40.97%0.44%
10.98%

Color #E386E2 in popluar number systems.

HEXE386E2
Decimal227134226
Binary111000111000011011100010
Octal343206342

Shades and tints

Shades of #E386E2

#E386E2
(227,134,226)
#CF7ACE
(207,122,206)
#BB6EBA
(187,110,186)
#A762A6
(167,98,166)
#935692
(147,86,146)
#7F4A7E
(127,74,126)
#6B3E6A
(107,62,106)
#573256
(87,50,86)
#432642
(67,38,66)
#2F1A2E
(47,26,46)
#1B0E1A
(27,14,26)
#000000
(0,0,0)

Tints of #E386E2

#E386E2
(227,134,226)
#E591E4
(229,145,228)
#E79CE6
(231,156,230)
#E9A7E8
(233,167,232)
#EBB2EA
(235,178,234)
#EDBDEC
(237,189,236)
#EFC8EE
(239,200,238)
#F1D3F0
(241,211,240)
#F3DEF2
(243,222,242)
#F5E9F4
(245,233,244)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E386E2; }

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

This text font color is #E386E2.


Background Color

.myBgColor { background-color: #E386E2; }

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

This div background color is #E386E2.


Border color

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

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

This div border color is #E386E2.


Opacity

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

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

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

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

This text has shadow with #E386E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E386E2 on black background.


Color preview on white background

This text has color #E386E2 on white background.



Black color preview on #E386E2 background

This text has black color on #E386E2 background.


White color preview on #E386E2 background

This text has white color on #E386E2 background.