COLOR #E56AD1

HEX: #E56AD1
RGB: (229,106,209)

Color info

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

RGB color model

#E56AD1 color RGB value is (229,106,209).

  • red value is 229;
  • green value is 106;
  • blue value is 209.
RGB:
(229,106,209)
(90%,42%,82%)

RGB channels and saturation

R 229 of 255 = 90%
G 106 of 255 = 42%
B 209 of 255 = 82%

229
106
209

R + G + B ~ 71%. #E56AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 106 + 209 = 544 (100%)
R 229 of 544 ~ 42.1%
G 106 of 544 ~ 19.49%
B 209 of 544 ~ 38.42%

%42.1
%19.49
%38.42

CMYK color model

#E56AD1 color CMYK value is (0,54,9,10).

  • cyan value is 0.00%
  • magenta value is 53.71%
  • yellow value is 8.73%
  • key color value is 10.20%
CMYK:
(0,54,9,10)
C0M54Y9K10 
(0%,54%,9%,10%)
(0.00/0.54/0.09/0.10)	

CMYK percentages

%0
%53.71
%8.73
%10.2

Codes

Color #E56AD1 in popluar color models

E56AD1
RGB229106209
HSL310°70.29%65.69%
HSB/HSV310°53.71%89.80%
CMYK0.00%53.71%8.73%
10.20%

Color #E56AD1 in popluar number systems.

HEXE56AD1
Decimal229106209
Binary11100101110101011010001
Octal345152321

Shades and tints

Shades of #E56AD1

#E56AD1
(229,106,209)
#D161BE
(209,97,190)
#BD58AB
(189,88,171)
#A94F98
(169,79,152)
#954685
(149,70,133)
#813D72
(129,61,114)
#6D345F
(109,52,95)
#592B4C
(89,43,76)
#452239
(69,34,57)
#311926
(49,25,38)
#1D1013
(29,16,19)
#000000
(0,0,0)

Tints of #E56AD1

#E56AD1
(229,106,209)
#E777D5
(231,119,213)
#E984D9
(233,132,217)
#EB91DD
(235,145,221)
#ED9EE1
(237,158,225)
#EFABE5
(239,171,229)
#F1B8E9
(241,184,233)
#F3C5ED
(243,197,237)
#F5D2F1
(245,210,241)
#F7DFF5
(247,223,245)
#F9ECF9
(249,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56AD1 color. Also use rgb(229,106,209) instead hex code.

Text Font Color

.myTextColor { color: #E56AD1; }

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

This text font color is #E56AD1.


Background Color

.myBgColor { background-color: #E56AD1; }

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

This div background color is #E56AD1.


Border color

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

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

This div border color is #E56AD1.


Opacity

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

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

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

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

This text has shadow with #E56AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56AD1 on black background.


Color preview on white background

This text has color #E56AD1 on white background.



Black color preview on #E56AD1 background

This text has black color on #E56AD1 background.


White color preview on #E56AD1 background

This text has white color on #E56AD1 background.