COLOR #E455DF

HEX: #E455DF
RGB: (228,85,223)

Color info

#E455DF contains mainly red and blue colors. Web safe color of #E455DF is #CC66CC (or #C6C).

RGB color model

#E455DF color RGB value is (228,85,223).

  • red value is 228;
  • green value is 85;
  • blue value is 223.
RGB:
(228,85,223)
(89%,33%,87%)

RGB channels and saturation

R 228 of 255 = 89%
G 85 of 255 = 33%
B 223 of 255 = 87%

228
85
223

R + G + B ~ 70%. #E455DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 85 + 223 = 536 (100%)
R 228 of 536 ~ 42.54%
G 85 of 536 ~ 15.86%
B 223 of 536 ~ 41.6%

%42.54
%15.86
%41.6

CMYK color model

#E455DF color CMYK value is (0,63,2,11).

  • cyan value is 0.00%
  • magenta value is 62.72%
  • yellow value is 2.19%
  • key color value is 10.59%
CMYK:
(0,63,2,11)
C0M63Y2K11 
(0%,63%,2%,11%)
(0.00/0.63/0.02/0.11)	

CMYK percentages

%0
%62.72
%2.19
%10.59

Codes

Color #E455DF in popluar color models

E455DF
RGB22885223
HSL302°72.59%61.37%
HSB/HSV302°62.72%89.41%
CMYK0.00%62.72%2.19%
10.59%

Color #E455DF in popluar number systems.

HEXE455DF
Decimal22885223
Binary11100100101010111011111
Octal344125337

Shades and tints

Shades of #E455DF

#E455DF
(228,85,223)
#D04ECB
(208,78,203)
#BC47B7
(188,71,183)
#A840A3
(168,64,163)
#94398F
(148,57,143)
#80327B
(128,50,123)
#6C2B67
(108,43,103)
#582453
(88,36,83)
#441D3F
(68,29,63)
#30162B
(48,22,43)
#1C0F17
(28,15,23)
#000000
(0,0,0)

Tints of #E455DF

#E455DF
(228,85,223)
#E664E1
(230,100,225)
#E873E3
(232,115,227)
#EA82E5
(234,130,229)
#EC91E7
(236,145,231)
#EEA0E9
(238,160,233)
#F0AFEB
(240,175,235)
#F2BEED
(242,190,237)
#F4CDEF
(244,205,239)
#F6DCF1
(246,220,241)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E455DF color. Also use rgb(228,85,223) instead hex code.

Text Font Color

.myTextColor { color: #E455DF; }

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

This text font color is #E455DF.


Background Color

.myBgColor { background-color: #E455DF; }

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

This div background color is #E455DF.


Border color

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

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

This div border color is #E455DF.


Opacity

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

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

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

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

This text has shadow with #E455DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E455DF on black background.


Color preview on white background

This text has color #E455DF on white background.



Black color preview on #E455DF background

This text has black color on #E455DF background.


White color preview on #E455DF background

This text has white color on #E455DF background.