COLOR #E481D6

HEX: #E481D6
RGB: (228,129,214)

Color info

#E481D6 contains mainly red and blue colors. Web safe color of #E481D6 is #CC99CC (or #C9C).

RGB color model

#E481D6 color RGB value is (228,129,214).

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

RGB channels and saturation

R 228 of 255 = 89%
G 129 of 255 = 51%
B 214 of 255 = 84%

228
129
214

R + G + B ~ 75%. #E481D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 129 + 214 = 571 (100%)
R 228 of 571 ~ 39.93%
G 129 of 571 ~ 22.59%
B 214 of 571 ~ 37.48%

%39.93
%22.59
%37.48

CMYK color model

#E481D6 color CMYK value is (0,43,6,11).

  • cyan value is 0.00%
  • magenta value is 43.42%
  • yellow value is 6.14%
  • key color value is 10.59%
CMYK:
(0,43,6,11)
C0M43Y6K11 
(0%,43%,6%,11%)
(0.00/0.43/0.06/0.11)	

CMYK percentages

%0
%43.42
%6.14
%10.59

Codes

Color #E481D6 in popluar color models

E481D6
RGB228129214
HSL308°64.71%70.00%
HSB/HSV308°43.42%89.41%
CMYK0.00%43.42%6.14%
10.59%

Color #E481D6 in popluar number systems.

HEXE481D6
Decimal228129214
Binary111001001000000111010110
Octal344201326

Shades and tints

Shades of #E481D6

#E481D6
(228,129,214)
#D076C3
(208,118,195)
#BC6BB0
(188,107,176)
#A8609D
(168,96,157)
#94558A
(148,85,138)
#804A77
(128,74,119)
#6C3F64
(108,63,100)
#583451
(88,52,81)
#44293E
(68,41,62)
#301E2B
(48,30,43)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #E481D6

#E481D6
(228,129,214)
#E68CD9
(230,140,217)
#E897DC
(232,151,220)
#EAA2DF
(234,162,223)
#ECADE2
(236,173,226)
#EEB8E5
(238,184,229)
#F0C3E8
(240,195,232)
#F2CEEB
(242,206,235)
#F4D9EE
(244,217,238)
#F6E4F1
(246,228,241)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E481D6; }

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

This text font color is #E481D6.


Background Color

.myBgColor { background-color: #E481D6; }

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

This div background color is #E481D6.


Border color

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

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

This div border color is #E481D6.


Opacity

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

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

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

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

This text has shadow with #E481D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E481D6 on black background.


Color preview on white background

This text has color #E481D6 on white background.



Black color preview on #E481D6 background

This text has black color on #E481D6 background.


White color preview on #E481D6 background

This text has white color on #E481D6 background.