COLOR #E78280

HEX: #E78280 RGB: (231,130,128)

Color info

#E78280 contains mainly red color. Web safe color of #E78280 is #FF9966 (or #F96).

RGB color model

#E78280 color RGB value is (231,130,128).

RGB: (231,130,128) (91%, 51%, 50%)

RGB channels and saturation

R 231 of 255 = 91%
G 130 of 255 = 51%
B 128 of 255 = 50%

231
130
128

R + G + B ~ 64%. #E78280 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 130 + 128 = 489 (100%)
R 231 of 489 ~ 47.24%
G 130 of 489 ~ 26.58%
B 128 of 489 ~ 26.18'%

%47.24
%26.58
%26.18

CMYK color model

#E78280 color CMYK value is (0,44,45,9).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 44.59%
  • key color value is 9.41%

CMYK: (0,44,45,9)
C0M44Y45K9 (0%, 44%, 45%, 9%)
(0.00 / 0.44 / 0.45 / 0.09)

CMYK percentages

%0
%43.72
%44.59
%9.41

Codes

Color #E78280 in popluar color models

E7 82 80
RGB 231 130 128
HSL 68.21% 70.39%
HSB/HSV 44.59% 90.59%
CMYK 0.00% 43.72% 44.59%
9.41%

Color #E78280 in popluar number systems.

HEX E7 82 80
Decimal 231 130 128
Binary 11100111 10000010 10000000
Octal 347 202 200

Shades and tints

Shades of #E78280

#E78280
(231,130,128)
#D27775
(210,119,117)
#BD6C6A
(189,108,106)
#A8615F
(168,97,95)
#935654
(147,86,84)
#7E4B49
(126,75,73)
#69403E
(105,64,62)
#543533
(84,53,51)
#3F2A28
(63,42,40)
#2A1F1D
(42,31,29)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #E78280

#E78280
(231,130,128)
#E98D8B
(233,141,139)
#EB9896
(235,152,150)
#EDA3A1
(237,163,161)
#EFAEAC
(239,174,172)
#F1B9B7
(241,185,183)
#F3C4C2
(243,196,194)
#F5CFCD
(245,207,205)
#F7DAD8
(247,218,216)
#F9E5E3
(249,229,227)
#FBF0EE
(251,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E78280 color. Also use rgb(231,130,128) instead hex code.

Text Font Color

.myTextColor { color: #E78280; }

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

This text font color is #E78280.

Background Color

.myBgColor { background-color: #E78280; }

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

This div background color is #E78280.

Border color

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

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

This div border color is #E78280.

Opacity

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

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

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

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

This text has shadow with #E78280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E78280.

Preview

Color preview on black background

This text has color #E78280 on black background.


Color preview on white background

This text has color #E78280 on white background.


Black color preview on #E78280 background

This text has black color on #E78280 background.


White color preview on #E78280 background

This text has white color on #E78280 background.


Related colors

Complementary color

Complementary color for #hex is #187D7F.


I love getcolorcode.com

Triadic colors

1 #80E782 and #8280E7 with #E78280 are triadic colors.

2 #8082E7 and #82E780 with #E78280 are triadic colors.