COLOR #E7504B

HEX: #E7504B RGB: (231,80,75)

Color info

#E7504B contains mainly red color. Web safe color of #E7504B is #FF6633 (or #F63).

RGB color model

#E7504B color RGB value is (231,80,75).

RGB: (231,80,75) (91%, 31%, 29%)

RGB channels and saturation

R 231 of 255 = 91%
G 80 of 255 = 31%
B 75 of 255 = 29%

231
80
75

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

Portions of RGB colors in percentages

R + G + B = 231 + 80 + 75 = 386 (100%)
R 231 of 386 ~ 59.84%
G 80 of 386 ~ 20.73%
B 75 of 386 ~ 19.43'%

%59.84
%20.73
%19.43

CMYK color model

#E7504B color CMYK value is (0,65,68,9).

  • cyan value is 0.00%
  • magenta value is 65.37%
  • yellow value is 67.53%
  • key color value is 9.41%
CMYK: (0,65,68,9) C0M65Y68K9 (0%,65%,68%,9%) (0.00/0.65/0.68/0.09) 

CMYK percentages

%0
%65.37
%67.53
%9.41

Codes

Color #E7504B in popluar color models

E7 50 4B
RGB 231 80 75
HSL 76.47% 60.00%
HSB/HSV 67.53% 90.59%
CMYK 0.00% 65.37% 67.53%
9.41%

Color #E7504B in popluar number systems.

HEX E7 50 4B
Decimal 231 80 75
Binary 11100111 1010000 1001011
Octal 347 120 113

Shades and tints

Shades of #E7504B

#E7504B
(231,80,75)
#D24945
(210,73,69)
#BD423F
(189,66,63)
#A83B39
(168,59,57)
#933433
(147,52,51)
#7E2D2D
(126,45,45)
#692627
(105,38,39)
#541F21
(84,31,33)
#3F181B
(63,24,27)
#2A1115
(42,17,21)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #E7504B

#E7504B
(231,80,75)
#E95F5B
(233,95,91)
#EB6E6B
(235,110,107)
#ED7D7B
(237,125,123)
#EF8C8B
(239,140,139)
#F19B9B
(241,155,155)
#F3AAAB
(243,170,171)
#F5B9BB
(245,185,187)
#F7C8CB
(247,200,203)
#F9D7DB
(249,215,219)
#FBE6EB
(251,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7504B color. Also use rgb(231,80,75) instead hex code.

Text Font Color

.myTextColor { color: #E7504B; }

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

This text font color is #E7504B.

Background Color

.myBgColor { background-color: #E7504B; }

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

This div background color is #E7504B.

Border color

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

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

This div border color is #E7504B.

Opacity

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

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

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

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

This text has shadow with #E7504B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7504B.

Preview

Color preview on black background

This text has color #E7504B on black background.


Color preview on white background

This text has color #E7504B on white background.


Black color preview on #E7504B background

This text has black color on #E7504B background.


White color preview on #E7504B background

This text has white color on #E7504B background.


Related colors

Complementary color

Complementary color for #hex is #18AFB4.


I love getcolorcode.com

Triadic colors

1 #4BE750 and #504BE7 with #E7504B are triadic colors.

2 #4B50E7 and #50E74B with #E7504B are triadic colors.