COLOR #E46877

HEX: #E46877
RGB: (228,104,119)

Color info

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

RGB color model

#E46877 color RGB value is (228,104,119).

  • red value is 228;
  • green value is 104;
  • blue value is 119.
RGB:
(228,104,119)
(89%,41%,47%)

RGB channels and saturation

R 228 of 255 = 89%
G 104 of 255 = 41%
B 119 of 255 = 47%

228
104
119

R + G + B ~ 59%. #E46877 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
228 + 104 + 119 = 451 (100%)
R 228 of 451 ~ 50.55%
G 104 of 451 ~ 23.06%
B 119 of 451 ~ 26.39%

%50.55
%23.06
%26.39

CMYK color model

#E46877 color CMYK value is (0,54,48,11).

  • cyan value is 0.00%
  • magenta value is 54.39%
  • yellow value is 47.81%
  • key color value is 10.59%
CMYK:
(0,54,48,11)
C0M54Y48K11 
(0%,54%,48%,11%)
(0.00/0.54/0.48/0.11)	

CMYK percentages

%0
%54.39
%47.81
%10.59

Codes

Color #E46877 in popluar color models

E46877
RGB228104119
HSL353°69.66%65.10%
HSB/HSV353°54.39%89.41%
CMYK0.00%54.39%47.81%
10.59%

Color #E46877 in popluar number systems.

HEXE46877
Decimal228104119
Binary1110010011010001110111
Octal344150167

Shades and tints

Shades of #E46877

#E46877
(228,104,119)
#D05F6D
(208,95,109)
#BC5663
(188,86,99)
#A84D59
(168,77,89)
#94444F
(148,68,79)
#803B45
(128,59,69)
#6C323B
(108,50,59)
#582931
(88,41,49)
#442027
(68,32,39)
#30171D
(48,23,29)
#1C0E13
(28,14,19)
#000000
(0,0,0)

Tints of #E46877

#E46877
(228,104,119)
#E67583
(230,117,131)
#E8828F
(232,130,143)
#EA8F9B
(234,143,155)
#EC9CA7
(236,156,167)
#EEA9B3
(238,169,179)
#F0B6BF
(240,182,191)
#F2C3CB
(242,195,203)
#F4D0D7
(244,208,215)
#F6DDE3
(246,221,227)
#F8EAEF
(248,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46877 color. Also use rgb(228,104,119) instead hex code.

Text Font Color

.myTextColor { color: #E46877; }

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

This text font color is #E46877.


Background Color

.myBgColor { background-color: #E46877; }

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

This div background color is #E46877.


Border color

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

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

This div border color is #E46877.


Opacity

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

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

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

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

This text has shadow with #E46877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46877 on black background.


Color preview on white background

This text has color #E46877 on white background.



Black color preview on #E46877 background

This text has black color on #E46877 background.


White color preview on #E46877 background

This text has white color on #E46877 background.