COLOR #E76569

HEX: #E76569
RGB: (231,101,105)

Color info

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

RGB color model

#E76569 color RGB value is (231,101,105).

  • red value is 231;
  • green value is 101;
  • blue value is 105.
RGB:
(231,101,105)
(91%,40%,41%)

RGB channels and saturation

R 231 of 255 = 91%
G 101 of 255 = 40%
B 105 of 255 = 41%

231
101
105

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

Portions of RGB colors in percentages

R + G + B =
231 + 101 + 105 = 437 (100%)
R 231 of 437 ~ 52.86%
G 101 of 437 ~ 23.11%
B 105 of 437 ~ 24.03%

%52.86
%23.11
%24.03

CMYK color model

#E76569 color CMYK value is (0,56,55,9).

  • cyan value is 0.00%
  • magenta value is 56.28%
  • yellow value is 54.55%
  • key color value is 9.41%
CMYK:
(0,56,55,9)
C0M56Y55K9 
(0%,56%,55%,9%)
(0.00/0.56/0.55/0.09)	

CMYK percentages

%0
%56.28
%54.55
%9.41

Codes

Color #E76569 in popluar color models

E76569
RGB231101105
HSL358°73.03%65.10%
HSB/HSV358°56.28%90.59%
CMYK0.00%56.28%54.55%
9.41%

Color #E76569 in popluar number systems.

HEXE76569
Decimal231101105
Binary1110011111001011101001
Octal347145151

Shades and tints

Shades of #E76569

#E76569
(231,101,105)
#D25C60
(210,92,96)
#BD5357
(189,83,87)
#A84A4E
(168,74,78)
#934145
(147,65,69)
#7E383C
(126,56,60)
#692F33
(105,47,51)
#54262A
(84,38,42)
#3F1D21
(63,29,33)
#2A1418
(42,20,24)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #E76569

#E76569
(231,101,105)
#E97376
(233,115,118)
#EB8183
(235,129,131)
#ED8F90
(237,143,144)
#EF9D9D
(239,157,157)
#F1ABAA
(241,171,170)
#F3B9B7
(243,185,183)
#F5C7C4
(245,199,196)
#F7D5D1
(247,213,209)
#F9E3DE
(249,227,222)
#FBF1EB
(251,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76569 color. Also use rgb(231,101,105) instead hex code.

Text Font Color

.myTextColor { color: #E76569; }

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

This text font color is #E76569.


Background Color

.myBgColor { background-color: #E76569; }

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

This div background color is #E76569.


Border color

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

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

This div border color is #E76569.


Opacity

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

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

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

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

This text has shadow with #E76569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76569 on black background.


Color preview on white background

This text has color #E76569 on white background.



Black color preview on #E76569 background

This text has black color on #E76569 background.


White color preview on #E76569 background

This text has white color on #E76569 background.