COLOR #E576B0

HEX: #E576B0
RGB: (229,118,176)

Color info

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

RGB color model

#E576B0 color RGB value is (229,118,176).

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

RGB channels and saturation

R 229 of 255 = 90%
G 118 of 255 = 46%
B 176 of 255 = 69%

229
118
176

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

Portions of RGB colors in percentages

R + G + B =
229 + 118 + 176 = 523 (100%)
R 229 of 523 ~ 43.79%
G 118 of 523 ~ 22.56%
B 176 of 523 ~ 33.65%

%43.79
%22.56
%33.65

CMYK color model

#E576B0 color CMYK value is (0,48,23,10).

  • cyan value is 0.00%
  • magenta value is 48.47%
  • yellow value is 23.14%
  • key color value is 10.20%
CMYK:
(0,48,23,10)
C0M48Y23K10 
(0%,48%,23%,10%)
(0.00/0.48/0.23/0.10)	

CMYK percentages

%0
%48.47
%23.14
%10.2

Codes

Color #E576B0 in popluar color models

E576B0
RGB229118176
HSL329°68.10%68.04%
HSB/HSV329°48.47%89.80%
CMYK0.00%48.47%23.14%
10.20%

Color #E576B0 in popluar number systems.

HEXE576B0
Decimal229118176
Binary11100101111011010110000
Octal345166260

Shades and tints

Shades of #E576B0

#E576B0
(229,118,176)
#D16CA0
(209,108,160)
#BD6290
(189,98,144)
#A95880
(169,88,128)
#954E70
(149,78,112)
#814460
(129,68,96)
#6D3A50
(109,58,80)
#593040
(89,48,64)
#452630
(69,38,48)
#311C20
(49,28,32)
#1D1210
(29,18,16)
#000000
(0,0,0)

Tints of #E576B0

#E576B0
(229,118,176)
#E782B7
(231,130,183)
#E98EBE
(233,142,190)
#EB9AC5
(235,154,197)
#EDA6CC
(237,166,204)
#EFB2D3
(239,178,211)
#F1BEDA
(241,190,218)
#F3CAE1
(243,202,225)
#F5D6E8
(245,214,232)
#F7E2EF
(247,226,239)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E576B0; }

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

This text font color is #E576B0.


Background Color

.myBgColor { background-color: #E576B0; }

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

This div background color is #E576B0.


Border color

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

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

This div border color is #E576B0.


Opacity

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

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

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

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

This text has shadow with #E576B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E576B0 on black background.


Color preview on white background

This text has color #E576B0 on white background.



Black color preview on #E576B0 background

This text has black color on #E576B0 background.


White color preview on #E576B0 background

This text has white color on #E576B0 background.