COLOR #E48482

HEX: #E48482
RGB: (228,132,130)

Color info

#E48482 contains mainly red color. Web safe color of #E48482 is #CC9999 (or #C99).

RGB color model

#E48482 color RGB value is (228,132,130).

  • red value is 228;
  • green value is 132;
  • blue value is 130.
RGB:
(228,132,130)
(89%,52%,51%)

RGB channels and saturation

R 228 of 255 = 89%
G 132 of 255 = 52%
B 130 of 255 = 51%

228
132
130

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

Portions of RGB colors in percentages

R + G + B =
228 + 132 + 130 = 490 (100%)
R 228 of 490 ~ 46.53%
G 132 of 490 ~ 26.94%
B 130 of 490 ~ 26.53%

%46.53
%26.94
%26.53

CMYK color model

#E48482 color CMYK value is (0,42,43,11).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 42.98%
  • key color value is 10.59%
CMYK:
(0,42,43,11)
C0M42Y43K11 
(0%,42%,43%,11%)
(0.00/0.42/0.43/0.11)	

CMYK percentages

%0
%42.11
%42.98
%10.59

Codes

Color #E48482 in popluar color models

E48482
RGB228132130
HSL64.47%70.20%
HSB/HSV42.98%89.41%
CMYK0.00%42.11%42.98%
10.59%

Color #E48482 in popluar number systems.

HEXE48482
Decimal228132130
Binary111001001000010010000010
Octal344204202

Shades and tints

Shades of #E48482

#E48482
(228,132,130)
#D07877
(208,120,119)
#BC6C6C
(188,108,108)
#A86061
(168,96,97)
#945456
(148,84,86)
#80484B
(128,72,75)
#6C3C40
(108,60,64)
#583035
(88,48,53)
#44242A
(68,36,42)
#30181F
(48,24,31)
#1C0C14
(28,12,20)
#000000
(0,0,0)

Tints of #E48482

#E48482
(228,132,130)
#E68F8D
(230,143,141)
#E89A98
(232,154,152)
#EAA5A3
(234,165,163)
#ECB0AE
(236,176,174)
#EEBBB9
(238,187,185)
#F0C6C4
(240,198,196)
#F2D1CF
(242,209,207)
#F4DCDA
(244,220,218)
#F6E7E5
(246,231,229)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48482 color. Also use rgb(228,132,130) instead hex code.

Text Font Color

.myTextColor { color: #E48482; }

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

This text font color is #E48482.


Background Color

.myBgColor { background-color: #E48482; }

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

This div background color is #E48482.


Border color

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

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

This div border color is #E48482.


Opacity

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

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

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

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

This text has shadow with #E48482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48482 on black background.


Color preview on white background

This text has color #E48482 on white background.



Black color preview on #E48482 background

This text has black color on #E48482 background.


White color preview on #E48482 background

This text has white color on #E48482 background.