COLOR #E578D9

HEX: #E578D9
RGB: (229,120,217)

Color info

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

RGB color model

#E578D9 color RGB value is (229,120,217).

  • red value is 229;
  • green value is 120;
  • blue value is 217.
RGB:
(229,120,217)
(90%,47%,85%)

RGB channels and saturation

R 229 of 255 = 90%
G 120 of 255 = 47%
B 217 of 255 = 85%

229
120
217

R + G + B ~ 74%. #E578D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 120 + 217 = 566 (100%)
R 229 of 566 ~ 40.46%
G 120 of 566 ~ 21.2%
B 217 of 566 ~ 38.34%

%40.46
%21.2
%38.34

CMYK color model

#E578D9 color CMYK value is (0,48,5,10).

  • cyan value is 0.00%
  • magenta value is 47.60%
  • yellow value is 5.24%
  • key color value is 10.20%
CMYK:
(0,48,5,10)
C0M48Y5K10 
(0%,48%,5%,10%)
(0.00/0.48/0.05/0.10)	

CMYK percentages

%0
%47.6
%5.24
%10.2

Codes

Color #E578D9 in popluar color models

E578D9
RGB229120217
HSL307°67.70%68.43%
HSB/HSV307°47.60%89.80%
CMYK0.00%47.60%5.24%
10.20%

Color #E578D9 in popluar number systems.

HEXE578D9
Decimal229120217
Binary11100101111100011011001
Octal345170331

Shades and tints

Shades of #E578D9

#E578D9
(229,120,217)
#D16EC6
(209,110,198)
#BD64B3
(189,100,179)
#A95AA0
(169,90,160)
#95508D
(149,80,141)
#81467A
(129,70,122)
#6D3C67
(109,60,103)
#593254
(89,50,84)
#452841
(69,40,65)
#311E2E
(49,30,46)
#1D141B
(29,20,27)
#000000
(0,0,0)

Tints of #E578D9

#E578D9
(229,120,217)
#E784DC
(231,132,220)
#E990DF
(233,144,223)
#EB9CE2
(235,156,226)
#EDA8E5
(237,168,229)
#EFB4E8
(239,180,232)
#F1C0EB
(241,192,235)
#F3CCEE
(243,204,238)
#F5D8F1
(245,216,241)
#F7E4F4
(247,228,244)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E578D9 color. Also use rgb(229,120,217) instead hex code.

Text Font Color

.myTextColor { color: #E578D9; }

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

This text font color is #E578D9.


Background Color

.myBgColor { background-color: #E578D9; }

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

This div background color is #E578D9.


Border color

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

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

This div border color is #E578D9.


Opacity

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

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

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

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

This text has shadow with #E578D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E578D9 on black background.


Color preview on white background

This text has color #E578D9 on white background.



Black color preview on #E578D9 background

This text has black color on #E578D9 background.


White color preview on #E578D9 background

This text has white color on #E578D9 background.