COLOR #E57AF8

HEX: #E57AF8
RGB: (229,122,248)

Color info

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

RGB color model

#E57AF8 color RGB value is (229,122,248).

  • red value is 229;
  • green value is 122;
  • blue value is 248.
RGB:
(229,122,248)
(90%,48%,97%)

RGB channels and saturation

R 229 of 255 = 90%
G 122 of 255 = 48%
B 248 of 255 = 97%

229
122
248

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

Portions of RGB colors in percentages

R + G + B =
229 + 122 + 248 = 599 (100%)
R 229 of 599 ~ 38.23%
G 122 of 599 ~ 20.37%
B 248 of 599 ~ 41.4%

%38.23
%20.37
%41.4

CMYK color model

#E57AF8 color CMYK value is (8,51,0,3).

  • cyan value is 7.66%
  • magenta value is 50.81%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(8,51,0,3)
C8M51Y0K3 
(8%,51%,0%,3%)
(0.08/0.51/0.00/0.03)	

CMYK percentages

%7.66
%50.81
%0
%2.75

Codes

Color #E57AF8 in popluar color models

E57AF8
RGB229122248
HSL291°90.00%72.55%
HSB/HSV291°50.81%97.25%
CMYK7.66%50.81%0.00%
2.75%

Color #E57AF8 in popluar number systems.

HEXE57AF8
Decimal229122248
Binary11100101111101011111000
Octal345172370

Shades and tints

Shades of #E57AF8

#E57AF8
(229,122,248)
#D16FE2
(209,111,226)
#BD64CC
(189,100,204)
#A959B6
(169,89,182)
#954EA0
(149,78,160)
#81438A
(129,67,138)
#6D3874
(109,56,116)
#592D5E
(89,45,94)
#452248
(69,34,72)
#311732
(49,23,50)
#1D0C1C
(29,12,28)
#000000
(0,0,0)

Tints of #E57AF8

#E57AF8
(229,122,248)
#E786F8
(231,134,248)
#E992F8
(233,146,248)
#EB9EF8
(235,158,248)
#EDAAF8
(237,170,248)
#EFB6F8
(239,182,248)
#F1C2F8
(241,194,248)
#F3CEF8
(243,206,248)
#F5DAF8
(245,218,248)
#F7E6F8
(247,230,248)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57AF8 color. Also use rgb(229,122,248) instead hex code.

Text Font Color

.myTextColor { color: #E57AF8; }

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

This text font color is #E57AF8.


Background Color

.myBgColor { background-color: #E57AF8; }

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

This div background color is #E57AF8.


Border color

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

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

This div border color is #E57AF8.


Opacity

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

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

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

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

This text has shadow with #E57AF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57AF8 on black background.


Color preview on white background

This text has color #E57AF8 on white background.



Black color preview on #E57AF8 background

This text has black color on #E57AF8 background.


White color preview on #E57AF8 background

This text has white color on #E57AF8 background.