COLOR #E528D6

HEX: #E528D6
RGB: (229,40,214)

Color info

#E528D6 contains mainly red and blue colors. Web safe color of #E528D6 is #CC33CC (or #C3C).

RGB color model

#E528D6 color RGB value is (229,40,214).

  • red value is 229;
  • green value is 40;
  • blue value is 214.
RGB:
(229,40,214)
(90%,16%,84%)

RGB channels and saturation

R 229 of 255 = 90%
G 40 of 255 = 16%
B 214 of 255 = 84%

229
40
214

R + G + B ~ 63%. #E528D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 40 + 214 = 483 (100%)
R 229 of 483 ~ 47.41%
G 40 of 483 ~ 8.28%
B 214 of 483 ~ 44.31%

%47.41
%44.31

CMYK color model

#E528D6 color CMYK value is (0,83,7,10).

  • cyan value is 0.00%
  • magenta value is 82.53%
  • yellow value is 6.55%
  • key color value is 10.20%
CMYK:
(0,83,7,10)
C0M83Y7K10 
(0%,83%,7%,10%)
(0.00/0.83/0.07/0.10)	

CMYK percentages

%0
%82.53
%6.55
%10.2

Codes

Color #E528D6 in popluar color models

E528D6
RGB22940214
HSL305°78.42%52.75%
HSB/HSV305°82.53%89.80%
CMYK0.00%82.53%6.55%
10.20%

Color #E528D6 in popluar number systems.

HEXE528D6
Decimal22940214
Binary1110010110100011010110
Octal34550326

Shades and tints

Shades of #E528D6

#E528D6
(229,40,214)
#D125C3
(209,37,195)
#BD22B0
(189,34,176)
#A91F9D
(169,31,157)
#951C8A
(149,28,138)
#811977
(129,25,119)
#6D1664
(109,22,100)
#591351
(89,19,81)
#45103E
(69,16,62)
#310D2B
(49,13,43)
#1D0A18
(29,10,24)
#000000
(0,0,0)

Tints of #E528D6

#E528D6
(229,40,214)
#E73BD9
(231,59,217)
#E94EDC
(233,78,220)
#EB61DF
(235,97,223)
#ED74E2
(237,116,226)
#EF87E5
(239,135,229)
#F19AE8
(241,154,232)
#F3ADEB
(243,173,235)
#F5C0EE
(245,192,238)
#F7D3F1
(247,211,241)
#F9E6F4
(249,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E528D6 color. Also use rgb(229,40,214) instead hex code.

Text Font Color

.myTextColor { color: #E528D6; }

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

This text font color is #E528D6.


Background Color

.myBgColor { background-color: #E528D6; }

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

This div background color is #E528D6.


Border color

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

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

This div border color is #E528D6.


Opacity

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

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

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

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

This text has shadow with #E528D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E528D6 on black background.


Color preview on white background

This text has color #E528D6 on white background.



Black color preview on #E528D6 background

This text has black color on #E528D6 background.


White color preview on #E528D6 background

This text has white color on #E528D6 background.