COLOR #E400E1

HEX: #E400E1
RGB: (228,0,225)

Color info

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

RGB color model

#E400E1 color RGB value is (228,0,225).

  • red value is 228;
  • green value is 0;
  • blue value is 225.
RGB:
(228,0,225)
(89%,0%,88%)

RGB channels and saturation

R 228 of 255 = 89%
G 0 of 255 = 0%
B 225 of 255 = 88%

228
0
225

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

Portions of RGB colors in percentages

R + G + B =
228 + 0 + 225 = 453 (100%)
R 228 of 453 ~ 50.33%
G 0 of 453 ~ 0%
B 225 of 453 ~ 49.67%

%50.33
%49.67

CMYK color model

#E400E1 color CMYK value is (0,100,1,11).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 1.32%
  • key color value is 10.59%
CMYK:
(0,100,1,11)
C0M100Y1K11 
(0%,100%,1%,11%)
(0.00/1.00/0.01/0.11)	

CMYK percentages

%0
%100
%1.32
%10.59

Codes

Color #E400E1 in popluar color models

E400E1
RGB2280225
HSL301°100.00%44.71%
HSB/HSV301°100.00%89.41%
CMYK0.00%100.00%1.32%
10.59%

Color #E400E1 in popluar number systems.

HEXE400E1
Decimal2280225
Binary11100100011100001
Octal3440341

Shades and tints

Shades of #E400E1

#E400E1
(228,0,225)
#D000CD
(208,0,205)
#BC00B9
(188,0,185)
#A800A5
(168,0,165)
#940091
(148,0,145)
#80007D
(128,0,125)
#6C0069
(108,0,105)
#580055
(88,0,85)
#440041
(68,0,65)
#30002D
(48,0,45)
#1C0019
(28,0,25)
#000000
(0,0,0)

Tints of #E400E1

#E400E1
(228,0,225)
#E617E3
(230,23,227)
#E82EE5
(232,46,229)
#EA45E7
(234,69,231)
#EC5CE9
(236,92,233)
#EE73EB
(238,115,235)
#F08AED
(240,138,237)
#F2A1EF
(242,161,239)
#F4B8F1
(244,184,241)
#F6CFF3
(246,207,243)
#F8E6F5
(248,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E400E1 color. Also use rgb(228,0,225) instead hex code.

Text Font Color

.myTextColor { color: #E400E1; }

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

This text font color is #E400E1.


Background Color

.myBgColor { background-color: #E400E1; }

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

This div background color is #E400E1.


Border color

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

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

This div border color is #E400E1.


Opacity

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

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

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

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

This text has shadow with #E400E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E400E1 on black background.


Color preview on white background

This text has color #E400E1 on white background.



Black color preview on #E400E1 background

This text has black color on #E400E1 background.


White color preview on #E400E1 background

This text has white color on #E400E1 background.