COLOR #E475C0

HEX: #E475C0
RGB: (228,117,192)

Color info

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

RGB color model

#E475C0 color RGB value is (228,117,192).

  • red value is 228;
  • green value is 117;
  • blue value is 192.
RGB:
(228,117,192)
(89%,46%,75%)

RGB channels and saturation

R 228 of 255 = 89%
G 117 of 255 = 46%
B 192 of 255 = 75%

228
117
192

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

Portions of RGB colors in percentages

R + G + B =
228 + 117 + 192 = 537 (100%)
R 228 of 537 ~ 42.46%
G 117 of 537 ~ 21.79%
B 192 of 537 ~ 35.75%

%42.46
%21.79
%35.75

CMYK color model

#E475C0 color CMYK value is (0,49,16,11).

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 15.79%
  • key color value is 10.59%
CMYK:
(0,49,16,11)
C0M49Y16K11 
(0%,49%,16%,11%)
(0.00/0.49/0.16/0.11)	

CMYK percentages

%0
%48.68
%15.79
%10.59

Codes

Color #E475C0 in popluar color models

E475C0
RGB228117192
HSL319°67.27%67.65%
HSB/HSV319°48.68%89.41%
CMYK0.00%48.68%15.79%
10.59%

Color #E475C0 in popluar number systems.

HEXE475C0
Decimal228117192
Binary11100100111010111000000
Octal344165300

Shades and tints

Shades of #E475C0

#E475C0
(228,117,192)
#D06BAF
(208,107,175)
#BC619E
(188,97,158)
#A8578D
(168,87,141)
#944D7C
(148,77,124)
#80436B
(128,67,107)
#6C395A
(108,57,90)
#582F49
(88,47,73)
#442538
(68,37,56)
#301B27
(48,27,39)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #E475C0

#E475C0
(228,117,192)
#E681C5
(230,129,197)
#E88DCA
(232,141,202)
#EA99CF
(234,153,207)
#ECA5D4
(236,165,212)
#EEB1D9
(238,177,217)
#F0BDDE
(240,189,222)
#F2C9E3
(242,201,227)
#F4D5E8
(244,213,232)
#F6E1ED
(246,225,237)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E475C0 color. Also use rgb(228,117,192) instead hex code.

Text Font Color

.myTextColor { color: #E475C0; }

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

This text font color is #E475C0.


Background Color

.myBgColor { background-color: #E475C0; }

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

This div background color is #E475C0.


Border color

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

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

This div border color is #E475C0.


Opacity

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

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

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

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

This text has shadow with #E475C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E475C0 on black background.


Color preview on white background

This text has color #E475C0 on white background.



Black color preview on #E475C0 background

This text has black color on #E475C0 background.


White color preview on #E475C0 background

This text has white color on #E475C0 background.