COLOR #E408D2

HEX: #E408D2
RGB: (228,8,210)

Color info

#E408D2 contains mainly red and blue colors. Web safe color of #E408D2 is #CC00CC (or #C0C).

RGB color model

#E408D2 color RGB value is (228,8,210).

  • red value is 228;
  • green value is 8;
  • blue value is 210.
RGB:
(228,8,210)
(89%,3%,82%)

RGB channels and saturation

R 228 of 255 = 89%
G 8 of 255 = 3%
B 210 of 255 = 82%

228
8
210

R + G + B ~ 58%. #E408D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
228 + 8 + 210 = 446 (100%)
R 228 of 446 ~ 51.12%
G 8 of 446 ~ 1.79%
B 210 of 446 ~ 47.09%

%51.12
%47.09

CMYK color model

#E408D2 color CMYK value is (0,96,8,11).

  • cyan value is 0.00%
  • magenta value is 96.49%
  • yellow value is 7.89%
  • key color value is 10.59%
CMYK:
(0,96,8,11)
C0M96Y8K11 
(0%,96%,8%,11%)
(0.00/0.96/0.08/0.11)	

CMYK percentages

%0
%96.49
%7.89
%10.59

Codes

Color #E408D2 in popluar color models

E408D2
RGB2288210
HSL305°93.22%46.27%
HSB/HSV305°96.49%89.41%
CMYK0.00%96.49%7.89%
10.59%

Color #E408D2 in popluar number systems.

HEXE408D2
Decimal2288210
Binary11100100100011010010
Octal34410322

Shades and tints

Shades of #E408D2

#E408D2
(228,8,210)
#D008BF
(208,8,191)
#BC08AC
(188,8,172)
#A80899
(168,8,153)
#940886
(148,8,134)
#800873
(128,8,115)
#6C0860
(108,8,96)
#58084D
(88,8,77)
#44083A
(68,8,58)
#300827
(48,8,39)
#1C0814
(28,8,20)
#000000
(0,0,0)

Tints of #E408D2

#E408D2
(228,8,210)
#E61ED6
(230,30,214)
#E834DA
(232,52,218)
#EA4ADE
(234,74,222)
#EC60E2
(236,96,226)
#EE76E6
(238,118,230)
#F08CEA
(240,140,234)
#F2A2EE
(242,162,238)
#F4B8F2
(244,184,242)
#F6CEF6
(246,206,246)
#F8E4FA
(248,228,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E408D2 color. Also use rgb(228,8,210) instead hex code.

Text Font Color

.myTextColor { color: #E408D2; }

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

This text font color is #E408D2.


Background Color

.myBgColor { background-color: #E408D2; }

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

This div background color is #E408D2.


Border color

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

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

This div border color is #E408D2.


Opacity

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

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

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

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

This text has shadow with #E408D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E408D2 on black background.


Color preview on white background

This text has color #E408D2 on white background.



Black color preview on #E408D2 background

This text has black color on #E408D2 background.


White color preview on #E408D2 background

This text has white color on #E408D2 background.