COLOR #E37990

HEX: #E37990
RGB: (227,121,144)

Color info

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

RGB color model

#E37990 color RGB value is (227,121,144).

  • red value is 227;
  • green value is 121;
  • blue value is 144.
RGB:
(227,121,144)
(89%,47%,56%)

RGB channels and saturation

R 227 of 255 = 89%
G 121 of 255 = 47%
B 144 of 255 = 56%

227
121
144

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

Portions of RGB colors in percentages

R + G + B =
227 + 121 + 144 = 492 (100%)
R 227 of 492 ~ 46.14%
G 121 of 492 ~ 24.59%
B 144 of 492 ~ 29.27%

%46.14
%24.59
%29.27

CMYK color model

#E37990 color CMYK value is (0,47,37,11).

  • cyan value is 0.00%
  • magenta value is 46.70%
  • yellow value is 36.56%
  • key color value is 10.98%
CMYK:
(0,47,37,11)
C0M47Y37K11 
(0%,47%,37%,11%)
(0.00/0.47/0.37/0.11)	

CMYK percentages

%0
%46.7
%36.56
%10.98

Codes

Color #E37990 in popluar color models

E37990
RGB227121144
HSL347°65.43%68.24%
HSB/HSV347°46.70%89.02%
CMYK0.00%46.70%36.56%
10.98%

Color #E37990 in popluar number systems.

HEXE37990
Decimal227121144
Binary11100011111100110010000
Octal343171220

Shades and tints

Shades of #E37990

#E37990
(227,121,144)
#CF6E83
(207,110,131)
#BB6376
(187,99,118)
#A75869
(167,88,105)
#934D5C
(147,77,92)
#7F424F
(127,66,79)
#6B3742
(107,55,66)
#572C35
(87,44,53)
#432128
(67,33,40)
#2F161B
(47,22,27)
#1B0B0E
(27,11,14)
#000000
(0,0,0)

Tints of #E37990

#E37990
(227,121,144)
#E5859A
(229,133,154)
#E791A4
(231,145,164)
#E99DAE
(233,157,174)
#EBA9B8
(235,169,184)
#EDB5C2
(237,181,194)
#EFC1CC
(239,193,204)
#F1CDD6
(241,205,214)
#F3D9E0
(243,217,224)
#F5E5EA
(245,229,234)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E37990 color. Also use rgb(227,121,144) instead hex code.

Text Font Color

.myTextColor { color: #E37990; }

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

This text font color is #E37990.


Background Color

.myBgColor { background-color: #E37990; }

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

This div background color is #E37990.


Border color

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

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

This div border color is #E37990.


Opacity

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

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

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

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

This text has shadow with #E37990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E37990 on black background.


Color preview on white background

This text has color #E37990 on white background.



Black color preview on #E37990 background

This text has black color on #E37990 background.


White color preview on #E37990 background

This text has white color on #E37990 background.