COLOR #E476C6

HEX: #E476C6
RGB: (228,118,198)

Color info

#E476C6 contains mainly red and blue colors. Web safe color of #E476C6 is #CC66CC (or #C6C).

RGB color model

#E476C6 color RGB value is (228,118,198).

  • red value is 228;
  • green value is 118;
  • blue value is 198.
RGB:
(228,118,198)
(89%,46%,78%)

RGB channels and saturation

R 228 of 255 = 89%
G 118 of 255 = 46%
B 198 of 255 = 78%

228
118
198

R + G + B ~ 71%. #E476C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 118 + 198 = 544 (100%)
R 228 of 544 ~ 41.91%
G 118 of 544 ~ 21.69%
B 198 of 544 ~ 36.4%

%41.91
%21.69
%36.4

CMYK color model

#E476C6 color CMYK value is (0,48,13,11).

  • cyan value is 0.00%
  • magenta value is 48.25%
  • yellow value is 13.16%
  • key color value is 10.59%
CMYK:
(0,48,13,11)
C0M48Y13K11 
(0%,48%,13%,11%)
(0.00/0.48/0.13/0.11)	

CMYK percentages

%0
%48.25
%13.16
%10.59

Codes

Color #E476C6 in popluar color models

E476C6
RGB228118198
HSL316°67.07%67.84%
HSB/HSV316°48.25%89.41%
CMYK0.00%48.25%13.16%
10.59%

Color #E476C6 in popluar number systems.

HEXE476C6
Decimal228118198
Binary11100100111011011000110
Octal344166306

Shades and tints

Shades of #E476C6

#E476C6
(228,118,198)
#D06CB4
(208,108,180)
#BC62A2
(188,98,162)
#A85890
(168,88,144)
#944E7E
(148,78,126)
#80446C
(128,68,108)
#6C3A5A
(108,58,90)
#583048
(88,48,72)
#442636
(68,38,54)
#301C24
(48,28,36)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #E476C6

#E476C6
(228,118,198)
#E682CB
(230,130,203)
#E88ED0
(232,142,208)
#EA9AD5
(234,154,213)
#ECA6DA
(236,166,218)
#EEB2DF
(238,178,223)
#F0BEE4
(240,190,228)
#F2CAE9
(242,202,233)
#F4D6EE
(244,214,238)
#F6E2F3
(246,226,243)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E476C6 color. Also use rgb(228,118,198) instead hex code.

Text Font Color

.myTextColor { color: #E476C6; }

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

This text font color is #E476C6.


Background Color

.myBgColor { background-color: #E476C6; }

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

This div background color is #E476C6.


Border color

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

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

This div border color is #E476C6.


Opacity

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

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

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

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

This text has shadow with #E476C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E476C6 on black background.


Color preview on white background

This text has color #E476C6 on white background.



Black color preview on #E476C6 background

This text has black color on #E476C6 background.


White color preview on #E476C6 background

This text has white color on #E476C6 background.