COLOR #E4775C

HEX: #E4775C
RGB: (228,119,92)

Color info

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

RGB color model

#E4775C color RGB value is (228,119,92).

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

RGB channels and saturation

R 228 of 255 = 89%
G 119 of 255 = 47%
B 92 of 255 = 36%

228
119
92

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

Portions of RGB colors in percentages

R + G + B =
228 + 119 + 92 = 439 (100%)
R 228 of 439 ~ 51.94%
G 119 of 439 ~ 27.11%
B 92 of 439 ~ 20.96%

%51.94
%27.11
%20.96

CMYK color model

#E4775C color CMYK value is (0,48,60,11).

  • cyan value is 0.00%
  • magenta value is 47.81%
  • yellow value is 59.65%
  • key color value is 10.59%
CMYK:
(0,48,60,11)
C0M48Y60K11 
(0%,48%,60%,11%)
(0.00/0.48/0.60/0.11)	

CMYK percentages

%0
%47.81
%59.65
%10.59

Codes

Color #E4775C in popluar color models

E4775C
RGB22811992
HSL12°71.58%62.75%
HSB/HSV12°59.65%89.41%
CMYK0.00%47.81%59.65%
10.59%

Color #E4775C in popluar number systems.

HEXE4775C
Decimal22811992
Binary1110010011101111011100
Octal344167134

Shades and tints

Shades of #E4775C

#E4775C
(228,119,92)
#D06D54
(208,109,84)
#BC634C
(188,99,76)
#A85944
(168,89,68)
#944F3C
(148,79,60)
#804534
(128,69,52)
#6C3B2C
(108,59,44)
#583124
(88,49,36)
#44271C
(68,39,28)
#301D14
(48,29,20)
#1C130C
(28,19,12)
#000000
(0,0,0)

Tints of #E4775C

#E4775C
(228,119,92)
#E6836A
(230,131,106)
#E88F78
(232,143,120)
#EA9B86
(234,155,134)
#ECA794
(236,167,148)
#EEB3A2
(238,179,162)
#F0BFB0
(240,191,176)
#F2CBBE
(242,203,190)
#F4D7CC
(244,215,204)
#F6E3DA
(246,227,218)
#F8EFE8
(248,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4775C; }

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

This text font color is #E4775C.


Background Color

.myBgColor { background-color: #E4775C; }

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

This div background color is #E4775C.


Border color

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

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

This div border color is #E4775C.


Opacity

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

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

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

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

This text has shadow with #E4775C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4775C on black background.


Color preview on white background

This text has color #E4775C on white background.



Black color preview on #E4775C background

This text has black color on #E4775C background.


White color preview on #E4775C background

This text has white color on #E4775C background.