COLOR #E1978E

HEX: #E1978E
RGB: (225,151,142)

Color info

#E1978E contains mainly red color. Web safe color of #E1978E is #CC9999 (or #C99).

RGB color model

#E1978E color RGB value is (225,151,142).

  • red value is 225;
  • green value is 151;
  • blue value is 142.
RGB:
(225,151,142)
(88%,59%,56%)

RGB channels and saturation

R 225 of 255 = 88%
G 151 of 255 = 59%
B 142 of 255 = 56%

225
151
142

R + G + B ~ 68%. #E1978E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 151 + 142 = 518 (100%)
R 225 of 518 ~ 43.44%
G 151 of 518 ~ 29.15%
B 142 of 518 ~ 27.41%

%43.44
%29.15
%27.41

CMYK color model

#E1978E color CMYK value is (0,33,37,12).

  • cyan value is 0.00%
  • magenta value is 32.89%
  • yellow value is 36.89%
  • key color value is 11.76%
CMYK:
(0,33,37,12)
C0M33Y37K12 
(0%,33%,37%,12%)
(0.00/0.33/0.37/0.12)	

CMYK percentages

%0
%32.89
%36.89
%11.76

Codes

Color #E1978E in popluar color models

E1978E
RGB225151142
HSL58.04%71.96%
HSB/HSV36.89%88.24%
CMYK0.00%32.89%36.89%
11.76%

Color #E1978E in popluar number systems.

HEXE1978E
Decimal225151142
Binary111000011001011110001110
Octal341227216

Shades and tints

Shades of #E1978E

#E1978E
(225,151,142)
#CD8A82
(205,138,130)
#B97D76
(185,125,118)
#A5706A
(165,112,106)
#91635E
(145,99,94)
#7D5652
(125,86,82)
#694946
(105,73,70)
#553C3A
(85,60,58)
#412F2E
(65,47,46)
#2D2222
(45,34,34)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #E1978E

#E1978E
(225,151,142)
#E3A098
(227,160,152)
#E5A9A2
(229,169,162)
#E7B2AC
(231,178,172)
#E9BBB6
(233,187,182)
#EBC4C0
(235,196,192)
#EDCDCA
(237,205,202)
#EFD6D4
(239,214,212)
#F1DFDE
(241,223,222)
#F3E8E8
(243,232,232)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1978E color. Also use rgb(225,151,142) instead hex code.

Text Font Color

.myTextColor { color: #E1978E; }

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

This text font color is #E1978E.


Background Color

.myBgColor { background-color: #E1978E; }

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

This div background color is #E1978E.


Border color

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

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

This div border color is #E1978E.


Opacity

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

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

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

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

This text has shadow with #E1978E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1978E on black background.


Color preview on white background

This text has color #E1978E on white background.



Black color preview on #E1978E background

This text has black color on #E1978E background.


White color preview on #E1978E background

This text has white color on #E1978E background.