COLOR #E028DD

HEX: #E028DD
RGB: (224,40,221)

Color info

#E028DD contains mainly red and blue colors. Web safe color of #E028DD is #CC33CC (or #C3C).

RGB color model

#E028DD color RGB value is (224,40,221).

  • red value is 224;
  • green value is 40;
  • blue value is 221.
RGB:
(224,40,221)
(88%,16%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 40 of 255 = 16%
B 221 of 255 = 87%

224
40
221

R + G + B ~ 64%. #E028DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 40 + 221 = 485 (100%)
R 224 of 485 ~ 46.19%
G 40 of 485 ~ 8.25%
B 221 of 485 ~ 45.57%

%46.19
%45.57

CMYK color model

#E028DD color CMYK value is (0,82,1,12).

  • cyan value is 0.00%
  • magenta value is 82.14%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(0,82,1,12)
C0M82Y1K12 
(0%,82%,1%,12%)
(0.00/0.82/0.01/0.12)	

CMYK percentages

%0
%82.14
%1.34
%12.16

Codes

Color #E028DD in popluar color models

E028DD
RGB22440221
HSL301°74.80%51.76%
HSB/HSV301°82.14%87.84%
CMYK0.00%82.14%1.34%
12.16%

Color #E028DD in popluar number systems.

HEXE028DD
Decimal22440221
Binary1110000010100011011101
Octal34050335

Shades and tints

Shades of #E028DD

#E028DD
(224,40,221)
#CC25C9
(204,37,201)
#B822B5
(184,34,181)
#A41FA1
(164,31,161)
#901C8D
(144,28,141)
#7C1979
(124,25,121)
#681665
(104,22,101)
#541351
(84,19,81)
#40103D
(64,16,61)
#2C0D29
(44,13,41)
#180A15
(24,10,21)
#000000
(0,0,0)

Tints of #E028DD

#E028DD
(224,40,221)
#E23BE0
(226,59,224)
#E44EE3
(228,78,227)
#E661E6
(230,97,230)
#E874E9
(232,116,233)
#EA87EC
(234,135,236)
#EC9AEF
(236,154,239)
#EEADF2
(238,173,242)
#F0C0F5
(240,192,245)
#F2D3F8
(242,211,248)
#F4E6FB
(244,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E028DD color. Also use rgb(224,40,221) instead hex code.

Text Font Color

.myTextColor { color: #E028DD; }

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

This text font color is #E028DD.


Background Color

.myBgColor { background-color: #E028DD; }

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

This div background color is #E028DD.


Border color

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

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

This div border color is #E028DD.


Opacity

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

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

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

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

This text has shadow with #E028DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E028DD on black background.


Color preview on white background

This text has color #E028DD on white background.



Black color preview on #E028DD background

This text has black color on #E028DD background.


White color preview on #E028DD background

This text has white color on #E028DD background.