COLOR #E88480

HEX: #E88480 RGB: (232,132,128)

Color info

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

RGB color model

#E88480 color RGB value is (232,132,128).

RGB: (232,132,128) (91%, 52%, 50%)

RGB channels and saturation

R 232 of 255 = 91%
G 132 of 255 = 52%
B 128 of 255 = 50%

232
132
128

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

Portions of RGB colors in percentages

R + G + B = 232 + 132 + 128 = 492 (100%)
R 232 of 492 ~ 47.15%
G 132 of 492 ~ 26.83%
B 128 of 492 ~ 26.02'%

%47.15
%26.83
%26.02

CMYK color model

#E88480 color CMYK value is (0,43,45,9).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 44.83%
  • key color value is 9.02%

CMYK: (0,43,45,9)
C0M43Y45K9 (0%, 43%, 45%, 9%)
(0.00 / 0.43 / 0.45 / 0.09)

CMYK percentages

%0
%43.1
%44.83
%9.02

Codes

Color #E88480 in popluar color models

E8 84 80
RGB 232 132 128
HSL 69.33% 70.59%
HSB/HSV 44.83% 90.98%
CMYK 0.00% 43.10% 44.83%
9.02%

Color #E88480 in popluar number systems.

HEX E8 84 80
Decimal 232 132 128
Binary 11101000 10000100 10000000
Octal 350 204 200

Shades and tints

Shades of #E88480

#E88480
(232,132,128)
#D37875
(211,120,117)
#BE6C6A
(190,108,106)
#A9605F
(169,96,95)
#945454
(148,84,84)
#7F4849
(127,72,73)
#6A3C3E
(106,60,62)
#553033
(85,48,51)
#402428
(64,36,40)
#2B181D
(43,24,29)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #E88480

#E88480
(232,132,128)
#EA8F8B
(234,143,139)
#EC9A96
(236,154,150)
#EEA5A1
(238,165,161)
#F0B0AC
(240,176,172)
#F2BBB7
(242,187,183)
#F4C6C2
(244,198,194)
#F6D1CD
(246,209,205)
#F8DCD8
(248,220,216)
#FAE7E3
(250,231,227)
#FCF2EE
(252,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88480 color. Also use rgb(232,132,128) instead hex code.

Text Font Color

.myTextColor { color: #E88480; }

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

This text font color is #E88480.

Background Color

.myBgColor { background-color: #E88480; }

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

This div background color is #E88480.

Border color

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

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

This div border color is #E88480.

Opacity

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

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

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

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

This text has shadow with #E88480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E88480.

Preview

Color preview on black background

This text has color #E88480 on black background.


Color preview on white background

This text has color #E88480 on white background.


Black color preview on #E88480 background

This text has black color on #E88480 background.


White color preview on #E88480 background

This text has white color on #E88480 background.


Related colors

Complementary color

Complementary color for #hex is #177B7F.


I love getcolorcode.com

Triadic colors

1 #80E884 and #8480E8 with #E88480 are triadic colors.

2 #8084E8 and #84E880 with #E88480 are triadic colors.