COLOR #E56FDF

HEX: #E56FDF
RGB: (229,111,223)

Color info

#E56FDF contains mainly red and blue colors. Web safe color of #E56FDF is #CC66CC (or #C6C).

RGB color model

#E56FDF color RGB value is (229,111,223).

  • red value is 229;
  • green value is 111;
  • blue value is 223.
RGB:
(229,111,223)
(90%,44%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 111 of 255 = 44%
B 223 of 255 = 87%

229
111
223

R + G + B ~ 74%. #E56FDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 111 + 223 = 563 (100%)
R 229 of 563 ~ 40.67%
G 111 of 563 ~ 19.72%
B 223 of 563 ~ 39.61%

%40.67
%19.72
%39.61

CMYK color model

#E56FDF color CMYK value is (0,52,3,10).

  • cyan value is 0.00%
  • magenta value is 51.53%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK:
(0,52,3,10)
C0M52Y3K10 
(0%,52%,3%,10%)
(0.00/0.52/0.03/0.10)	

CMYK percentages

%0
%51.53
%2.62
%10.2

Codes

Color #E56FDF in popluar color models

E56FDF
RGB229111223
HSL303°69.41%66.67%
HSB/HSV303°51.53%89.80%
CMYK0.00%51.53%2.62%
10.20%

Color #E56FDF in popluar number systems.

HEXE56FDF
Decimal229111223
Binary11100101110111111011111
Octal345157337

Shades and tints

Shades of #E56FDF

#E56FDF
(229,111,223)
#D165CB
(209,101,203)
#BD5BB7
(189,91,183)
#A951A3
(169,81,163)
#95478F
(149,71,143)
#813D7B
(129,61,123)
#6D3367
(109,51,103)
#592953
(89,41,83)
#451F3F
(69,31,63)
#31152B
(49,21,43)
#1D0B17
(29,11,23)
#000000
(0,0,0)

Tints of #E56FDF

#E56FDF
(229,111,223)
#E77CE1
(231,124,225)
#E989E3
(233,137,227)
#EB96E5
(235,150,229)
#EDA3E7
(237,163,231)
#EFB0E9
(239,176,233)
#F1BDEB
(241,189,235)
#F3CAED
(243,202,237)
#F5D7EF
(245,215,239)
#F7E4F1
(247,228,241)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56FDF color. Also use rgb(229,111,223) instead hex code.

Text Font Color

.myTextColor { color: #E56FDF; }

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

This text font color is #E56FDF.


Background Color

.myBgColor { background-color: #E56FDF; }

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

This div background color is #E56FDF.


Border color

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

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

This div border color is #E56FDF.


Opacity

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

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

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

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

This text has shadow with #E56FDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56FDF on black background.


Color preview on white background

This text has color #E56FDF on white background.



Black color preview on #E56FDF background

This text has black color on #E56FDF background.


White color preview on #E56FDF background

This text has white color on #E56FDF background.