COLOR #E57EE7

HEX: #E57EE7
RGB: (229,126,231)

Color info

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

RGB color model

#E57EE7 color RGB value is (229,126,231).

  • red value is 229;
  • green value is 126;
  • blue value is 231.
RGB:
(229,126,231)
(90%,49%,91%)

RGB channels and saturation

R 229 of 255 = 90%
G 126 of 255 = 49%
B 231 of 255 = 91%

229
126
231

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

Portions of RGB colors in percentages

R + G + B =
229 + 126 + 231 = 586 (100%)
R 229 of 586 ~ 39.08%
G 126 of 586 ~ 21.5%
B 231 of 586 ~ 39.42%

%39.08
%21.5
%39.42

CMYK color model

#E57EE7 color CMYK value is (1,45,0,9).

  • cyan value is 0.87%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(1,45,0,9)
C1M45Y0K9 
(1%,45%,0%,9%)
(0.01/0.45/0.00/0.09)	

CMYK percentages

%0.87
%45.45
%0
%9.41

Codes

Color #E57EE7 in popluar color models

E57EE7
RGB229126231
HSL299°68.63%70.00%
HSB/HSV299°45.45%90.59%
CMYK0.87%45.45%0.00%
9.41%

Color #E57EE7 in popluar number systems.

HEXE57EE7
Decimal229126231
Binary11100101111111011100111
Octal345176347

Shades and tints

Shades of #E57EE7

#E57EE7
(229,126,231)
#D173D2
(209,115,210)
#BD68BD
(189,104,189)
#A95DA8
(169,93,168)
#955293
(149,82,147)
#81477E
(129,71,126)
#6D3C69
(109,60,105)
#593154
(89,49,84)
#45263F
(69,38,63)
#311B2A
(49,27,42)
#1D1015
(29,16,21)
#000000
(0,0,0)

Tints of #E57EE7

#E57EE7
(229,126,231)
#E789E9
(231,137,233)
#E994EB
(233,148,235)
#EB9FED
(235,159,237)
#EDAAEF
(237,170,239)
#EFB5F1
(239,181,241)
#F1C0F3
(241,192,243)
#F3CBF5
(243,203,245)
#F5D6F7
(245,214,247)
#F7E1F9
(247,225,249)
#F9ECFB
(249,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57EE7 color. Also use rgb(229,126,231) instead hex code.

Text Font Color

.myTextColor { color: #E57EE7; }

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

This text font color is #E57EE7.


Background Color

.myBgColor { background-color: #E57EE7; }

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

This div background color is #E57EE7.


Border color

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

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

This div border color is #E57EE7.


Opacity

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

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

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

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

This text has shadow with #E57EE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57EE7 on black background.


Color preview on white background

This text has color #E57EE7 on white background.



Black color preview on #E57EE7 background

This text has black color on #E57EE7 background.


White color preview on #E57EE7 background

This text has white color on #E57EE7 background.