COLOR #E371EE

HEX: #E371EE
RGB: (227,113,238)

Color info

#E371EE contains mainly red and blue colors. Web safe color of #E371EE is #CC66FF (or #C6F).

RGB color model

#E371EE color RGB value is (227,113,238).

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

RGB channels and saturation

R 227 of 255 = 89%
G 113 of 255 = 44%
B 238 of 255 = 93%

227
113
238

R + G + B ~ 75%. #E371EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 113 + 238 = 578 (100%)
R 227 of 578 ~ 39.27%
G 113 of 578 ~ 19.55%
B 238 of 578 ~ 41.18%

%39.27
%19.55
%41.18

CMYK color model

#E371EE color CMYK value is (5,53,0,7).

  • cyan value is 4.62%
  • magenta value is 52.52%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,53,0,7)
C5M53Y0K7 
(5%,53%,0%,7%)
(0.05/0.53/0.00/0.07)	

CMYK percentages

%4.62
%52.52
%0
%6.67

Codes

Color #E371EE in popluar color models

E371EE
RGB227113238
HSL295°78.62%68.82%
HSB/HSV295°52.52%93.33%
CMYK4.62%52.52%0.00%
6.67%

Color #E371EE in popluar number systems.

HEXE371EE
Decimal227113238
Binary11100011111000111101110
Octal343161356

Shades and tints

Shades of #E371EE

#E371EE
(227,113,238)
#CF67D9
(207,103,217)
#BB5DC4
(187,93,196)
#A753AF
(167,83,175)
#93499A
(147,73,154)
#7F3F85
(127,63,133)
#6B3570
(107,53,112)
#572B5B
(87,43,91)
#432146
(67,33,70)
#2F1731
(47,23,49)
#1B0D1C
(27,13,28)
#000000
(0,0,0)

Tints of #E371EE

#E371EE
(227,113,238)
#E57DEF
(229,125,239)
#E789F0
(231,137,240)
#E995F1
(233,149,241)
#EBA1F2
(235,161,242)
#EDADF3
(237,173,243)
#EFB9F4
(239,185,244)
#F1C5F5
(241,197,245)
#F3D1F6
(243,209,246)
#F5DDF7
(245,221,247)
#F7E9F8
(247,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E371EE; }

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

This text font color is #E371EE.


Background Color

.myBgColor { background-color: #E371EE; }

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

This div background color is #E371EE.


Border color

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

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

This div border color is #E371EE.


Opacity

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

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

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

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

This text has shadow with #E371EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E371EE on black background.


Color preview on white background

This text has color #E371EE on white background.



Black color preview on #E371EE background

This text has black color on #E371EE background.


White color preview on #E371EE background

This text has white color on #E371EE background.