COLOR #E56EF8

HEX: #E56EF8
RGB: (229,110,248)

Color info

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

RGB color model

#E56EF8 color RGB value is (229,110,248).

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

RGB channels and saturation

R 229 of 255 = 90%
G 110 of 255 = 43%
B 248 of 255 = 97%

229
110
248

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

Portions of RGB colors in percentages

R + G + B =
229 + 110 + 248 = 587 (100%)
R 229 of 587 ~ 39.01%
G 110 of 587 ~ 18.74%
B 248 of 587 ~ 42.25%

%39.01
%18.74
%42.25

CMYK color model

#E56EF8 color CMYK value is (8,56,0,3).

  • cyan value is 7.66%
  • magenta value is 55.65%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(8,56,0,3)
C8M56Y0K3 
(8%,56%,0%,3%)
(0.08/0.56/0.00/0.03)	

CMYK percentages

%7.66
%55.65
%0
%2.75

Codes

Color #E56EF8 in popluar color models

E56EF8
RGB229110248
HSL292°90.79%70.20%
HSB/HSV292°55.65%97.25%
CMYK7.66%55.65%0.00%
2.75%

Color #E56EF8 in popluar number systems.

HEXE56EF8
Decimal229110248
Binary11100101110111011111000
Octal345156370

Shades and tints

Shades of #E56EF8

#E56EF8
(229,110,248)
#D164E2
(209,100,226)
#BD5ACC
(189,90,204)
#A950B6
(169,80,182)
#9546A0
(149,70,160)
#813C8A
(129,60,138)
#6D3274
(109,50,116)
#59285E
(89,40,94)
#451E48
(69,30,72)
#311432
(49,20,50)
#1D0A1C
(29,10,28)
#000000
(0,0,0)

Tints of #E56EF8

#E56EF8
(229,110,248)
#E77BF8
(231,123,248)
#E988F8
(233,136,248)
#EB95F8
(235,149,248)
#EDA2F8
(237,162,248)
#EFAFF8
(239,175,248)
#F1BCF8
(241,188,248)
#F3C9F8
(243,201,248)
#F5D6F8
(245,214,248)
#F7E3F8
(247,227,248)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E56EF8; }

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

This text font color is #E56EF8.


Background Color

.myBgColor { background-color: #E56EF8; }

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

This div background color is #E56EF8.


Border color

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

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

This div border color is #E56EF8.


Opacity

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

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

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

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

This text has shadow with #E56EF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56EF8 on black background.


Color preview on white background

This text has color #E56EF8 on white background.



Black color preview on #E56EF8 background

This text has black color on #E56EF8 background.


White color preview on #E56EF8 background

This text has white color on #E56EF8 background.