COLOR #E392EE

HEX: #E392EE
RGB: (227,146,238)

Color info

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

RGB color model

#E392EE color RGB value is (227,146,238).

  • red value is 227;
  • green value is 146;
  • blue value is 238.
RGB:
(227,146,238)
(89%,57%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 146 of 255 = 57%
B 238 of 255 = 93%

227
146
238

R + G + B ~ 80%. #E392EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 146 + 238 = 611 (100%)
R 227 of 611 ~ 37.15%
G 146 of 611 ~ 23.9%
B 238 of 611 ~ 38.95%

%37.15
%23.9
%38.95

CMYK color model

#E392EE color CMYK value is (5,39,0,7).

  • cyan value is 4.62%
  • magenta value is 38.66%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,39,0,7)
C5M39Y0K7 
(5%,39%,0%,7%)
(0.05/0.39/0.00/0.07)	

CMYK percentages

%4.62
%38.66
%0
%6.67

Codes

Color #E392EE in popluar color models

E392EE
RGB227146238
HSL293°73.02%75.29%
HSB/HSV293°38.66%93.33%
CMYK4.62%38.66%0.00%
6.67%

Color #E392EE in popluar number systems.

HEXE392EE
Decimal227146238
Binary111000111001001011101110
Octal343222356

Shades and tints

Shades of #E392EE

#E392EE
(227,146,238)
#CF85D9
(207,133,217)
#BB78C4
(187,120,196)
#A76BAF
(167,107,175)
#935E9A
(147,94,154)
#7F5185
(127,81,133)
#6B4470
(107,68,112)
#57375B
(87,55,91)
#432A46
(67,42,70)
#2F1D31
(47,29,49)
#1B101C
(27,16,28)
#000000
(0,0,0)

Tints of #E392EE

#E392EE
(227,146,238)
#E59BEF
(229,155,239)
#E7A4F0
(231,164,240)
#E9ADF1
(233,173,241)
#EBB6F2
(235,182,242)
#EDBFF3
(237,191,243)
#EFC8F4
(239,200,244)
#F1D1F5
(241,209,245)
#F3DAF6
(243,218,246)
#F5E3F7
(245,227,247)
#F7ECF8
(247,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E392EE color. Also use rgb(227,146,238) instead hex code.

Text Font Color

.myTextColor { color: #E392EE; }

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

This text font color is #E392EE.


Background Color

.myBgColor { background-color: #E392EE; }

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

This div background color is #E392EE.


Border color

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

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

This div border color is #E392EE.


Opacity

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

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

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

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

This text has shadow with #E392EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E392EE on black background.


Color preview on white background

This text has color #E392EE on white background.



Black color preview on #E392EE background

This text has black color on #E392EE background.


White color preview on #E392EE background

This text has white color on #E392EE background.