COLOR #E564AB

HEX: #E564AB RGB: (229,100,171)

Color info

#E564AB contains mainly red and blue colors. Web safe color of #E564AB is #CC6699 (or #C69).

RGB color model

#E564AB color RGB value is (229,100,171).

RGB: (229,100,171) (90%, 39%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 100 of 255 = 39%
B 171 of 255 = 67%

229
100
171

R + G + B ~ 65%. #E564AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 100 + 171 = 500 (100%)
R 229 of 500 ~ 45.8%
G 100 of 500 ~ 20%
B 171 of 500 ~ 34.2'%

%45.8
%20
%34.2

CMYK color model

#E564AB color CMYK value is (0,56,25,10).

  • cyan value is 0.00%
  • magenta value is 56.33%
  • yellow value is 25.33%
  • key color value is 10.20%

CMYK: (0,56,25,10)
C0M56Y25K10 (0%, 56%, 25%, 10%)
(0.00 / 0.56 / 0.25 / 0.10)

CMYK percentages

%0
%56.33
%25.33
%10.2

Codes

Color #E564AB in popluar color models

E5 64 AB
RGB 229 100 171
HSL 327° 71.27% 64.51%
HSB/HSV 327° 56.33% 89.80%
CMYK 0.00% 56.33% 25.33%
10.20%

Color #E564AB in popluar number systems.

HEX E5 64 AB
Decimal 229 100 171
Binary 11100101 1100100 10101011
Octal 345 144 253

Shades and tints

Shades of #E564AB

#E564AB
(229,100,171)
#D15B9C
(209,91,156)
#BD528D
(189,82,141)
#A9497E
(169,73,126)
#95406F
(149,64,111)
#813760
(129,55,96)
#6D2E51
(109,46,81)
#592542
(89,37,66)
#451C33
(69,28,51)
#311324
(49,19,36)
#1D0A15
(29,10,21)
#000000
(0,0,0)

Tints of #E564AB

#E564AB
(229,100,171)
#E772B2
(231,114,178)
#E980B9
(233,128,185)
#EB8EC0
(235,142,192)
#ED9CC7
(237,156,199)
#EFAACE
(239,170,206)
#F1B8D5
(241,184,213)
#F3C6DC
(243,198,220)
#F5D4E3
(245,212,227)
#F7E2EA
(247,226,234)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E564AB color. Also use rgb(229,100,171) instead hex code.

Text Font Color

.myTextColor { color: #E564AB; }

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

This text font color is #E564AB.

Background Color

.myBgColor { background-color: #E564AB; }

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

This div background color is #E564AB.

Border color

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

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

This div border color is #E564AB.

Opacity

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

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

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

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

This text has shadow with #E564AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E564AB.

Preview

Color preview on black background

This text has color #E564AB on black background.


Color preview on white background

This text has color #E564AB on white background.


Black color preview on #E564AB background

This text has black color on #E564AB background.


White color preview on #E564AB background

This text has white color on #E564AB background.


Related colors

Complementary color

Complementary color for #hex is #1A9B54.


I love getcolorcode.com

Triadic colors

1 #ABE564 and #64ABE5 with #E564AB are triadic colors.

2 #AB64E5 and #64E5AB with #E564AB are triadic colors.