COLOR #E576AD

HEX: #E576AD
RGB: (229,118,173)

Color info

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

RGB color model

#E576AD color RGB value is (229,118,173).

  • red value is 229;
  • green value is 118;
  • blue value is 173.
RGB:
(229,118,173)
(90%,46%,68%)

RGB channels and saturation

R 229 of 255 = 90%
G 118 of 255 = 46%
B 173 of 255 = 68%

229
118
173

R + G + B ~ 68%. #E576AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 118 + 173 = 520 (100%)
R 229 of 520 ~ 44.04%
G 118 of 520 ~ 22.69%
B 173 of 520 ~ 33.27%

%44.04
%22.69
%33.27

CMYK color model

#E576AD color CMYK value is (0,48,24,10).

  • cyan value is 0.00%
  • magenta value is 48.47%
  • yellow value is 24.45%
  • key color value is 10.20%
CMYK:
(0,48,24,10)
C0M48Y24K10 
(0%,48%,24%,10%)
(0.00/0.48/0.24/0.10)	

CMYK percentages

%0
%48.47
%24.45
%10.2

Codes

Color #E576AD in popluar color models

E576AD
RGB229118173
HSL330°68.10%68.04%
HSB/HSV330°48.47%89.80%
CMYK0.00%48.47%24.45%
10.20%

Color #E576AD in popluar number systems.

HEXE576AD
Decimal229118173
Binary11100101111011010101101
Octal345166255

Shades and tints

Shades of #E576AD

#E576AD
(229,118,173)
#D16C9E
(209,108,158)
#BD628F
(189,98,143)
#A95880
(169,88,128)
#954E71
(149,78,113)
#814462
(129,68,98)
#6D3A53
(109,58,83)
#593044
(89,48,68)
#452635
(69,38,53)
#311C26
(49,28,38)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #E576AD

#E576AD
(229,118,173)
#E782B4
(231,130,180)
#E98EBB
(233,142,187)
#EB9AC2
(235,154,194)
#EDA6C9
(237,166,201)
#EFB2D0
(239,178,208)
#F1BED7
(241,190,215)
#F3CADE
(243,202,222)
#F5D6E5
(245,214,229)
#F7E2EC
(247,226,236)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E576AD color. Also use rgb(229,118,173) instead hex code.

Text Font Color

.myTextColor { color: #E576AD; }

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

This text font color is #E576AD.


Background Color

.myBgColor { background-color: #E576AD; }

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

This div background color is #E576AD.


Border color

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

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

This div border color is #E576AD.


Opacity

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

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

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

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

This text has shadow with #E576AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E576AD on black background.


Color preview on white background

This text has color #E576AD on white background.



Black color preview on #E576AD background

This text has black color on #E576AD background.


White color preview on #E576AD background

This text has white color on #E576AD background.