COLOR #E564A6

HEX: #E564A6
RGB: (229,100,166)

Color info

#E564A6 contains mainly red color. Web safe color of #E564A6 is #CC6699 (or #C69).

RGB color model

#E564A6 color RGB value is (229,100,166).

  • red value is 229;
  • green value is 100;
  • blue value is 166.
RGB:
(229,100,166)
(90%,39%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 100 of 255 = 39%
B 166 of 255 = 65%

229
100
166

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

Portions of RGB colors in percentages

R + G + B =
229 + 100 + 166 = 495 (100%)
R 229 of 495 ~ 46.26%
G 100 of 495 ~ 20.2%
B 166 of 495 ~ 33.54%

%46.26
%20.2
%33.54

CMYK color model

#E564A6 color CMYK value is (0,56,28,10).

  • cyan value is 0.00%
  • magenta value is 56.33%
  • yellow value is 27.51%
  • key color value is 10.20%
CMYK:
(0,56,28,10)
C0M56Y28K10 
(0%,56%,28%,10%)
(0.00/0.56/0.28/0.10)	

CMYK percentages

%0
%56.33
%27.51
%10.2

Codes

Color #E564A6 in popluar color models

E564A6
RGB229100166
HSL329°71.27%64.51%
HSB/HSV329°56.33%89.80%
CMYK0.00%56.33%27.51%
10.20%

Color #E564A6 in popluar number systems.

HEXE564A6
Decimal229100166
Binary11100101110010010100110
Octal345144246

Shades and tints

Shades of #E564A6

#E564A6
(229,100,166)
#D15B97
(209,91,151)
#BD5288
(189,82,136)
#A94979
(169,73,121)
#95406A
(149,64,106)
#81375B
(129,55,91)
#6D2E4C
(109,46,76)
#59253D
(89,37,61)
#451C2E
(69,28,46)
#31131F
(49,19,31)
#1D0A10
(29,10,16)
#000000
(0,0,0)

Tints of #E564A6

#E564A6
(229,100,166)
#E772AE
(231,114,174)
#E980B6
(233,128,182)
#EB8EBE
(235,142,190)
#ED9CC6
(237,156,198)
#EFAACE
(239,170,206)
#F1B8D6
(241,184,214)
#F3C6DE
(243,198,222)
#F5D4E6
(245,212,230)
#F7E2EE
(247,226,238)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E564A6; }

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

This text font color is #E564A6.


Background Color

.myBgColor { background-color: #E564A6; }

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

This div background color is #E564A6.


Border color

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

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

This div border color is #E564A6.


Opacity

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

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

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

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

This text has shadow with #E564A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E564A6 on black background.


Color preview on white background

This text has color #E564A6 on white background.



Black color preview on #E564A6 background

This text has black color on #E564A6 background.


White color preview on #E564A6 background

This text has white color on #E564A6 background.