COLOR #E57869

HEX: #E57869
RGB: (229,120,105)

Color info

#E57869 contains mainly red color. Web safe color of #E57869 is #CC6666 (or #C66).

RGB color model

#E57869 color RGB value is (229,120,105).

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

RGB channels and saturation

R 229 of 255 = 90%
G 120 of 255 = 47%
B 105 of 255 = 41%

229
120
105

R + G + B ~ 59%. #E57869 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
229 + 120 + 105 = 454 (100%)
R 229 of 454 ~ 50.44%
G 120 of 454 ~ 26.43%
B 105 of 454 ~ 23.13%

%50.44
%26.43
%23.13

CMYK color model

#E57869 color CMYK value is (0,48,54,10).

  • cyan value is 0.00%
  • magenta value is 47.60%
  • yellow value is 54.15%
  • key color value is 10.20%
CMYK:
(0,48,54,10)
C0M48Y54K10 
(0%,48%,54%,10%)
(0.00/0.48/0.54/0.10)	

CMYK percentages

%0
%47.6
%54.15
%10.2

Codes

Color #E57869 in popluar color models

E57869
RGB229120105
HSL70.45%65.49%
HSB/HSV54.15%89.80%
CMYK0.00%47.60%54.15%
10.20%

Color #E57869 in popluar number systems.

HEXE57869
Decimal229120105
Binary1110010111110001101001
Octal345170151

Shades and tints

Shades of #E57869

#E57869
(229,120,105)
#D16E60
(209,110,96)
#BD6457
(189,100,87)
#A95A4E
(169,90,78)
#955045
(149,80,69)
#81463C
(129,70,60)
#6D3C33
(109,60,51)
#59322A
(89,50,42)
#452821
(69,40,33)
#311E18
(49,30,24)
#1D140F
(29,20,15)
#000000
(0,0,0)

Tints of #E57869

#E57869
(229,120,105)
#E78476
(231,132,118)
#E99083
(233,144,131)
#EB9C90
(235,156,144)
#EDA89D
(237,168,157)
#EFB4AA
(239,180,170)
#F1C0B7
(241,192,183)
#F3CCC4
(243,204,196)
#F5D8D1
(245,216,209)
#F7E4DE
(247,228,222)
#F9F0EB
(249,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E57869; }

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

This text font color is #E57869.


Background Color

.myBgColor { background-color: #E57869; }

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

This div background color is #E57869.


Border color

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

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

This div border color is #E57869.


Opacity

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

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

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

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

This text has shadow with #E57869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57869 on black background.


Color preview on white background

This text has color #E57869 on white background.



Black color preview on #E57869 background

This text has black color on #E57869 background.


White color preview on #E57869 background

This text has white color on #E57869 background.