COLOR #E57265

HEX: #E57265 RGB: (229,114,101)

Color info

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

RGB color model

#E57265 color RGB value is (229,114,101).

RGB: (229,114,101) (90%, 45%, 40%)

RGB channels and saturation

R 229 of 255 = 90%
G 114 of 255 = 45%
B 101 of 255 = 40%

229
114
101

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

Portions of RGB colors in percentages

R + G + B = 229 + 114 + 101 = 444 (100%)
R 229 of 444 ~ 51.58%
G 114 of 444 ~ 25.68%
B 101 of 444 ~ 22.75'%

%51.58
%25.68
%22.75

CMYK color model

#E57265 color CMYK value is (0,50,56,10).

  • cyan value is 0.00%
  • magenta value is 50.22%
  • yellow value is 55.90%
  • key color value is 10.20%

CMYK: (0,50,56,10)
C0M50Y56K10 (0%, 50%, 56%, 10%)
(0.00 / 0.50 / 0.56 / 0.10)

CMYK percentages

%0
%50.22
%55.9
%10.2

Codes

Color #E57265 in popluar color models

E5 72 65
RGB 229 114 101
HSL 71.11% 64.71%
HSB/HSV 55.90% 89.80%
CMYK 0.00% 50.22% 55.90%
10.20%

Color #E57265 in popluar number systems.

HEX E5 72 65
Decimal 229 114 101
Binary 11100101 1110010 1100101
Octal 345 162 145

Shades and tints

Shades of #E57265

#E57265
(229,114,101)
#D1685C
(209,104,92)
#BD5E53
(189,94,83)
#A9544A
(169,84,74)
#954A41
(149,74,65)
#814038
(129,64,56)
#6D362F
(109,54,47)
#592C26
(89,44,38)
#45221D
(69,34,29)
#311814
(49,24,20)
#1D0E0B
(29,14,11)
#000000
(0,0,0)

Tints of #E57265

#E57265
(229,114,101)
#E77E73
(231,126,115)
#E98A81
(233,138,129)
#EB968F
(235,150,143)
#EDA29D
(237,162,157)
#EFAEAB
(239,174,171)
#F1BAB9
(241,186,185)
#F3C6C7
(243,198,199)
#F5D2D5
(245,210,213)
#F7DEE3
(247,222,227)
#F9EAF1
(249,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57265 color. Also use rgb(229,114,101) instead hex code.

Text Font Color

.myTextColor { color: #E57265; }

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

This text font color is #E57265.

Background Color

.myBgColor { background-color: #E57265; }

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

This div background color is #E57265.

Border color

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

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

This div border color is #E57265.

Opacity

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

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

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

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

This text has shadow with #E57265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E57265.

Preview

Color preview on black background

This text has color #E57265 on black background.


Color preview on white background

This text has color #E57265 on white background.


Black color preview on #E57265 background

This text has black color on #E57265 background.


White color preview on #E57265 background

This text has white color on #E57265 background.


Related colors

Complementary color

Complementary color for #hex is #1A8D9A.


I love getcolorcode.com

Triadic colors

1 #65E572 and #7265E5 with #E57265 are triadic colors.

2 #6572E5 and #72E565 with #E57265 are triadic colors.