COLOR #E57CB7

HEX: #E57CB7
RGB: (229,124,183)

Color info

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

RGB color model

#E57CB7 color RGB value is (229,124,183).

  • red value is 229;
  • green value is 124;
  • blue value is 183.
RGB:
(229,124,183)
(90%,49%,72%)

RGB channels and saturation

R 229 of 255 = 90%
G 124 of 255 = 49%
B 183 of 255 = 72%

229
124
183

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

Portions of RGB colors in percentages

R + G + B =
229 + 124 + 183 = 536 (100%)
R 229 of 536 ~ 42.72%
G 124 of 536 ~ 23.13%
B 183 of 536 ~ 34.14%

%42.72
%23.13
%34.14

CMYK color model

#E57CB7 color CMYK value is (0,46,20,10).

  • cyan value is 0.00%
  • magenta value is 45.85%
  • yellow value is 20.09%
  • key color value is 10.20%
CMYK:
(0,46,20,10)
C0M46Y20K10 
(0%,46%,20%,10%)
(0.00/0.46/0.20/0.10)	

CMYK percentages

%0
%45.85
%20.09
%10.2

Codes

Color #E57CB7 in popluar color models

E57CB7
RGB229124183
HSL326°66.88%69.22%
HSB/HSV326°45.85%89.80%
CMYK0.00%45.85%20.09%
10.20%

Color #E57CB7 in popluar number systems.

HEXE57CB7
Decimal229124183
Binary11100101111110010110111
Octal345174267

Shades and tints

Shades of #E57CB7

#E57CB7
(229,124,183)
#D171A7
(209,113,167)
#BD6697
(189,102,151)
#A95B87
(169,91,135)
#955077
(149,80,119)
#814567
(129,69,103)
#6D3A57
(109,58,87)
#592F47
(89,47,71)
#452437
(69,36,55)
#311927
(49,25,39)
#1D0E17
(29,14,23)
#000000
(0,0,0)

Tints of #E57CB7

#E57CB7
(229,124,183)
#E787BD
(231,135,189)
#E992C3
(233,146,195)
#EB9DC9
(235,157,201)
#EDA8CF
(237,168,207)
#EFB3D5
(239,179,213)
#F1BEDB
(241,190,219)
#F3C9E1
(243,201,225)
#F5D4E7
(245,212,231)
#F7DFED
(247,223,237)
#F9EAF3
(249,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57CB7 color. Also use rgb(229,124,183) instead hex code.

Text Font Color

.myTextColor { color: #E57CB7; }

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

This text font color is #E57CB7.


Background Color

.myBgColor { background-color: #E57CB7; }

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

This div background color is #E57CB7.


Border color

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

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

This div border color is #E57CB7.


Opacity

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

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

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

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

This text has shadow with #E57CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57CB7 on black background.


Color preview on white background

This text has color #E57CB7 on white background.



Black color preview on #E57CB7 background

This text has black color on #E57CB7 background.


White color preview on #E57CB7 background

This text has white color on #E57CB7 background.