COLOR #E27D82

HEX: #E27D82
RGB: (226,125,130)

Color info

#E27D82 contains mainly red color. Web safe color of #E27D82 is #CC6699 (or #C69).

RGB color model

#E27D82 color RGB value is (226,125,130).

  • red value is 226;
  • green value is 125;
  • blue value is 130.
RGB:
(226,125,130)
(89%,49%,51%)

RGB channels and saturation

R 226 of 255 = 89%
G 125 of 255 = 49%
B 130 of 255 = 51%

226
125
130

R + G + B ~ 63%. #E27D82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 125 + 130 = 481 (100%)
R 226 of 481 ~ 46.99%
G 125 of 481 ~ 25.99%
B 130 of 481 ~ 27.03%

%46.99
%25.99
%27.03

CMYK color model

#E27D82 color CMYK value is (0,45,42,11).

  • cyan value is 0.00%
  • magenta value is 44.69%
  • yellow value is 42.48%
  • key color value is 11.37%
CMYK:
(0,45,42,11)
C0M45Y42K11 
(0%,45%,42%,11%)
(0.00/0.45/0.42/0.11)	

CMYK percentages

%0
%44.69
%42.48
%11.37

Codes

Color #E27D82 in popluar color models

E27D82
RGB226125130
HSL357°63.52%68.82%
HSB/HSV357°44.69%88.63%
CMYK0.00%44.69%42.48%
11.37%

Color #E27D82 in popluar number systems.

HEXE27D82
Decimal226125130
Binary11100010111110110000010
Octal342175202

Shades and tints

Shades of #E27D82

#E27D82
(226,125,130)
#CE7277
(206,114,119)
#BA676C
(186,103,108)
#A65C61
(166,92,97)
#925156
(146,81,86)
#7E464B
(126,70,75)
#6A3B40
(106,59,64)
#563035
(86,48,53)
#42252A
(66,37,42)
#2E1A1F
(46,26,31)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #E27D82

#E27D82
(226,125,130)
#E4888D
(228,136,141)
#E69398
(230,147,152)
#E89EA3
(232,158,163)
#EAA9AE
(234,169,174)
#ECB4B9
(236,180,185)
#EEBFC4
(238,191,196)
#F0CACF
(240,202,207)
#F2D5DA
(242,213,218)
#F4E0E5
(244,224,229)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E27D82 color. Also use rgb(226,125,130) instead hex code.

Text Font Color

.myTextColor { color: #E27D82; }

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

This text font color is #E27D82.


Background Color

.myBgColor { background-color: #E27D82; }

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

This div background color is #E27D82.


Border color

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

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

This div border color is #E27D82.


Opacity

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

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

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

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

This text has shadow with #E27D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E27D82 on black background.


Color preview on white background

This text has color #E27D82 on white background.



Black color preview on #E27D82 background

This text has black color on #E27D82 background.


White color preview on #E27D82 background

This text has white color on #E27D82 background.