COLOR #E028EF

HEX: #E028EF RGB: (224,40,239)

Color info

#E028EF contains mainly red and blue colors. Web safe color of #E028EF is #CC33FF (or #C3F).

RGB color model

#E028EF color RGB value is (224,40,239).

RGB: (224,40,239) (88%, 16%, 94%)

RGB channels and saturation

R 224 of 255 = 88%
G 40 of 255 = 16%
B 239 of 255 = 94%

224
40
239

R + G + B ~ 66%. #E028EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 40 + 239 = 503 (100%)
R 224 of 503 ~ 44.53%
G 40 of 503 ~ 7.95%
B 239 of 503 ~ 47.51'%

%44.53
%47.51

CMYK color model

#E028EF color CMYK value is (6,83,0,6).

  • cyan value is 6.28%
  • magenta value is 83.26%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (6,83,0,6)
C6M83Y0K6 (6%, 83%, 0%, 6%)
(0.06 / 0.83 / 0.00 / 0.06)

CMYK percentages

%6.28
%83.26
%0
%6.27

Codes

Color #E028EF in popluar color models

E0 28 EF
RGB 224 40 239
HSL 295° 86.15% 54.71%
HSB/HSV 295° 83.26% 93.73%
CMYK 6.28% 83.26% 0.00%
6.27%

Color #E028EF in popluar number systems.

HEX E0 28 EF
Decimal 224 40 239
Binary 11100000 101000 11101111
Octal 340 50 357

Shades and tints

Shades of #E028EF

#E028EF
(224,40,239)
#CC25DA
(204,37,218)
#B822C5
(184,34,197)
#A41FB0
(164,31,176)
#901C9B
(144,28,155)
#7C1986
(124,25,134)
#681671
(104,22,113)
#54135C
(84,19,92)
#401047
(64,16,71)
#2C0D32
(44,13,50)
#180A1D
(24,10,29)
#000000
(0,0,0)

Tints of #E028EF

#E028EF
(224,40,239)
#E23BF0
(226,59,240)
#E44EF1
(228,78,241)
#E661F2
(230,97,242)
#E874F3
(232,116,243)
#EA87F4
(234,135,244)
#EC9AF5
(236,154,245)
#EEADF6
(238,173,246)
#F0C0F7
(240,192,247)
#F2D3F8
(242,211,248)
#F4E6F9
(244,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E028EF; }

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

This text font color is #E028EF.

Background Color

.myBgColor { background-color: #E028EF; }

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

This div background color is #E028EF.

Border color

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

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

This div border color is #E028EF.

Opacity

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

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

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

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

This text has shadow with #E028EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E028EF.

Preview

Color preview on black background

This text has color #E028EF on black background.


Color preview on white background

This text has color #E028EF on white background.


Black color preview on #E028EF background

This text has black color on #E028EF background.


White color preview on #E028EF background

This text has white color on #E028EF background.


Related colors

Complementary color

Complementary color for #hex is #1FD710.


I love getcolorcode.com

Triadic colors

1 #EFE028 and #28EFE0 with #E028EF are triadic colors.

2 #EF28E0 and #28E0EF with #E028EF are triadic colors.