COLOR #E481A4

HEX: #E481A4
RGB: (228,129,164)

Color info

#E481A4 contains mainly red color. Web safe color of #E481A4 is #CC9999 (or #C99).

RGB color model

#E481A4 color RGB value is (228,129,164).

  • red value is 228;
  • green value is 129;
  • blue value is 164.
RGB:
(228,129,164)
(89%,51%,64%)

RGB channels and saturation

R 228 of 255 = 89%
G 129 of 255 = 51%
B 164 of 255 = 64%

228
129
164

R + G + B ~ 68%. #E481A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 129 + 164 = 521 (100%)
R 228 of 521 ~ 43.76%
G 129 of 521 ~ 24.76%
B 164 of 521 ~ 31.48%

%43.76
%24.76
%31.48

CMYK color model

#E481A4 color CMYK value is (0,43,28,11).

  • cyan value is 0.00%
  • magenta value is 43.42%
  • yellow value is 28.07%
  • key color value is 10.59%
CMYK:
(0,43,28,11)
C0M43Y28K11 
(0%,43%,28%,11%)
(0.00/0.43/0.28/0.11)	

CMYK percentages

%0
%43.42
%28.07
%10.59

Codes

Color #E481A4 in popluar color models

E481A4
RGB228129164
HSL339°64.71%70.00%
HSB/HSV339°43.42%89.41%
CMYK0.00%43.42%28.07%
10.59%

Color #E481A4 in popluar number systems.

HEXE481A4
Decimal228129164
Binary111001001000000110100100
Octal344201244

Shades and tints

Shades of #E481A4

#E481A4
(228,129,164)
#D07696
(208,118,150)
#BC6B88
(188,107,136)
#A8607A
(168,96,122)
#94556C
(148,85,108)
#804A5E
(128,74,94)
#6C3F50
(108,63,80)
#583442
(88,52,66)
#442934
(68,41,52)
#301E26
(48,30,38)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #E481A4

#E481A4
(228,129,164)
#E68CAC
(230,140,172)
#E897B4
(232,151,180)
#EAA2BC
(234,162,188)
#ECADC4
(236,173,196)
#EEB8CC
(238,184,204)
#F0C3D4
(240,195,212)
#F2CEDC
(242,206,220)
#F4D9E4
(244,217,228)
#F6E4EC
(246,228,236)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E481A4 color. Also use rgb(228,129,164) instead hex code.

Text Font Color

.myTextColor { color: #E481A4; }

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

This text font color is #E481A4.


Background Color

.myBgColor { background-color: #E481A4; }

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

This div background color is #E481A4.


Border color

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

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

This div border color is #E481A4.


Opacity

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

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

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

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

This text has shadow with #E481A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E481A4 on black background.


Color preview on white background

This text has color #E481A4 on white background.



Black color preview on #E481A4 background

This text has black color on #E481A4 background.


White color preview on #E481A4 background

This text has white color on #E481A4 background.