COLOR #E75D54

HEX: #E75D54 RGB: (231,93,84)

Color info

#E75D54 contains mainly red color. Web safe color of #E75D54 is #FF6666 (or #F66).

RGB color model

#E75D54 color RGB value is (231,93,84).

RGB: (231,93,84) (91%, 36%, 33%)

RGB channels and saturation

R 231 of 255 = 91%
G 93 of 255 = 36%
B 84 of 255 = 33%

231
93
84

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

Portions of RGB colors in percentages

R + G + B = 231 + 93 + 84 = 408 (100%)
R 231 of 408 ~ 56.62%
G 93 of 408 ~ 22.79%
B 84 of 408 ~ 20.59'%

%56.62
%22.79
%20.59

CMYK color model

#E75D54 color CMYK value is (0,60,64,9).

  • cyan value is 0.00%
  • magenta value is 59.74%
  • yellow value is 63.64%
  • key color value is 9.41%

CMYK: (0,60,64,9)
C0M60Y64K9 (0%, 60%, 64%, 9%)
(0.00 / 0.60 / 0.64 / 0.09)

CMYK percentages

%0
%59.74
%63.64
%9.41

Codes

Color #E75D54 in popluar color models

E7 5D 54
RGB 231 93 84
HSL 75.38% 61.76%
HSB/HSV 63.64% 90.59%
CMYK 0.00% 59.74% 63.64%
9.41%

Color #E75D54 in popluar number systems.

HEX E7 5D 54
Decimal 231 93 84
Binary 11100111 1011101 1010100
Octal 347 135 124

Shades and tints

Shades of #E75D54

#E75D54
(231,93,84)
#D2554D
(210,85,77)
#BD4D46
(189,77,70)
#A8453F
(168,69,63)
#933D38
(147,61,56)
#7E3531
(126,53,49)
#692D2A
(105,45,42)
#542523
(84,37,35)
#3F1D1C
(63,29,28)
#2A1515
(42,21,21)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #E75D54

#E75D54
(231,93,84)
#E96B63
(233,107,99)
#EB7972
(235,121,114)
#ED8781
(237,135,129)
#EF9590
(239,149,144)
#F1A39F
(241,163,159)
#F3B1AE
(243,177,174)
#F5BFBD
(245,191,189)
#F7CDCC
(247,205,204)
#F9DBDB
(249,219,219)
#FBE9EA
(251,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75D54 color. Also use rgb(231,93,84) instead hex code.

Text Font Color

.myTextColor { color: #E75D54; }

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

This text font color is #E75D54.

Background Color

.myBgColor { background-color: #E75D54; }

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

This div background color is #E75D54.

Border color

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

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

This div border color is #E75D54.

Opacity

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

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

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

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

This text has shadow with #E75D54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E75D54.

Preview

Color preview on black background

This text has color #E75D54 on black background.


Color preview on white background

This text has color #E75D54 on white background.


Black color preview on #E75D54 background

This text has black color on #E75D54 background.


White color preview on #E75D54 background

This text has white color on #E75D54 background.


Related colors

Complementary color

Complementary color for #hex is #18A2AB.


I love getcolorcode.com

Triadic colors

1 #54E75D and #5D54E7 with #E75D54 are triadic colors.

2 #545DE7 and #5DE754 with #E75D54 are triadic colors.