COLOR #E385EC

HEX: #E385EC
RGB: (227,133,236)

Color info

#E385EC contains mainly red and blue colors. Web safe color of #E385EC is #CC99FF (or #C9F).

RGB color model

#E385EC color RGB value is (227,133,236).

  • red value is 227;
  • green value is 133;
  • blue value is 236.
RGB:
(227,133,236)
(89%,52%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 133 of 255 = 52%
B 236 of 255 = 93%

227
133
236

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

Portions of RGB colors in percentages

R + G + B =
227 + 133 + 236 = 596 (100%)
R 227 of 596 ~ 38.09%
G 133 of 596 ~ 22.32%
B 236 of 596 ~ 39.6%

%38.09
%22.32
%39.6

CMYK color model

#E385EC color CMYK value is (4,44,0,7).

  • cyan value is 3.81%
  • magenta value is 43.64%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,44,0,7)
C4M44Y0K7 
(4%,44%,0%,7%)
(0.04/0.44/0.00/0.07)	

CMYK percentages

%3.81
%43.64
%0
%7.45

Codes

Color #E385EC in popluar color models

E385EC
RGB227133236
HSL295°73.05%72.35%
HSB/HSV295°43.64%92.55%
CMYK3.81%43.64%0.00%
7.45%

Color #E385EC in popluar number systems.

HEXE385EC
Decimal227133236
Binary111000111000010111101100
Octal343205354

Shades and tints

Shades of #E385EC

#E385EC
(227,133,236)
#CF79D7
(207,121,215)
#BB6DC2
(187,109,194)
#A761AD
(167,97,173)
#935598
(147,85,152)
#7F4983
(127,73,131)
#6B3D6E
(107,61,110)
#573159
(87,49,89)
#432544
(67,37,68)
#2F192F
(47,25,47)
#1B0D1A
(27,13,26)
#000000
(0,0,0)

Tints of #E385EC

#E385EC
(227,133,236)
#E590ED
(229,144,237)
#E79BEE
(231,155,238)
#E9A6EF
(233,166,239)
#EBB1F0
(235,177,240)
#EDBCF1
(237,188,241)
#EFC7F2
(239,199,242)
#F1D2F3
(241,210,243)
#F3DDF4
(243,221,244)
#F5E8F5
(245,232,245)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E385EC color. Also use rgb(227,133,236) instead hex code.

Text Font Color

.myTextColor { color: #E385EC; }

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

This text font color is #E385EC.


Background Color

.myBgColor { background-color: #E385EC; }

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

This div background color is #E385EC.


Border color

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

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

This div border color is #E385EC.


Opacity

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

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

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

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

This text has shadow with #E385EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E385EC on black background.


Color preview on white background

This text has color #E385EC on white background.



Black color preview on #E385EC background

This text has black color on #E385EC background.


White color preview on #E385EC background

This text has white color on #E385EC background.