COLOR #E4979D

HEX: #E4979D
RGB: (228,151,157)

Color info

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

RGB color model

#E4979D color RGB value is (228,151,157).

  • red value is 228;
  • green value is 151;
  • blue value is 157.
RGB:
(228,151,157)
(89%,59%,62%)

RGB channels and saturation

R 228 of 255 = 89%
G 151 of 255 = 59%
B 157 of 255 = 62%

228
151
157

R + G + B ~ 70%. #E4979D is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 151 + 157 = 536 (100%)
R 228 of 536 ~ 42.54%
G 151 of 536 ~ 28.17%
B 157 of 536 ~ 29.29%

%42.54
%28.17
%29.29

CMYK color model

#E4979D color CMYK value is (0,34,31,11).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 31.14%
  • key color value is 10.59%
CMYK:
(0,34,31,11)
C0M34Y31K11 
(0%,34%,31%,11%)
(0.00/0.34/0.31/0.11)	

CMYK percentages

%0
%33.77
%31.14
%10.59

Codes

Color #E4979D in popluar color models

E4979D
RGB228151157
HSL355°58.78%74.31%
HSB/HSV355°33.77%89.41%
CMYK0.00%33.77%31.14%
10.59%

Color #E4979D in popluar number systems.

HEXE4979D
Decimal228151157
Binary111001001001011110011101
Octal344227235

Shades and tints

Shades of #E4979D

#E4979D
(228,151,157)
#D08A8F
(208,138,143)
#BC7D81
(188,125,129)
#A87073
(168,112,115)
#946365
(148,99,101)
#805657
(128,86,87)
#6C4949
(108,73,73)
#583C3B
(88,60,59)
#442F2D
(68,47,45)
#30221F
(48,34,31)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #E4979D

#E4979D
(228,151,157)
#E6A0A5
(230,160,165)
#E8A9AD
(232,169,173)
#EAB2B5
(234,178,181)
#ECBBBD
(236,187,189)
#EEC4C5
(238,196,197)
#F0CDCD
(240,205,205)
#F2D6D5
(242,214,213)
#F4DFDD
(244,223,221)
#F6E8E5
(246,232,229)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4979D color. Also use rgb(228,151,157) instead hex code.

Text Font Color

.myTextColor { color: #E4979D; }

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

This text font color is #E4979D.


Background Color

.myBgColor { background-color: #E4979D; }

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

This div background color is #E4979D.


Border color

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

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

This div border color is #E4979D.


Opacity

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

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

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

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

This text has shadow with #E4979D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4979D on black background.


Color preview on white background

This text has color #E4979D on white background.



Black color preview on #E4979D background

This text has black color on #E4979D background.


White color preview on #E4979D background

This text has white color on #E4979D background.