COLOR #E37082

HEX: #E37082
RGB: (227,112,130)

Color info

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

RGB color model

#E37082 color RGB value is (227,112,130).

  • red value is 227;
  • green value is 112;
  • blue value is 130.
RGB:
(227,112,130)
(89%,44%,51%)

RGB channels and saturation

R 227 of 255 = 89%
G 112 of 255 = 44%
B 130 of 255 = 51%

227
112
130

R + G + B ~ 61%. #E37082 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 112 + 130 = 469 (100%)
R 227 of 469 ~ 48.4%
G 112 of 469 ~ 23.88%
B 130 of 469 ~ 27.72%

%48.4
%23.88
%27.72

CMYK color model

#E37082 color CMYK value is (0,51,43,11).

  • cyan value is 0.00%
  • magenta value is 50.66%
  • yellow value is 42.73%
  • key color value is 10.98%
CMYK:
(0,51,43,11)
C0M51Y43K11 
(0%,51%,43%,11%)
(0.00/0.51/0.43/0.11)	

CMYK percentages

%0
%50.66
%42.73
%10.98

Codes

Color #E37082 in popluar color models

E37082
RGB227112130
HSL351°67.25%66.47%
HSB/HSV351°50.66%89.02%
CMYK0.00%50.66%42.73%
10.98%

Color #E37082 in popluar number systems.

HEXE37082
Decimal227112130
Binary11100011111000010000010
Octal343160202

Shades and tints

Shades of #E37082

#E37082
(227,112,130)
#CF6677
(207,102,119)
#BB5C6C
(187,92,108)
#A75261
(167,82,97)
#934856
(147,72,86)
#7F3E4B
(127,62,75)
#6B3440
(107,52,64)
#572A35
(87,42,53)
#43202A
(67,32,42)
#2F161F
(47,22,31)
#1B0C14
(27,12,20)
#000000
(0,0,0)

Tints of #E37082

#E37082
(227,112,130)
#E57D8D
(229,125,141)
#E78A98
(231,138,152)
#E997A3
(233,151,163)
#EBA4AE
(235,164,174)
#EDB1B9
(237,177,185)
#EFBEC4
(239,190,196)
#F1CBCF
(241,203,207)
#F3D8DA
(243,216,218)
#F5E5E5
(245,229,229)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E37082 color. Also use rgb(227,112,130) instead hex code.

Text Font Color

.myTextColor { color: #E37082; }

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

This text font color is #E37082.


Background Color

.myBgColor { background-color: #E37082; }

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

This div background color is #E37082.


Border color

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

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

This div border color is #E37082.


Opacity

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

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

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

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

This text has shadow with #E37082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E37082 on black background.


Color preview on white background

This text has color #E37082 on white background.



Black color preview on #E37082 background

This text has black color on #E37082 background.


White color preview on #E37082 background

This text has white color on #E37082 background.