COLOR #E473AE

HEX: #E473AE
RGB: (228,115,174)

Color info

#E473AE contains mainly red and blue colors. Web safe color of #E473AE is #CC6699 (or #C69).

RGB color model

#E473AE color RGB value is (228,115,174).

  • red value is 228;
  • green value is 115;
  • blue value is 174.
RGB:
(228,115,174)
(89%,45%,68%)

RGB channels and saturation

R 228 of 255 = 89%
G 115 of 255 = 45%
B 174 of 255 = 68%

228
115
174

R + G + B ~ 67%. #E473AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 115 + 174 = 517 (100%)
R 228 of 517 ~ 44.1%
G 115 of 517 ~ 22.24%
B 174 of 517 ~ 33.66%

%44.1
%22.24
%33.66

CMYK color model

#E473AE color CMYK value is (0,50,24,11).

  • cyan value is 0.00%
  • magenta value is 49.56%
  • yellow value is 23.68%
  • key color value is 10.59%
CMYK:
(0,50,24,11)
C0M50Y24K11 
(0%,50%,24%,11%)
(0.00/0.50/0.24/0.11)	

CMYK percentages

%0
%49.56
%23.68
%10.59

Codes

Color #E473AE in popluar color models

E473AE
RGB228115174
HSL329°67.66%67.25%
HSB/HSV329°49.56%89.41%
CMYK0.00%49.56%23.68%
10.59%

Color #E473AE in popluar number systems.

HEXE473AE
Decimal228115174
Binary11100100111001110101110
Octal344163256

Shades and tints

Shades of #E473AE

#E473AE
(228,115,174)
#D0699F
(208,105,159)
#BC5F90
(188,95,144)
#A85581
(168,85,129)
#944B72
(148,75,114)
#804163
(128,65,99)
#6C3754
(108,55,84)
#582D45
(88,45,69)
#442336
(68,35,54)
#301927
(48,25,39)
#1C0F18
(28,15,24)
#000000
(0,0,0)

Tints of #E473AE

#E473AE
(228,115,174)
#E67FB5
(230,127,181)
#E88BBC
(232,139,188)
#EA97C3
(234,151,195)
#ECA3CA
(236,163,202)
#EEAFD1
(238,175,209)
#F0BBD8
(240,187,216)
#F2C7DF
(242,199,223)
#F4D3E6
(244,211,230)
#F6DFED
(246,223,237)
#F8EBF4
(248,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E473AE color. Also use rgb(228,115,174) instead hex code.

Text Font Color

.myTextColor { color: #E473AE; }

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

This text font color is #E473AE.


Background Color

.myBgColor { background-color: #E473AE; }

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

This div background color is #E473AE.


Border color

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

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

This div border color is #E473AE.


Opacity

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

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

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

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

This text has shadow with #E473AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E473AE on black background.


Color preview on white background

This text has color #E473AE on white background.



Black color preview on #E473AE background

This text has black color on #E473AE background.


White color preview on #E473AE background

This text has white color on #E473AE background.