COLOR #E37F8E

HEX: #E37F8E RGB: (227,127,142)

Color info

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

RGB color model

#E37F8E color RGB value is (227,127,142).

RGB: (227,127,142) (89%, 50%, 56%)

RGB channels and saturation

R 227 of 255 = 89%
G 127 of 255 = 50%
B 142 of 255 = 56%

227
127
142

R + G + B ~ 65%. #E37F8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 127 + 142 = 496 (100%)
R 227 of 496 ~ 45.77%
G 127 of 496 ~ 25.6%
B 142 of 496 ~ 28.63'%

%45.77
%25.6
%28.63

CMYK color model

#E37F8E color CMYK value is (0,44,37,11).

  • cyan value is 0.00%
  • magenta value is 44.05%
  • yellow value is 37.44%
  • key color value is 10.98%

CMYK: (0,44,37,11)
C0M44Y37K11 (0%, 44%, 37%, 11%)
(0.00 / 0.44 / 0.37 / 0.11)

CMYK percentages

%0
%44.05
%37.44
%10.98

Codes

Color #E37F8E in popluar color models

E3 7F 8E
RGB 227 127 142
HSL 351° 64.10% 69.41%
HSB/HSV 351° 44.05% 89.02%
CMYK 0.00% 44.05% 37.44%
10.98%

Color #E37F8E in popluar number systems.

HEX E3 7F 8E
Decimal 227 127 142
Binary 11100011 1111111 10001110
Octal 343 177 216

Shades and tints

Shades of #E37F8E

#E37F8E
(227,127,142)
#CF7482
(207,116,130)
#BB6976
(187,105,118)
#A75E6A
(167,94,106)
#93535E
(147,83,94)
#7F4852
(127,72,82)
#6B3D46
(107,61,70)
#57323A
(87,50,58)
#43272E
(67,39,46)
#2F1C22
(47,28,34)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #E37F8E

#E37F8E
(227,127,142)
#E58A98
(229,138,152)
#E795A2
(231,149,162)
#E9A0AC
(233,160,172)
#EBABB6
(235,171,182)
#EDB6C0
(237,182,192)
#EFC1CA
(239,193,202)
#F1CCD4
(241,204,212)
#F3D7DE
(243,215,222)
#F5E2E8
(245,226,232)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E37F8E color. Also use rgb(227,127,142) instead hex code.

Text Font Color

.myTextColor { color: #E37F8E; }

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

This text font color is #E37F8E.

Background Color

.myBgColor { background-color: #E37F8E; }

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

This div background color is #E37F8E.

Border color

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

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

This div border color is #E37F8E.

Opacity

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

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

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

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

This text has shadow with #E37F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E37F8E.

Preview

Color preview on black background

This text has color #E37F8E on black background.


Color preview on white background

This text has color #E37F8E on white background.


Black color preview on #E37F8E background

This text has black color on #E37F8E background.


White color preview on #E37F8E background

This text has white color on #E37F8E background.


Related colors

Complementary color

Complementary color for #hex is #1C8071.


I love getcolorcode.com

Triadic colors

1 #8EE37F and #7F8EE3 with #E37F8E are triadic colors.

2 #8E7FE3 and #7FE38E with #E37F8E are triadic colors.