COLOR #E56AD7

HEX: #E56AD7 RGB: (229,106,215)

Color info

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

RGB color model

#E56AD7 color RGB value is (229,106,215).

RGB: (229,106,215) (90%, 42%, 84%)

RGB channels and saturation

R 229 of 255 = 90%
G 106 of 255 = 42%
B 215 of 255 = 84%

229
106
215

R + G + B ~ 72%. #E56AD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 106 + 215 = 550 (100%)
R 229 of 550 ~ 41.64%
G 106 of 550 ~ 19.27%
B 215 of 550 ~ 39.09'%

%41.64
%19.27
%39.09

CMYK color model

#E56AD7 color CMYK value is (0,54,6,10).

  • cyan value is 0.00%
  • magenta value is 53.71%
  • yellow value is 6.11%
  • key color value is 10.20%

CMYK: (0,54,6,10)
C0M54Y6K10 (0%, 54%, 6%, 10%)
(0.00 / 0.54 / 0.06 / 0.10)

CMYK percentages

%0
%53.71
%6.11
%10.2

Codes

Color #E56AD7 in popluar color models

E5 6A D7
RGB 229 106 215
HSL 307° 70.29% 65.69%
HSB/HSV 307° 53.71% 89.80%
CMYK 0.00% 53.71% 6.11%
10.20%

Color #E56AD7 in popluar number systems.

HEX E5 6A D7
Decimal 229 106 215
Binary 11100101 1101010 11010111
Octal 345 152 327

Shades and tints

Shades of #E56AD7

#E56AD7
(229,106,215)
#D161C4
(209,97,196)
#BD58B1
(189,88,177)
#A94F9E
(169,79,158)
#95468B
(149,70,139)
#813D78
(129,61,120)
#6D3465
(109,52,101)
#592B52
(89,43,82)
#45223F
(69,34,63)
#31192C
(49,25,44)
#1D1019
(29,16,25)
#000000
(0,0,0)

Tints of #E56AD7

#E56AD7
(229,106,215)
#E777DA
(231,119,218)
#E984DD
(233,132,221)
#EB91E0
(235,145,224)
#ED9EE3
(237,158,227)
#EFABE6
(239,171,230)
#F1B8E9
(241,184,233)
#F3C5EC
(243,197,236)
#F5D2EF
(245,210,239)
#F7DFF2
(247,223,242)
#F9ECF5
(249,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E56AD7; }

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

This text font color is #E56AD7.

Background Color

.myBgColor { background-color: #E56AD7; }

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

This div background color is #E56AD7.

Border color

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

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

This div border color is #E56AD7.

Opacity

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

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

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

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

This text has shadow with #E56AD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E56AD7.

Preview

Color preview on black background

This text has color #E56AD7 on black background.


Color preview on white background

This text has color #E56AD7 on white background.


Black color preview on #E56AD7 background

This text has black color on #E56AD7 background.


White color preview on #E56AD7 background

This text has white color on #E56AD7 background.


Related colors

Complementary color

Complementary color for #hex is #1A9528.


I love getcolorcode.com

Triadic colors

1 #D7E56A and #6AD7E5 with #E56AD7 are triadic colors.

2 #D76AE5 and #6AE5D7 with #E56AD7 are triadic colors.