COLOR #E57EFD

HEX: #E57EFD
RGB: (229,126,253)

Color info

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

RGB color model

#E57EFD color RGB value is (229,126,253).

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

RGB channels and saturation

R 229 of 255 = 90%
G 126 of 255 = 49%
B 253 of 255 = 99%

229
126
253

R + G + B ~ 79%. #E57EFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 126 + 253 = 608 (100%)
R 229 of 608 ~ 37.66%
G 126 of 608 ~ 20.72%
B 253 of 608 ~ 41.61%

%37.66
%20.72
%41.61

CMYK color model

#E57EFD color CMYK value is (9,50,0,1).

  • cyan value is 9.49%
  • magenta value is 50.20%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,50,0,1)
C9M50Y0K1 
(9%,50%,0%,1%)
(0.09/0.50/0.00/0.01)	

CMYK percentages

%9.49
%50.2
%0
%0.78

Codes

Color #E57EFD in popluar color models

E57EFD
RGB229126253
HSL289°96.95%74.31%
HSB/HSV289°50.20%99.22%
CMYK9.49%50.20%0.00%
0.78%

Color #E57EFD in popluar number systems.

HEXE57EFD
Decimal229126253
Binary11100101111111011111101
Octal345176375

Shades and tints

Shades of #E57EFD

#E57EFD
(229,126,253)
#D173E6
(209,115,230)
#BD68CF
(189,104,207)
#A95DB8
(169,93,184)
#9552A1
(149,82,161)
#81478A
(129,71,138)
#6D3C73
(109,60,115)
#59315C
(89,49,92)
#452645
(69,38,69)
#311B2E
(49,27,46)
#1D1017
(29,16,23)
#000000
(0,0,0)

Tints of #E57EFD

#E57EFD
(229,126,253)
#E789FD
(231,137,253)
#E994FD
(233,148,253)
#EB9FFD
(235,159,253)
#EDAAFD
(237,170,253)
#EFB5FD
(239,181,253)
#F1C0FD
(241,192,253)
#F3CBFD
(243,203,253)
#F5D6FD
(245,214,253)
#F7E1FD
(247,225,253)
#F9ECFD
(249,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E57EFD; }

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

This text font color is #E57EFD.


Background Color

.myBgColor { background-color: #E57EFD; }

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

This div background color is #E57EFD.


Border color

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

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

This div border color is #E57EFD.


Opacity

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

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

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

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

This text has shadow with #E57EFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57EFD on black background.


Color preview on white background

This text has color #E57EFD on white background.



Black color preview on #E57EFD background

This text has black color on #E57EFD background.


White color preview on #E57EFD background

This text has white color on #E57EFD background.