COLOR #E37B7E

HEX: #E37B7E RGB: (227,123,126)

Color info

#E37B7E contains mainly red color. Web safe color of #E37B7E is #CC6666 (or #C66).

RGB color model

#E37B7E color RGB value is (227,123,126).

RGB: (227,123,126) (89%, 48%, 49%)

RGB channels and saturation

R 227 of 255 = 89%
G 123 of 255 = 48%
B 126 of 255 = 49%

227
123
126

R + G + B ~ 62%. #E37B7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 123 + 126 = 476 (100%)
R 227 of 476 ~ 47.69%
G 123 of 476 ~ 25.84%
B 126 of 476 ~ 26.47'%

%47.69
%25.84
%26.47

CMYK color model

#E37B7E color CMYK value is (0,46,44,11).

  • cyan value is 0.00%
  • magenta value is 45.81%
  • yellow value is 44.49%
  • key color value is 10.98%
CMYK: (0,46,44,11) C0M46Y44K11 (0%,46%,44%,11%) (0.00/0.46/0.44/0.11) 

CMYK percentages

%0
%45.81
%44.49
%10.98

Codes

Color #E37B7E in popluar color models

E3 7B 7E
RGB 227 123 126
HSL 358° 65.00% 68.63%
HSB/HSV 358° 45.81% 89.02%
CMYK 0.00% 45.81% 44.49%
10.98%

Color #E37B7E in popluar number systems.

HEX E3 7B 7E
Decimal 227 123 126
Binary 11100011 1111011 1111110
Octal 343 173 176

Shades and tints

Shades of #E37B7E

#E37B7E
(227,123,126)
#CF7073
(207,112,115)
#BB6568
(187,101,104)
#A75A5D
(167,90,93)
#934F52
(147,79,82)
#7F4447
(127,68,71)
#6B393C
(107,57,60)
#572E31
(87,46,49)
#432326
(67,35,38)
#2F181B
(47,24,27)
#1B0D10
(27,13,16)
#000000
(0,0,0)

Tints of #E37B7E

#E37B7E
(227,123,126)
#E58789
(229,135,137)
#E79394
(231,147,148)
#E99F9F
(233,159,159)
#EBABAA
(235,171,170)
#EDB7B5
(237,183,181)
#EFC3C0
(239,195,192)
#F1CFCB
(241,207,203)
#F3DBD6
(243,219,214)
#F5E7E1
(245,231,225)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E37B7E color. Also use rgb(227,123,126) instead hex code.

Text Font Color

.myTextColor { color: #E37B7E; }

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

This text font color is #E37B7E.

Background Color

.myBgColor { background-color: #E37B7E; }

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

This div background color is #E37B7E.

Border color

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

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

This div border color is #E37B7E.

Opacity

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

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

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

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

This text has shadow with #E37B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E37B7E.

Preview

Color preview on black background

This text has color #E37B7E on black background.


Color preview on white background

This text has color #E37B7E on white background.


Black color preview on #E37B7E background

This text has black color on #E37B7E background.


White color preview on #E37B7E background

This text has white color on #E37B7E background.


Related colors

Complementary color

Complementary color for #hex is #1C8481.


I love getcolorcode.com

Triadic colors

1 #7EE37B and #7B7EE3 with #E37B7E are triadic colors.

2 #7E7BE3 and #7BE37E with #E37B7E are triadic colors.