COLOR #E4778E

HEX: #E4778E
RGB: (228,119,142)

Color info

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

RGB color model

#E4778E color RGB value is (228,119,142).

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

RGB channels and saturation

R 228 of 255 = 89%
G 119 of 255 = 47%
B 142 of 255 = 56%

228
119
142

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

Portions of RGB colors in percentages

R + G + B =
228 + 119 + 142 = 489 (100%)
R 228 of 489 ~ 46.63%
G 119 of 489 ~ 24.34%
B 142 of 489 ~ 29.04%

%46.63
%24.34
%29.04

CMYK color model

#E4778E color CMYK value is (0,48,38,11).

  • cyan value is 0.00%
  • magenta value is 47.81%
  • yellow value is 37.72%
  • key color value is 10.59%
CMYK:
(0,48,38,11)
C0M48Y38K11 
(0%,48%,38%,11%)
(0.00/0.48/0.38/0.11)	

CMYK percentages

%0
%47.81
%37.72
%10.59

Codes

Color #E4778E in popluar color models

E4778E
RGB228119142
HSL347°66.87%68.04%
HSB/HSV347°47.81%89.41%
CMYK0.00%47.81%37.72%
10.59%

Color #E4778E in popluar number systems.

HEXE4778E
Decimal228119142
Binary11100100111011110001110
Octal344167216

Shades and tints

Shades of #E4778E

#E4778E
(228,119,142)
#D06D82
(208,109,130)
#BC6376
(188,99,118)
#A8596A
(168,89,106)
#944F5E
(148,79,94)
#804552
(128,69,82)
#6C3B46
(108,59,70)
#58313A
(88,49,58)
#44272E
(68,39,46)
#301D22
(48,29,34)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #E4778E

#E4778E
(228,119,142)
#E68398
(230,131,152)
#E88FA2
(232,143,162)
#EA9BAC
(234,155,172)
#ECA7B6
(236,167,182)
#EEB3C0
(238,179,192)
#F0BFCA
(240,191,202)
#F2CBD4
(242,203,212)
#F4D7DE
(244,215,222)
#F6E3E8
(246,227,232)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4778E; }

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

This text font color is #E4778E.


Background Color

.myBgColor { background-color: #E4778E; }

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

This div background color is #E4778E.


Border color

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

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

This div border color is #E4778E.


Opacity

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

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

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

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

This text has shadow with #E4778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4778E on black background.


Color preview on white background

This text has color #E4778E on white background.



Black color preview on #E4778E background

This text has black color on #E4778E background.


White color preview on #E4778E background

This text has white color on #E4778E background.