COLOR #E57BB5

HEX: #E57BB5
RGB: (229,123,181)

Color info

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

RGB color model

#E57BB5 color RGB value is (229,123,181).

  • red value is 229;
  • green value is 123;
  • blue value is 181.
RGB:
(229,123,181)
(90%,48%,71%)

RGB channels and saturation

R 229 of 255 = 90%
G 123 of 255 = 48%
B 181 of 255 = 71%

229
123
181

R + G + B ~ 70%. #E57BB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 123 + 181 = 533 (100%)
R 229 of 533 ~ 42.96%
G 123 of 533 ~ 23.08%
B 181 of 533 ~ 33.96%

%42.96
%23.08
%33.96

CMYK color model

#E57BB5 color CMYK value is (0,46,21,10).

  • cyan value is 0.00%
  • magenta value is 46.29%
  • yellow value is 20.96%
  • key color value is 10.20%
CMYK:
(0,46,21,10)
C0M46Y21K10 
(0%,46%,21%,10%)
(0.00/0.46/0.21/0.10)	

CMYK percentages

%0
%46.29
%20.96
%10.2

Codes

Color #E57BB5 in popluar color models

E57BB5
RGB229123181
HSL327°67.09%69.02%
HSB/HSV327°46.29%89.80%
CMYK0.00%46.29%20.96%
10.20%

Color #E57BB5 in popluar number systems.

HEXE57BB5
Decimal229123181
Binary11100101111101110110101
Octal345173265

Shades and tints

Shades of #E57BB5

#E57BB5
(229,123,181)
#D170A5
(209,112,165)
#BD6595
(189,101,149)
#A95A85
(169,90,133)
#954F75
(149,79,117)
#814465
(129,68,101)
#6D3955
(109,57,85)
#592E45
(89,46,69)
#452335
(69,35,53)
#311825
(49,24,37)
#1D0D15
(29,13,21)
#000000
(0,0,0)

Tints of #E57BB5

#E57BB5
(229,123,181)
#E787BB
(231,135,187)
#E993C1
(233,147,193)
#EB9FC7
(235,159,199)
#EDABCD
(237,171,205)
#EFB7D3
(239,183,211)
#F1C3D9
(241,195,217)
#F3CFDF
(243,207,223)
#F5DBE5
(245,219,229)
#F7E7EB
(247,231,235)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57BB5 color. Also use rgb(229,123,181) instead hex code.

Text Font Color

.myTextColor { color: #E57BB5; }

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

This text font color is #E57BB5.


Background Color

.myBgColor { background-color: #E57BB5; }

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

This div background color is #E57BB5.


Border color

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

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

This div border color is #E57BB5.


Opacity

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

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

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

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

This text has shadow with #E57BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57BB5 on black background.


Color preview on white background

This text has color #E57BB5 on white background.



Black color preview on #E57BB5 background

This text has black color on #E57BB5 background.


White color preview on #E57BB5 background

This text has white color on #E57BB5 background.